What problem does it solve? Incoming issues and PRs often arrive vague, mislabeled, or missing reproduction details, causing wasted agent runs and endless back-and-forth with reporters. This Skill classifies each item, moves it through explicit states, and only produces an execution brief when the work is genuinely ready. ## Core Features & Use Cases - State machine routing: Move items through needs-triage, needs-info, ready-for-agent, ready-for-human, and wontfix with clear exit criteria. - Verification before questioning: Search code, logs, git history, and existing issues before asking the reporter anything, so only truly blocking questions get asked. - Structured agent briefs: Output a complete brief with problem statement, reproduction steps, scope, acceptance criteria, and a verification plan that downstream skills like debug, to-spec, and implement can consume directly. - Use Case: A vague bug report lands saying "checkout is broken." The Skill reproduces the error from linked logs, checks recent commits to the payment module, assigns severity S2, and emits a ready-for-agent brief routed to debug and implement — without asking the reporter a single unnecessary question. ## Quick Start Triage this issue report, verify what you can from the codebase and logs, then classify it and output either an agent brief or the blocking questions.