Use when you have a written implementation plan to execute in a separate session with review checkpoints
npx skills add MeroZemory/oh-my-droid --skill "ralplan"
Install specific skill from multi-skill repository
# Description
Iterative planning with Planner, Architect, and Critic until consensus
# SKILL.md
name: ralplan
description: Iterative planning with Planner, Architect, and Critic until consensus
Ralplan Command
This is an alias for /plan --consensus
Ralplan orchestrates three specialized droids—Planner, Architect, and Critic—in an iterative loop until consensus is reached on a comprehensive work plan.
Usage
/oh-my-droid:ralplan [task]
What It Does
Invokes the plan skill with --consensus mode, which:
1. Creates initial plan with Planner droid
2. Consults Architect for architectural questions
3. Reviews with Critic droid
4. 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
/plan- Base planning skill with all modes/plan --consensus- Direct invocation of consensus mode/cancel- Cancel active planning session
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.