ralplan

Coordinate Planner, Architect, and Critic reviews to produce an approved execution plan.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns underspecified development requests into a clear, consensus-validated plan so work does not start before scope, risks, and acceptance criteria are aligned.

Core Features & Use Cases

  • Consensus planning: Coordinates Planner, Architect, and Critic review loops until a plan is approved or the iteration limit is reached.
  • Execution gating: Redirects vague execution requests into planning first, while preserving clear requests that already include concrete anchors such as files, tests, or issues.
  • Safety and readiness checks: Captures pre-context, documents tradeoffs, requests interactive approval when needed, and prepares a handoff for sequential or parallel execution paths.
  • Use case: A user says "fix this" or "add authentication" and the Skill produces a bounded, reviewable plan instead of jumping straight into implementation.

Quick Start

Ask the AI to run ralplan on your request so it can produce a consensus-approved plan before any implementation starts.

Frequently Asked Questions about ralplan

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

FAQPage Schema
How do I turn vague development requests into approved plans before execution?

Consensus-driven planning transforms vague development requests into approved plans by running sequential Planner, Architect, and Critic passes to clarify scope and gate execution. It captures pre-context and documents tradeoffs until alignment is reached.

What is execution gating in agent workflows and when do I need it?

Execution gating redirects vague execution requests into planning first, preventing premature implementation. You need it for agent workflows requiring scope clarification, architectural critique, and interactive approval before starting sequential or parallel execution paths.

How do I add architectural review and critique to my task planning process?

You add architectural review by applying sequential Planner, Architect, and Critic passes to your task planning. This consensus loop runs until the plan is approved or the iteration limit is reached, ensuring architectural critique is addressed.

Does consensus planning work on clear requests that already include concrete anchors like files or tests?

Consensus planning preserves clear requests that already include concrete anchors such as files, tests, or issues. Execution gating specifically targets underspecified requests, redirecting only vague tasks into the planning workflow first.

What are the limitations of using a Planner, Architect, and Critic review loop for task handoff?

A limitation of the Planner, Architect, and Critic review loop is the iteration limit; if consensus is not reached within the maximum iterations, the planning sequence stops. It also requires interactive approval handling before execution can proceed.