ralplan

Coordinate Planner, Architect, and Critic agents to reach consensus on complex task plans.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/Moliboy5000/.claude --skill ralplan-moliboy5000
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ralplan
Source: https://github.com/Moliboy5000/.claude/tree/main/plugins/cache/omc/oh-my-claudecode/4.8.2/skills/ralplan
Command: npx skills add https://github.com/Moliboy5000/.claude --skill ralplan-moliboy5000

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines complex task planning by ensuring alignment between different AI agents (Planner, Architect, Critic) before execution, preventing misaligned or incomplete work.

Core Features & Use Cases

  • Consensus-Based Planning: Orchestrates a multi-agent review loop to achieve agreement on a plan.
  • Iterative Refinement: Allows for multiple rounds of feedback and revision between agents.
  • Use Case: Before implementing a critical feature like user authentication, use ralplan to generate a detailed plan, have it reviewed by an architect for soundness, and validated by a critic for quality and testability, ensuring all potential risks and trade-offs are considered.

Quick Start

Use the ralplan skill to create a consensus plan for the task "Implement user authentication with OAuth2".

Frequently Asked Questions about ralplan

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

FAQPage Schema
What is consensus-driven iterative planning for complex software architecture?

Consensus-driven iterative planning is a process where multiple AI agents, such as a Planner, Architect, and Critic, review and refine a task plan together. This multi-agent system ensures alignment and risk assessment before execution begins.

When do I need multi-agent consensus planning for feature development?

You need multi-agent consensus planning for high-risk changes, architectural decisions, and complex feature development requiring cross-agent validation. It ensures all potential risks and trade-offs are considered before implementation.

How do I plan a critical feature like OAuth2 authentication using a multi-agent system?

To plan critical features using a multi-agent system, you generate a detailed plan, have an architect review it for soundness, and use a critic for quality validation. This iterative refinement loop achieves agreement before execution.

Does iterative planning with AI agents work for high-risk architectural decisions?

Yes, iterative planning with AI agents is designed for high-risk architectural decisions. It orchestrates a multi-agent review loop between Planner, Architect, and Critic agents to validate quality, testability, and soundness.

What is the best way to prevent misaligned work when planning complex software tasks?

The best way to prevent misaligned work is using a consensus-based planning approach that streamlines complex task alignment. It forces multiple agents to achieve agreement through iterative refinement before any implementation occurs.

Are there limitations to using an iterative multi-agent planning approach?

The iterative multi-agent planning approach requires multiple rounds of feedback and revision between agents to achieve consensus. This means planning takes longer due to the necessary review loops before execution can start.