ralplan

Orchestrate Planner, Architect, and Critic loops to produce ADR-style plans.

Updated Jan 4, 2026
One-click install
npx skills add https://github.com/YeaChan05/Remittance --skill ralplan-yeachan05
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ralplan
Source: https://github.com/YeaChan05/Remittance/tree/main/.codex/skills/ralplan
Command: npx skills add https://github.com/YeaChan05/Remittance --skill ralplan-yeachan05

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables structured, multi-agent consensus planning by orchestrating Planner, Architect, and Critic to iteratively refine a plan until agreement, reducing ambiguity and risk in complex tasks.

Core Features & Use Cases

  • Iterative 3-actor planning loop: Planner generates a plan, Architect evaluates architectural soundness and provides a steelman argument, Critic validates quality and testability, with a re-review loop up to five iterations.
  • Deliberate mode for high-risk work: optional --deliberate flag adds pre-mortem and expanded test planning.
  • Interactive and non-interactive workflows: supports prompts that require user input or fully automated planning; final ADR-style artifacts are produced for traceability.
  • Output artifacts and guidance: ADR (Decision, Drivers, Alternatives Considered, Why Chosen, Consequences, Follow-ups) and explicit agent-roles guidance for execution.

Quick Start

Invoke ralplan with a task description to start the consensus planning workflow.

Frequently Asked Questions about ralplan

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

FAQPage Schema
How does multi-agent consensus planning work for complex product tasks?

Multi-agent consensus planning works by orchestrating a Planner, Architect, and Critic in iterative loops. The Planner generates a plan, the Architect evaluates soundness, and the Critic validates testability, looping up to five iterations until agreement is reached.

How do I create an ADR-style plan for high-risk architecture reviews?

To create an ADR-style plan for high-risk architecture reviews, invoke a deliberate planning workflow. This adds pre-mortem analysis and expanded test planning to the standard consensus loop, producing a bounded plan with formal decision records for approvals.

Does consensus planning support interactive user input during the workflow?

Yes, consensus planning supports both interactive and non-interactive workflows. You can use prompts that require user input for manual guidance or run fully automated planning, with both modes producing final ADR-style artifacts for traceability.

What is the best way to reduce ambiguity and risk in feasibility assessments?

The best way to reduce ambiguity and risk in feasibility assessments is using a 3-actor planning loop. A Critic validates quality while an Architect provides steelman arguments, iteratively refining the plan until consensus is achieved and a bounded plan is produced.

What are the limitations of automated consensus planning for product management?

A key limitation of automated consensus planning is the iteration cap; the re-review loop runs a maximum of five times. If consensus is not reached within these bounded iterations, the workflow may not produce a finalized, accepted plan.