What problem does it solve? Maintainers drown in unlabeled issues and half-specified feature requests, and handing work to autonomous agents requires durable, well-scoped specifications that most issues lack. This Skill runs a structured triage workflow that categorizes issues, verifies claims against the codebase, grills reporters for missing detail, and produces agent-ready briefs. ## Core Features & Use Cases - State machine triage: Move issues and external PRs through category roles (bug, enhancement) and state roles (needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix) with conflict detection. - Codebase verification: Reproduce reported bugs, check PR diffs against their claims, and detect already-implemented features or previously rejected concepts via the .out-of-scope/ knowledge base. - Agent brief authoring: Write durable, behavioral specifications with acceptance criteria and explicit scope boundaries that survive codebase refactors. - Use Case: A maintainer says "Let's look at #42" — the Skill reads the issue, checks the codebase for existing implementations and prior rejections, verifies the claim, grills the reporter if needed, and posts a complete agent brief so an AFK agent can implement it. ## Quick Start Ask the assistant to triage issue #42 and recommend a category and state with reasoning.