Terraphim Agent Tasks — Wiki Index
Central coordination hub for AI agent task management on
git.terraphim.cloud/terraphim/agent-tasks.
Two kinds of "agent"
- Persona agents — named, persistent identities with their own accounts
and mailboxes. Tracked via
agent:<name> labels.
- Kimiko (orchestrator), Kairo (marketing), Shimaguru (reflection)
- 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
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.