askill
ralplan

ralplanSafety 85Repository

Alias for /plan --consensus

9k stars
179.7k downloads
Updated 3/9/2026

Package Files

Loading files...
SKILL.md

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:

  1. Planner creates initial plan
  2. User feedback: MUST use AskUserQuestion to present the draft plan before review (Proceed to review / Request changes / Skip review)
  3. Architect reviews for architectural soundness — await completion before step 4
  4. Critic evaluates against quality criteria — run only after step 3 completes
  5. If Critic rejects: iterate with feedback (max 5 iterations)
  6. On Critic approval: MUST use AskUserQuestion to present the plan with approval options
  7. User chooses: Approve, Request changes, or Reject
  8. On approval: MUST invoke Skill("oh-my-claudecode:ralph") for execution -- never implement directly

Important: Steps 3 and 4 MUST run sequentially. Do NOT issue both ask_codex calls in the same parallel batch — if one hits a 429 rate-limit error, Claude Code will cancel the sibling call ("Sibling tool call errored"), causing the entire review to fail. On a rate-limit error, retry once after 5–10 s; on second failure fall back to the equivalent Claude agent.

Follow the Plan skill's full documentation for consensus mode details.

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

75/100Analyzed 2/22/2026

Well-structured alias skill that references a consensus planning workflow. Provides clear step-by-step instructions for a multi-agent review process with important safety notes about rate limiting. Limited reusability as it's a specific command alias for oh-my-claudecode, but well-documented within its scope. Located in proper skills folder with structured content.

85
88
55
75
82

Metadata

Licenseunknown
Version-
Updated3/9/2026
PublisherYeachan-Heo

Tags

github-actionsllm