Ralplan
Skill Joonghyun-Lee-Frieren/oh-my-antigravity/skills/ralplan
Context-engineering-powered multi-agent team workflow pack for Antigravity CLI.
npx -y skills add Joonghyun-Lee-Frieren/oh-my-antigravity --skill ralplanAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
0.8 KB, as published. Nobody here has run it
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
- ...