What problem does it solve? Incoming bug reports and feature requests arrive as uncommitted draft specs that nobody has reviewed, leaving maintainers unsure which work is ready for agents, which needs more detail, and which should be rejected. ## Core Features & Use Cases - Draft Queue Review: Lists uncommitted specs under tasks/ via orch task list and flags broken dependency edges with orch doctor. - Redundancy and Rejection Checks: Searches the codebase for existing implementations and reads .out-of-scope/ records to surface prior rejections before recommending a decision. - Structured Outcomes: Commits agent-ready specs with correct hitl settings, sends needs-info specs back with specific questions, or records rejected enhancements in .out-of-scope/<concept>.md. - Use Case: A maintainer runs /triage on a new fix-auth spec; the skill reproduces the reported bug, checks for duplicate past rejections, grills the requester for missing detail, and commits the spec as agent-ready. ## Quick Start Ask the assistant to review the draft task queue and recommend whether each spec is agent-ready, needs more information, or out of scope.