Ralplan

Purpose

Joonghyun-Lee-Frieren Updated

File contents

Purpose

Use this skill when planning must prioritize correctness and risk control over speed.

Trigger

  • High-risk refactors or migrations
  • Security or reliability-sensitive changes
  • User asks for strict planning before coding

Workflow

  1. Define objective, constraints, and non-goals.
  2. Build a stage-gated plan (plan -> prd -> exec -> verify -> fix).
  3. Define hard pass/fail criteria per stage.
  4. Include rollback points and stop conditions.
  5. Add validation gates before release readiness.

Output Template

## Goal
- ...

## Stage Gates
| Stage | Entry Criteria | Exit Criteria | Owner |
| --- | --- | --- | --- |

## Risk Controls
- ...

## Rollback Plan
- ...

Joonghyun-Lee-Frieren/oh-my-antigravity/tree/main/skills/ralplan commit 6a360c5837

Frequently asked questions

npx skillmds@latest add joonghyun-lee-frieren/ralplan