plan-mode

Solid

Use when the user asks to enter Plan mode, says /prompts:plan or /plan, or wants a structured execution plan written to plan/.

AI & Automation 41 stars 7 forks Updated today MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
54
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Plan Mode ## When to Activate This skill is enabled when the user explicitly requests to enter "Plan mode" or enters `/prompts:plan` / `/plan`. Treat the task description given by the user as `$ARGUMENTS` (if the user directly enters `/prompts:plan <description>`, then `<description>` will be `$ARGUMENTS`). Goal: Develop a implementable and traceable technical execution plan for the task description `$ARGUMENTS` in the current working directory, and save the plan to the `plan/` directory of this project. - User explicitly says `/plan`, `/prompts:plan`, or "enter Plan mode". - User wants a structured execution plan written under `plan/`. - User asks for planning before implementation and does not want code changes yet. - The user explicitly wants the task decomposed before implementation. - A previous plan needs a deliberate update or replacement with traceable scope. > Note: This skill only takes effect when the user explicitly triggers Plan mode and does not affect normal conversations. > In actual use, you can pass: > > - Enter `/` and select `/prompts:plan` in the pop-up window; or > - Configure shortcut keys in the terminal and automatically enter `/prompts:plan` to obtain a one-click experience similar to "/plan". ## Red Flags - The plan ignores a material unresolved product or safety choice. - A new plan is created when the user meant to update the current plan. - The plan lacks verification commands, risks, or a clear plan file path. ## Checklist - [ ] Decid...

Details

Author
majiayu000
Repository
majiayu000/vibeguard
Created
6 months ago
Last Updated
today
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category