ralplan

ralplan

Popular

Iterative planning with Planner, Architect, and Critic until consensus

4.9Kestrelas
351forks
Atualizado 2/6/2026
SKILL.md
readonlyread-only
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 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:

  1. Creates initial plan with Planner agent
  2. Consults Architect for architectural questions
  3. Reviews with Critic agent
  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.

External Model Consultation (Preferred)

Ralplan inherits external model consultation capabilities from the plan skill. During consensus iterations, agents SHOULD consult Codex for:

  • Architecture validation (architect agent)
  • Planning validation (planner agent)
  • Review cross-check (critic agent)

See /plan skill documentation for full consultation protocol.

See Also

  • /plan - Base planning skill with all modes
  • /plan --consensus - Direct invocation of consensus mode
  • /cancel - Cancel active planning session

You Might Also Like

Related Skills

verify

verify

243K

Use when you want to validate changes before committing, or when you need to check all React contribution requirements.

facebook avatarfacebook
Obter
test

test

243K

Use when you need to run tests for React core. Supports source, www, stable, and experimental channels.

facebook avatarfacebook
Obter

Use when feature flag tests fail, flags need updating, understanding @gate pragmas, debugging channel-specific test failures, or adding new flags to React.

facebook avatarfacebook
Obter

Use when adding new error messages to React, or seeing "unknown error code" warnings.

facebook avatarfacebook
Obter
flow

flow

243K

Use when you need to run Flow type checking, or when seeing Flow type errors in React code.

facebook avatarfacebook
Obter
flags

flags

243K

Use when you need to check feature flag states, compare channels, or debug why a feature behaves differently across release channels.

facebook avatarfacebook
Obter