# Ralplan

> Purpose

- Skill: `joonghyun-lee-frieren/ralplan` (Agent Skill)
- Install (CLI): `npx skillmds@latest add joonghyun-lee-frieren/ralplan`
- Raw SKILL.md: https://api.skillmd.com/api/skills/joonghyun-lee-frieren/ralplan/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Joonghyun-Lee-Frieren (https://skillmd.com/u/joonghyun-lee-frieren)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/joonghyun-lee-frieren/ralplan

---


## 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

```markdown
## Goal
- ...

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

## Risk Controls
- ...

## Rollback Plan
- ...
```

