What problem does it solve? Maintainers of open-source projects face a constant stream of incoming bug reports and feature requests that need consistent classification, reproduction, and preparation before work can begin. This Skill moves issues through a defined state machine of triage roles so every issue ends up with a clear category, state, and actionable specification. ## Core Features & Use Cases - State machine triage: Moves issues through category roles (bug, enhancement) and state roles (needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix) with conflict detection. - Agent brief generation: Produces 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 a backlog of 20 unlabeled issues; the Skill buckets them by attention needed, reproduces reported bugs, grills reporters for missing detail, and posts ready-to-implement briefs on approved issues. ## Quick Start Ask the assistant to show all issues that need triage attention and then triage a specific issue number through to ready-for-agent.