ralplan

Orchestrate a multi-agent consensus planning loop with Planner, Architect, and Critic reviews.

16|3|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/sehoon787/my-claude --skill ralplan-sehoon787
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ralplan
Source: https://github.com/sehoon787/my-claude/tree/main/skills/omc/ralplan
Command: npx skills add https://github.com/sehoon787/my-claude --skill ralplan-sehoon787

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ralplan reduces planning overhead by orchestrating a formal consensus planning loop for tasks that require Planner, Architect, and Critic review.

Core Features & Use Cases

  • Consensus planning loop: Planner generates a plan, Architect reviews for architectural soundness, Critic validates quality and testability, with re-review iterations until approval.
  • Deliberate mode for high-risk work (pre-mortems, expanded test plans) and optional interactive prompts to adjust plan.
  • Applies to end-to-end software changes, migrations, and complex transformations requiring cross-functional review and risk assessment.

Quick Start

Invoke ralplan with a task description to generate a bounded, consensus-driven plan using Planner, Architect, and Critic.

Frequently Asked Questions about ralplan

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

FAQPage Schema
How do I create an auditable plan for complex software migrations?▼

Multi-agent consensus planning uses a loop where a Planner generates a plan, an Architect reviews soundness, and a Critic validates testability. Re-review iterations continue until approval, producing a bounded plan for cross-functional software changes.

How do I structure a pre-mortem and risk assessment for high-risk system transformations?▼

Pre-mortems and risk assessments for high-risk system transformations benefit from a deliberate planning mode. The workflow applies extended review iterations with expanded test plans and optional interactive prompts to adjust the plan before final approval.

Can I generate ADR-style documentation for cross-functional software review?▼

ADR-style documentation for cross-functional software review is supported as the final plan output. It captures the Decision, Drivers, Alternatives considered, Why chosen, Consequences, and Follow-ups to ensure architectural soundness and quality validation.

What is the best way to translate vague software requests into concrete implementation plans?▼

Translating vague software requests into concrete plans requires a formal consensus loop. A Planner agent generates the initial plan, an Architect reviews architectural soundness, and a Critic validates quality and testability until a bounded plan is approved.

Does consensus planning work for short tasks or is it only for extended migrations?▼

Consensus planning works for both short tasks and extended migrations. The workflow supports a short consensus mode for bounded software changes and a deliberate extended review mode for complex system transformations requiring pre-mortems.