What problem does it solve? Jumping into code without clear requirements causes rework, scope creep, and missed edge cases. This Skill turns vague or detailed requests into quality-gated, actionable work plans before any implementation begins. ## Core Features & Use Cases - Adaptive Interview Mode: Detects broad requests and gathers requirements one question at a time, using an explore agent to answer codebase questions before asking the user. - Consensus Mode (RALPLAN-DR): Runs a sequential Planner, Architect, and Critic loop with structured deliberation, producing an ADR with decision drivers, alternatives, and consequences. - Review Mode: Evaluates existing plans from .omc/plans/ via a Critic agent and returns APPROVED, REVISE, or REJECT verdicts. - Use Case: A user says "plan the migration of our auth system to OAuth2". The Skill interviews for scope, consults an Analyst for risks, runs the consensus loop in deliberate mode due to the security-sensitive domain, and saves an approved plan with testable acceptance criteria to .omc/plans/. ## Quick Start Ask the assistant to plan your next feature, for example: "Plan the implementation of rate limiting for our public API using the omc-plan skill."