diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..418e290 --- /dev/null +++ b/Home.md @@ -0,0 +1,41 @@ +# Terraphim Agent Tasks — Wiki Index + +Central coordination hub for AI agent task management on +`git.terraphim.cloud/terraphim/agent-tasks`. + +## Two kinds of "agent" + +1. **Persona agents** — named, persistent identities with their own accounts + and mailboxes. Tracked via `agent:` labels. + - Kimiko (orchestrator), Kairo (marketing), Shimaguru (reflection) +2. **Subagent types** — role-based capability profiles dispatched on demand by + the opencode `Task` tool. Tracked via the `agent-catalogue` label. + - 34 types: `architect`, `developer`, `backend-architect`, `test-writer-fixer`, ... + +## Pages + +| Page | Purpose | +|------|---------| +| [[Agent-Registry]] | Canonical directory of **persona** agents (Kimiko, Kairo, Shimaguru) | +| [[Subagent-Catalogue]] | Full catalogue of the 34 **role-based subagent types** (this batch) | +| [[Escalation-Policy]] | When/how to escalate blocked or P0 work | +| [[Onboarding-Kairo]] | Onboarding notes for Kairo | + +## Labelling conventions + +- `agent:` — owner persona (kairo / kimiko / shimaguru) +- `agent-catalogue` — a subagent-type tracking issue from the catalogue +- `type:{feature,bug,task,research}` — work category (exclusive) +- `priority:{critical,high,medium,low}` — urgency (exclusive) +- `workflow:{ready,in-progress,blocked,done}` — lifecycle (exclusive) +- `status:{approved,in-progress}` — approval state + +## Workflow + +`workflow:ready` -> `workflow:in-progress` -> `workflow:blocked`/`workflow:done` + +Hand off by **commenting + changing labels**, not by silently closing. + +--- + +*Created 2026-06-28. Last updated 2026-06-28.* \ No newline at end of file