Install
1
Install the plugin$
npx claudepluginhub leejaedus/pepcode --plugin pepcodeWant just this skill?
Add to a custom plugin, then install with one command.
Description
Alias for /plan --consensus
Tool Access
This skill uses the workspace's default tool permissions.
Skill Content
Ralplan (Consensus Planning Alias)
Ralplan is a shorthand alias for /oh-my-claudecode:plan --consensus. It triggers iterative planning with Planner, Architect, and Critic agents until consensus is reached.
Usage
/oh-my-claudecode:ralplan "task description"
Behavior
This skill invokes the Plan skill in consensus mode:
/oh-my-claudecode: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
Skill("oh-my-claudecode:ralph")for execution -- never implement directly
Follow the Plan skill's full documentation for consensus mode details.
Stats
Stars0
Forks0
Last CommitFeb 15, 2026
Actions