Oh-my-droid ralplan
Iterative planning with Planner, Architect, and Critic until consensus
install
source · Clone the upstream repo
git clone https://github.com/MeroZemory/oh-my-droid
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/MeroZemory/oh-my-droid "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/ralplan" ~/.claude/skills/merozemory-oh-my-droid-ralplan && rm -rf "$T"
manifest:
skills/ralplan/SKILL.mdsource content
Ralplan Command
This is an alias for /plan --consensus
Ralplan orchestrates three specialized agents—Planner, Architect, and Critic—in an iterative loop until consensus is reached on a comprehensive work plan.
Usage
/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.
See Also
- Base planning skill with all modes/plan
- Direct invocation of consensus mode/plan --consensus
- Cancel active planning session/cancel