Ralplan (Consensus Planning Alias)
Ralplan is a shorthand alias for /plan --consensus. It triggers iterative planning with Planner, Architect, and Critic agents until consensus is reached.
Usage
code
/ralplan "task description"
Behavior
This skill invokes the Plan skill in consensus mode:
code
/plan --consensus <arguments>
The consensus workflow:
- •Planner creates initial plan
- •User feedback: MUST use
AskUserQuestionto present the draft plan before review (Proceed to review / Request changes / Skip review) - •Architect reviews for architectural soundness
- •Critic evaluates against quality criteria
- •If Critic rejects: iterate with feedback (max 5 iterations)
- •On Critic approval: MUST use
AskUserQuestionto present the plan with approval options - •User chooses: Approve, Request changes, or Reject
- •On approval: MUST invoke
/ralphfor execution -- never implement directly
Follow the Plan skill's full documentation for consensus mode details.