mcpbeat

Ralplan

joonghyun-lee-frieren/ralplan

211 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
203
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/Joonghyun-Lee-Frieren/oh-my-antigravity --skill ralplan

The instruction itself

4 sections, as written by the author

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

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

Output Template

## Goal
- ...

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

## Risk Controls
- ...

## Rollback Plan
- ...

How to use it

Copy the folder

Take joonghyun-lee-frieren/ralplan from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.