What problem does it solve? Jumping into code without understanding requirements leads to rework, scope creep, and missed edge cases. This Skill turns broad or vague requests into comprehensive, quality-gated work plans with testable acceptance criteria before any implementation begins. ## Core Features & Use Cases - Adaptive Interview Mode: Auto-detects vague requests and gathers requirements one focused question at a time, using codebase exploration to ask informed questions instead of guessing. - Consensus Mode (RALPLAN-DR): Runs a sequential Planner, Architect, and Critic deliberation loop with principles, decision drivers, viable options, and a final ADR section for high-stakes plans. - Review Mode: Evaluates existing plans against quality criteria such as 80% file/line citations and 90% testable criteria, returning APPROVED, REVISE, or REJECT verdicts. - Use Case: A user says "plan the migration of our auth system". The Skill interviews for scope and constraints, explores the codebase for existing auth patterns, then produces a plan saved to .omx/plans/ with risks, mitigations, and verification steps. ## Quick Start Ask the assistant to plan your next feature or refactor, for example by saying "plan the migration of our authentication system to JWT".