ralplan
Original:🇺🇸 English
Translated
Iterative planning with Planner, Architect, and Critic until consensus
22installs
Added on
NPX Install
npx skill4agent add yeachan-heo/oh-my-claudecode ralplanTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Ralplan Command
This is an alias for
/plan --consensusRalplan orchestrates three specialized agents—Planner, Architect, and Critic—in an iterative loop until consensus is reached on a comprehensive work plan.
Usage
/oh-my-claudecode:ralplan [task]What It Does
Invokes the plan skill with --consensus mode, which:
- Creates initial plan with Planner agent
- Consults Architect for architectural questions
- Reviews with Critic agent
- Iterates until Critic approves (max 5 iterations)
Implementation
When this skill is invoked, immediately invoke the plan skill with consensus mode:
Invoke Skill: plan --consensus {{ARGUMENTS}}Pass all arguments to the plan skill. The plan skill handles all consensus logic, state management, and iteration.
External Model Consultation (Preferred)
Ralplan inherits external model consultation capabilities from the plan skill. During consensus iterations, agents SHOULD consult Codex for:
- Architecture validation (architect agent)
- Planning validation (planner agent)
- Review cross-check (critic agent)
See skill documentation for full consultation protocol.
/planSee Also
- - Base planning skill with all modes
/plan - - Direct invocation of consensus mode
/plan --consensus - - Cancel active planning session
/cancel