ralplan

Redirect vague ralph/autopilot/team requests into a consensus planning workflow.

3|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/marcmunoz-uno/jailbreak --skill ralplan-marcmunoz-uno
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ralplan
Source: https://github.com/marcmunoz-uno/jailbreak/tree/main/skills/ralplan
Command: npx skills add https://github.com/marcmunoz-uno/jailbreak --skill ralplan-marcmunoz-uno

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ralplan prevents wasted cycles and misaligned outcomes by forcing a short consensus planning gate when a user requests ralph/autopilot/team execution with vague or underspecified intent.

Core Features & Use Cases

  • Consensus planning gate: Orchestrates Planner → Architect → Critic in iterative loops until an approval verdict is reached.
  • Structured deliberation (RALPLAN-DR): Produces a compact summary (principles, decision drivers, viable options, and bounded pros/cons) and escalates to deliberate mode for high-risk work.
  • Interactive approval workflow: Optionally asks the user to review the draft plan and choose how to proceed (team or ralph execution) without implementing directly.

Quick Start

Run /oh-my-claudecode:ralplan "fix the null check in src/hooks/bridge.ts:326" to produce a consensus plan and then execute it after approval.

Frequently Asked Questions about ralplan

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

FAQPage Schema
How do I prevent wasted cycles when requesting agent orchestration with vague intent?

Consensus planning gates prevent wasted cycles by redirecting vague execution requests into a structured deliberation workflow. A Planner, Architect, and Critic iterate until reaching an approved verdict, ensuring alignment before any heavy execution begins.

What is the best way to plan high-risk code changes that require architecture review?

Architecture review for high-risk changes is handled by escalating to a deliberate mode that includes pre-mortem analysis and expanded test planning. This ensures structured quality gates validate the approach before implementation starts.

How does consensus planning work for agent execution routing?

Consensus planning for execution routing works through a sequential Planner, Architect, and Critic deliberation loop bounded by re-review iterations. It produces structured summaries of decision drivers and viable options before routing execution.

Can I use a consensus plan without automatically executing the generated code?

Yes, consensus plans support an interactive approval workflow that asks you to review the draft plan and choose how to proceed. You select either team or ralph execution without the system implementing the changes directly.

When should I not use a consensus planning gate for my development tasks?

Consensus planning gates should be avoided for simple, well-specified tasks where the intent is clear and architectural validation is unnecessary. It is designed for vague, underspecified, or high-risk execution requests requiring quality validation.

Does ralplan require any specific dependencies to run consensus planning workflows?

No specific dependencies are required to run consensus planning workflows. The skill operates standalone to orchestrate the sequential deliberation and generate structured RALPLAN-DR summaries for user-mediated approval.