What problem does it solve?
Enables structured, multi-agent consensus planning by orchestrating Planner, Architect, and Critic to iteratively refine a plan until agreement, reducing ambiguity and risk in complex tasks.
Core Features & Use Cases
- Iterative 3-actor planning loop: Planner generates a plan, Architect evaluates architectural soundness and provides a steelman argument, Critic validates quality and testability, with a re-review loop up to five iterations.
- Deliberate mode for high-risk work: optional --deliberate flag adds pre-mortem and expanded test planning.
- Interactive and non-interactive workflows: supports prompts that require user input or fully automated planning; final ADR-style artifacts are produced for traceability.
- Output artifacts and guidance: ADR (Decision, Drivers, Alternatives Considered, Why Chosen, Consequences, Follow-ups) and explicit agent-roles guidance for execution.
Quick Start
Invoke ralplan with a task description to start the consensus planning workflow.