Agent skill
ralplan
Iterative planning with Planner, Architect, and Critic until consensus
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/ralplan
SKILL.md
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
/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.
See Also
/plan- Base planning skill with all modes/plan --consensus- Direct invocation of consensus mode/cancel- Cancel active planning session
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?