What problem does it solve? Open questions labelled needs-decision pile up on a GitHub project board and block work from being ranked and promoted. This Skill reads every queued issue, presents each as a briefed question with options and a recommendation, records the architect's ruling on the issue, and removes the label so downstream triage can proceed. ## Core Features & Use Cases - Queue Sweeps: Detects issues that already have a ruling recorded but still carry the label, and issues that are labelled but have no prepared question, handling each appropriately. - Decision Briefing: Presents each question with a plain-language briefing, verbatim prepared options, and a pros/cons table covering every alternative before asking via AskUserQuestion. - Same-Turn Close-Out: Applies each ruling immediately — comments the decision, splices the chosen option's pre-written body text into the issue, refreshes review markers, and removes the needs-decision label. - Use Case: Run daily before standup: the Skill lists all open needs-decision issues on the repo, walks the architect through each fork with a recommendation, and leaves the queue empty so /fill-ready can rank and promote the unblocked items. ## Quick Start Run /make-decisions to review and rule on every open needs-decision issue on the board.