Contract
- Input: problem or task defined by the skill body.
- Output: Markdown artifact or structured result with completion criteria met.
- Side effects: none (design/review/documentation only unless explicitly stated).
- Dependencies: none (self-contained unless linked to other skills).
- Stop condition: all process steps completed; artifact saved; criteria checked.
- Risk: low.
- Boundary: produces reasoning or documentation artifacts; does not modify external systems unless explicitly instructed.
This skill routes only. It does not create issues, tickets, PRs, or project items.
Work Item Router
Use this skill before to-spec, to-tickets, or make-project when the task involves tracker metadata, project boards, or publication flow.
Contract
- Input: a request involving specs, tickets, spec/ticket audits, projects, PR metadata, or review-fix comments.
- Output: a routing note that identifies the downstream skill and the relevant governance documents.
- Scope: routing only. Do not draft the artifact here.
- Rule: always read
docs/agents/index.md first.
- Rule: prefer the canonical work-item format over ad hoc tracker metadata.
Workflow
- Read
docs/agents/index.md.
- Identify whether the request is a spec, ticket, spec completion audit, ticket coverage audit, corrective ticket publication, project board, PR publication, review-fix plan, or closeout.
- Route to the thinnest downstream skill that can finish the work.
- If metadata is involved, preserve the canonical shape from
docs/agents/work-item-format.md.
Completion criteria
- the governance index has been read
- the downstream skill is named
- any required metadata contract is explicit
1---2name: work-item-router3description: Force reading the canonical work-item governance index before routing specs, tickets, project boards, or publication flows.4---56## Contract78- **Input:** problem or task defined by the skill body.9- **Output:** Markdown artifact or structured result with completion criteria met.10- **Side effects:** none (design/review/documentation only unless explicitly stated).11- **Dependencies:** none (self-contained unless linked to other skills).12- **Stop condition:** all process steps completed; artifact saved; criteria checked.13- **Risk:** low.14- **Boundary:** produces reasoning or documentation artifacts; does not modify external systems unless explicitly instructed.151617This skill routes only. It does not create issues, tickets, PRs, or project items.1819# Work Item Router2021Use this skill before `to-spec`, `to-tickets`, or `make-project` when the task involves tracker metadata, project boards, or publication flow.2223## Contract2425- Input: a request involving specs, tickets, spec/ticket audits, projects, PR metadata, or review-fix comments.26- Output: a routing note that identifies the downstream skill and the relevant governance documents.27- Scope: routing only. Do not draft the artifact here.28- Rule: always read [`docs/agents/index.md`](../../../../docs/agents/index.md) first.29- Rule: prefer the canonical work-item format over ad hoc tracker metadata.3031## Workflow32331. Read `docs/agents/index.md`.342. Identify whether the request is a spec, ticket, spec completion audit, ticket coverage audit, corrective ticket publication, project board, PR publication, review-fix plan, or closeout.353. Route to the thinnest downstream skill that can finish the work.364. If metadata is involved, preserve the canonical shape from `docs/agents/work-item-format.md`.3738## Completion criteria3940- the governance index has been read41- the downstream skill is named42- any required metadata contract is explicit