What problem does it solve? Maintainers drown in untriaged issues: bugs without reproductions, feature requests without scope decisions, and issues that stall waiting for reporter info. This Skill moves issues through a structured state machine so every issue gets a category, a state, and a clear next step. ## Core Features & Use Cases - State machine triage: Classifies issues as bug or enhancement and moves them through needs-triage, needs-info, ready-for-agent, ready-for-human, or wontfix states. - Agent brief generation: Writes durable, behavior-focused agent briefs with acceptance criteria so AFK agents can implement issues without re-reading stale context. - Out-of-scope knowledge base: Records rejected feature requests in .out-of-scope/ files and surfaces prior rejections when similar requests reappear. - Use Case: A maintainer runs triage on Monday morning, sees three unlabeled issues, reproduces one bug, requests info on another, and converts a well-specified feature request into an agent brief ready for autonomous implementation. ## Quick Start Ask the assistant to show all issues that need triage attention and recommend a category and state for each one.