What problem does it solve?
Ralplan prevents heavy multi-agent execution from starting on underspecified or vague requests by routing them through a structured consensus planning workflow that produces explicit scope, testable acceptance criteria, and an agreed implementation approach.
Core Features & Use Cases
- Consensus Gate: Automatically intercepts ralph/autopilot/team style prompts that lack concrete anchors and redirects them to a consensus planning flow.
- Structured Deliberation: Runs a Planner → Architect → Critic sequential loop with a RALPLAN-DR summary, supports deliberate mode with pre-mortem and expanded test plans, and enforces iterative re-review up to five iterations.
- Interactive Approval & Bypass: Supports --interactive for user review/approval, --deliberate for high-risk work, flag-based Architect/Critic backends, and explicit bypass signals (e.g., force: or !) when the request is concrete.
- Use Case: Turn vague requests like "ralph add authentication" into a bounded PRD, acceptance tests, and an approved execution path (team or ralph) before any agents implement changes.
Quick Start
Run /oh-my-claudecode:ralplan with your task description to scope the work and produce a consensus plan before execution.