Create wiki Home index page

2026-06-29 00:13:48 +02:00
parent 47dcabee5e
commit aa8c06bc6b
+41
@@ -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:<name>` 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:<persona>` — 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.*