← ClaudeAtlas

holoctl-work-item-routerlisted

Use when the user describes work to be tracked and the work kind isn't obvious. Infers whether it's a task, story, bug, spec, epic, or incident from the language used, then routes to the right entry point (`/ticket`, `/spec`, or direct boardmaster call) with the correct `kind` pre-set.
FelipeCarillo/holoctl · ★ 1 · AI & Automation · score 74
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