What problem does it solve? Incoming bug reports and feature requests arrive unstructured, leaving maintainers to manually classify, verify, and prepare each issue before work can begin. This Skill routes every issue through a consistent state machine so raw reports become agentable, well-specified work items. ## Core Features & Use Cases - State-machine triage flows: Show the queue, triage a single issue, apply quick overrides, or resume prior triage sessions using category roles (bug, enhancement) and state roles (needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix). - Agent brief authoring: Writes durable, behavioral ## Agent brief sections directly into issue bodies with testable acceptance criteria, preparing issues for autonomous AFK agents. - Deduplication and verification: Checks .out-of-scope/ rejection records, optionally recalls decisions from the memory plugin, and reproduces bug claims before recommending a state. - Use Case: A maintainer asks to triage issue #42; the Skill reads the thread, verifies the reported bug against the codebase, checks for prior rejections, and writes an agent brief before moving the issue to ready-for-agent. ## Quick Start Ask the assistant to triage issue #42 and prepare it for an agent.