holoctl-work-item-routerlisted
Install: claude install-skill FelipeCarillo/holoctl
# Work item kind router
Holoctl supports a single work item type with a `kind` field. Choosing the right kind makes filtering, hierarchy, and downstream agents work correctly. This skill maps natural language to `kind`.
## Cheat sheet
| User language signals | kind | Default agent | Typical lifecycle |
|----------------------------------------------------------------------------------------------|-------------|---------------|----------------------------------|
| "como usuário X eu quero Y porque Z" / "feature para…" / "user story:" | `story` | architect | groom → impl → delivered |
| "não funciona", "tá com bug", "deveria X mas faz Y", "regressão", error/stack-trace pasted | `bug` | developer | repro → fix → verified |
| "preciso definir como vai funcionar X", "spec do…", "documento de design" | `spec` | architect | draft → reviewing → approved |
| "esse trabalho enorme tem várias frentes", several stories rolling up | `epic` | architect | scoping → in-progress → delivered|
| RFC formal proposal, breaking change discussion, "preciso de um RFC pra…" | `rfc` | architect | draft → review → accepted |
| "tá fora do ar", "produção quebrada", oncall page, P0 alarm | `incident` | developer | t