ralplan

Coordinate iterative consensus planning with planner, architect, and critic reviews.

20|6|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/realsigridjin/oh-my-codex --skill ralplan-realsigridjin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ralplan
Source: https://github.com/realsigridjin/oh-my-codex/tree/main/skills/ralplan
Command: npx skills add https://github.com/realsigridjin/oh-my-codex --skill ralplan-realsigridjin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ralplan prevents premature implementation and weak planning by coordinating structured review from multiple specialist agents before execution begins.

Core Features & Use Cases

  • Consensus Planning: Iteratively combines Planner, Architect, and Critic perspectives to produce a stronger implementation plan.
  • User-Gated Reviews: Presents draft and final plans through AskUserQuestion so users can proceed, request changes, or reject the proposal.
  • Execution Handoff: Invokes the Ralph execution workflow only after the user approves the reviewed plan.
  • Use Case: Use Ralplan for a complex feature or architectural change that needs feasibility analysis, quality review, and explicit approval before coding starts.

Quick Start

Ask Ralplan to create and review a consensus implementation plan for your task before handing it off for execution.

Frequently Asked Questions about ralplan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I reach consensus on a complex implementation plan before coding starts?

Consensus implementation planning coordinates iterative reviews from Planner, Architect, and Critic agents to produce a stronger plan. It combines multiple specialist perspectives to refine feature development, architectural changes, or refactoring tasks before any code execution begins.

How does agent orchestration work for architecture review and implementation planning?

Agent orchestration for architecture review applies up to five critique iterations, combining Planner, Architect, and Critic perspectives. This iterative process evaluates feasibility and quality, progressively refining the implementation plan until a structured consensus is reached.

What is the best way to get user approval for architectural changes before execution?

User-gated reviews present draft and final implementation plans through direct prompts, allowing users to proceed, request changes, or reject proposals. This explicit user approval mechanism ensures architectural changes are confirmed before handing plans to the execution workflow.

Can I use consensus planning for refactoring tasks, or is it only for new feature development?

Consensus planning applies to refactoring tasks, new feature development, and architectural changes. Any complex engineering task requiring feasibility analysis, quality review, and explicit approval before coding starts can benefit from this structured planning approach.

How many critique iterations can run during implementation planning?

Implementation planning supports up to five critique iterations. This allows the Architect and Critic agents to thoroughly review and refine the Planner's proposal, ensuring the final consensus plan is robust before user confirmation and execution handoff.

What happens after user approval is granted for an implementation plan?

After user approval is granted, the implementation plan is handed to the execution workflow. This ensures that code execution only begins once the coordinated planning, architecture review, and user confirmation stages are fully complete.