What problem does it solve? Complex engineering tasks often fail because plans are drafted by a single perspective without structured review. This Skill orchestrates a multi-agent deliberation loop so plans are challenged, refined, and approved before any code is written. ## Core Features & Use Cases - Consensus Planning Loop: Invokes /plan --consensus to cycle Planner, Architect, and Critic agents through up to 5 review iterations until the Critic approves. - RALPLAN-DR Structured Deliberation: Produces principles, decision drivers, viable options with tradeoffs, and an ADR; deliberate mode adds pre-mortem scenarios and expanded test planning for high-risk work. - Interactive or Automated Modes: Use --interactive for user checkpoints at draft review and final approval, or run fully automated end to end. - Use Case: Before migrating a production database schema, run /ralplan --deliberate "migrate users table to new schema" to get a plan vetted by architectural review, risk analysis, and quality critique. ## Quick Start Ask the AI to run /ralplan with a description of the task you want planned, optionally adding --interactive or --deliberate flags.