plan
SolidUse when a task needs structured planning before implementation. Supports --delegate and round=N.
Install
Quality Score: 82/100
Skill Content
Details
- Author
- kangig94
- Repository
- kangig94/coral
- Created
- 5 months ago
- Last Updated
- yesterday
- Language
- TypeScript
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
preplan
Use when a problem needs clarification and agreement before planning begins. Supports --deep and --delegate.
plan-review
Triggered by /plan-review <path-to-plan> [path-to-reviews] [--auto-accept] or /init [god-mode]. Handles git init, CLAUDE.md, folder setup, and model-mode selection (/init), then reads a human plan and optional agent reviews, builds a unified issues table, runs the resolution loop, and writes the resolved draft to docs/pre-plans/. When done, tells the developer to start a new terminal session and run /plan-finalize. With --auto-accept, skips the resolution loop, accepts every recommendation, and runs the plan-finalize logic in the same session.
plan
Use when a request needs shaping before any code is written — a rough or vague prompt to sharpen, an ambiguous idea to design, or a clear-enough task to decompose. One chain-starter that amplifies the prompt, designs the approach, and decomposes it into a batched task file, skipping whichever phases the request doesn't need, then STOPS at a build-location gate (build here, hand off to another session, or just keep the plan). Plan never implements. Trigger with /hyperflow:plan, "design this", "plan this", "decompose this", "how should we", "what's the best way to", "break this down", "enhance this prompt".