ralplan

Generate consensus-approved implementation plans through architect and critic panel evaluation.

2|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/hg-pyun/claude-code-marketplace --skill ralplan-hg-pyun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ralplan
Source: https://github.com/hg-pyun/claude-code-marketplace/tree/main/plugins/dev-tools/skills/ralplan
Command: npx skills add https://github.com/hg-pyun/claude-code-marketplace --skill ralplan-hg-pyun

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps users to create comprehensive and consensus-approved implementation plans for complex projects, reducing the risk of blind spots and improving decision-making.

Core Features & Use Cases

  • Consensus-Driven Planning: Generates candidate approaches, evaluates them independently, and synthesizes a ranked consensus ADR.
  • Risk-Adaptive: Scales panel width and attack depth based on the project's risk level.
  • Use Case: When planning a high-risk project that requires multiple perspectives, use ralplan to ensure a well-rounded and vetted plan.

Quick Start

Use the ralplan skill to create a consensus plan for your project by invoking "/ralplan" followed by your project description.

Frequently Asked Questions about ralplan

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

FAQPage Schema
What is consensus-driven implementation planning and how does it handle project risk?

Consensus-driven implementation planning generates candidate approaches, evaluates them independently using a panel of architects, and synthesizes a ranked consensus ADR. It adapts to project risk by scaling panel width and attack depth based on the identified risk level.

How do I create a consensus-approved implementation plan for a high-risk software project?

To create a consensus-approved implementation plan, invoke the planning skill with your project description. The system dispatches parallel evaluation tasks and adversarial attacks to vet approaches before synthesizing a final consensus decision.

When do I need adversarial evaluation for implementation planning?

Adversarial evaluation is needed for implementation planning when managing high-risk projects that require multiple perspectives. It dispatches critics to attack candidate approaches, ensuring well-rounded vetting and reducing blind spots in the final decision.

Does this approach work without external dependencies for risk assessment?

Yes, this risk assessment approach operates without external dependencies. It coordinates parallel tasks internally, using a dispatched panel of architects and critics to evaluate candidate approaches and generate a ranked consensus ADR.

What are the limitations of using parallel evaluation for project planning?

A limitation of parallel evaluation for project planning is the coordination overhead required to dispatch and synthesize multiple architect and critic perspectives. It is specifically designed for high-risk projects, making it potentially excessive for simpler, low-risk tasks.