What problem does it solve?
Ralplan prevents vague ralph/autopilot/team requests from wasting orchestration cycles by forcing a scoped, consensus-driven plan before execution.
Core Features & Use Cases
- Consensus planning loop: Runs Planner → Architect → Critic until quality consensus is reached, with iterative re-review when needed.
- Risk-aware deliberation: Supports a deliberate mode that adds pre-mortem scenarios and expanded test planning for high-risk work.
- Optional interactive approvals: Can request user feedback at draft and final stages to align on principles, options, and acceptance criteria.
- Execution routing after approval: Redirects to approved execution paths (via team for parallelism or ralph for sequential execution) only after Critic approval.
Quick Start
Use /oh-my-claudecode:ralplan --interactive "Implement the null check fix in src/hooks/bridge.ts:326 and add tests for the regression" to get a gated, consensus plan before any code is written.