ralplan
Originally fromyeachan-heo/oh-my-claudecode
Installation
SKILL.md
Ralplan (Consensus Planning Alias)
Ralplan is a shorthand alias for $plan --consensus. It triggers iterative planning with Planner, Architect, and Critic agents until consensus is reached, with RALPLAN-DR structured deliberation (short mode by default, deliberate mode for high-risk work).
Usage
$ralplan "task description"
Flags
--interactive: Enables user prompts at key decision points (draft review in step 2 and final approval in step 6). Without this flag the workflow runs fully automated — Planner → Architect → Critic loop — and outputs the final plan without asking for confirmation.--deliberate: Forces deliberate mode for high-risk work. Adds pre-mortem (3 scenarios) and expanded test planning (unit/integration/e2e/observability). Without this flag, deliberate mode can still auto-enable when the request explicitly signals high risk (auth/security, migrations, destructive changes, production incidents, compliance/PII, public API breakage).
Usage with interactive mode
$ralplan --interactive "task description"
Related skills
More from yeachan-heo/oh-my-codex
ralph
Self-referential loop until task completion with architect verification
87review
Deprecated standalone review skill
84worker
Team worker protocol (ACK, mailbox, task lifecycle) for tmux-based OMX teams
81team
N coordinated agents on shared task list using tmux-based orchestration
81swarm
Swarm deprecated shim
80autopilot
[OMX] Strict autonomous loop: $ralplan -> $ralph -> $code-review
80