What problem does it solve? Maintainers lose time manually sorting incoming issues and PRs, verifying bug claims, and writing specifications detailed enough for autonomous agents to execute. This Skill standardizes that workflow with a defined state machine, verification steps, and durable agent briefs. ## Core Features & Use Cases - State machine triage: Categorize issues as bug or enhancement and move them through needs-triage, needs-info, ready-for-agent, ready-for-human, and wontfix states. - Claim verification: Reproduce reported bugs or check out PR diffs and run tests before recommending a state, so briefs are grounded in confirmed behavior. - Agent brief generation: Write durable, behavioral specifications with acceptance criteria and scope boundaries that survive codebase changes. - Out-of-scope knowledge base: Record rejected feature requests in .out-of-scope/ files and surface prior rejections when duplicate requests arrive. - Use Case: A maintainer runs triage on a backlog of 30 unlabeled issues; the Skill buckets them, verifies each bug against the codebase, and posts agent-ready briefs for the ones worth delegating. ## Quick Start Ask the assistant to show everything on the issue tracker that needs triage attention, then pick an issue to evaluate.