ralplan

Gate vague execution requests through a consensus planning workflow.

1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Hyeonjun0527/yeon --skill ralplan-hyeonjun0527
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ralplan
Source: https://github.com/Hyeonjun0527/yeon/tree/main/.codex/skills/ralplan
Command: npx skills add https://github.com/Hyeonjun0527/yeon --skill ralplan-hyeonjun0527

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ralplan intercepts vague execution requests and routes them through a structured consensus planning workflow to ensure explicit scope before work begins. It acts as a gate between incoming prompts and downstream execution, coordinating Planner, Architect, and Critic reviews to produce a bounded plan that is ready for implementation.

Core Features & Use Cases

  • Iterative Plan: triggers Planner → Architect → Critic loop until consensus is reached.
  • Deliberate mode: activates pre-mortem and expanded test planning for high-risk tasks.
  • Interactive prompts: optionally prompts the user for feedback before final review.
  • Flexible execution paths: delegates to team or ralph after approval and ensures ADR-style documentation.

Quick Start

Provide a vague task description and let ralplan generate a consensus plan before execution.

Frequently Asked Questions about ralplan

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

FAQPage Schema
How do I gate vague software execution requests before work begins?

Consensus planning gates vague execution requests by routing underspecified software tasks through Planner, Architect, and Critic loops to produce a bounded plan with explicit scope before implementation starts.

What is consensus planning in cross-agent orchestration workflows?

Consensus planning in cross-agent orchestration coordinates Planner, Architect, and Critic agents in iterative review loops until a bounded plan with principles, decision drivers, and viable options is reached.

How do I generate an ADR for underspecified software tasks?

Generate an ADR by running underspecified software tasks through a structured consensus planning workflow that produces a bounded plan with decision drivers and viable options, surfacing the ADR upon approval.

Can I use interactive prompts to get user feedback during agent planning?

Interactive prompts optionally request user feedback during the consensus planning workflow before final review, allowing human input to shape the bounded plan produced by the Planner, Architect, and Critic loop.

When should I use deliberate mode for high-risk software planning?

Use deliberate mode for high-risk software planning tasks to activate pre-mortem analysis and expanded test planning within the consensus workflow, ensuring tighter validation before the bounded plan is approved.

What is the best way to plan underspecified tasks before delegating to an agent?

The best way to plan underspecified tasks is to apply consensus planning that runs iterative Planner, Architect, and Critic loops to bound scope, then delegates execution to the agent after approval with ADR documentation.