What problem does it solve?
Triage coordination for GitHub issues becomes consistent, auditable, and faster by guiding maintainers through a role-based state machine and the exact required outputs during workflow transitions.
Core Features & Use Cases
- Issue workflow state machine: Moves issues across canonical triage roles (category + state) such as needs-triage, needs-info, ready-for-agent, ready-for-human, and wontfix.
- AFK agent-ready preparation: Produces agent briefs using a durable contract format so an AFK agent can work without relying on stale file paths or line numbers.
- Rejection knowledge base support: Writes/links to .out-of-scope concept records for enhancement wontfix decisions to enable deduplication and institutional memory.
- Guided context gathering and recommendations: Reads issue details, existing notes, relevant repo docs, and prior triage to recommend the next role transition with supporting codebase context.
Quick Start
Use the triage skill to move an issue to ready-for-agent by requesting: "Move issue #42 to ready-for-agent and write the agent brief."