What problem does it solve? Large batches of pending decisions presented as a single stacked list overwhelm users and stall progress. This Skill serializes a decision queue into one-at-a-time prompts with a discussion gate between each, so users can rapid-fire decide without cognitive overload. ## Core Features & Use Cases - Four explanation modes: solo (options only), explain (plain-English per option), rec (explanation plus recommendation), and defend (per-option for/against rationale with a defended recommendation). - Structured decision framing: each decision gets a human-readable UPPERCASE-KEBAB-CASE code and a count-out-of-total header (e.g., D3 of 8) for progress tracking. - User pacing overrides: users can bundle remaining decisions, switch modes mid-queue, skip or defer items, and receive a closing summary of resolved and pending decisions. - Use Case: After a project milestone close-out surfaces 8 follow-up decisions, invoke the skill to walk through each decision individually with recommendations instead of facing one dense wall of options. ## Quick Start Ask the AI to walk you through your pending decisions one at a time using /decide-one-at-a-time in rec mode.