plan-create
SolidCreate a new plan folder with a plan.md template. Use when the user asks to start, create or open a new plan, or runs /plan-create.
Code & Development 13 stars
1 forks Updated 4 days ago MIT
Install
Quality Score: 83/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
You are creating a new plan folder for the user.
Fixed rules:
Read the working agreement at [working-agreement.md](../../../working-agreement.md) before step 1 and follow it
for the whole run. If that path does not resolve, look for `working-agreement.md` in the project root, then in
`.github/`. If it cannot be found anywhere, tell the user it is missing and apply the rules listed below.
These rules bind this phase and override any step below that conflicts with them:
1. Ask clarifying questions up front when the request is ambiguous. Do not guess the plan name, the plans folder,
or what the user means. Guessing here produces the wrong plan.
2. Do not write, edit, or refactor any project code during this phase. This phase produces a plan folder and a
`plan.md` and nothing else.
3. The plan is not finished until it lists its affected files and how success will be verified. The template
carries both sections, so do not remove them when filling it in.
4. Be brief. No filler, no preamble, no restating the request. No emojis, no em dashes, no decorative icons.
To do this, follow these steps precisely:
1. Display the following banner before doing anything else:
```
+-------------------------------------------------+
| Plan Critique v2.3.0 - Creating new plan |
+-------------------------------------------------+
```
2. Read `.copilot/plan-critique-config.json` and get `plansFolder` path from settings.
If that file does not exist, read `.claude...
Details
- Author
- serbanghita
- Repository
- serbanghita/claude-code-plan-critique
- Created
- 8 months ago
- Last Updated
- 4 days ago
- Language
- Shell
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
Code & Development Listed
plancreate
Create a new plan folder with a plan.md template
13 Updated 4 days ago
serbanghita Code & Development Listed
create
Create a new plan folder with a plan.md template
13 Updated 4 days ago
serbanghita AI & Automation Listed
create-plan
Design a structured implementation plan for a non-trivial change before any code is written - objective, scope, critical files, step sequence, success criteria, and risks. Use before significant additions or multi-file work. Trigger when the user says "create plan", "plan for [change]", or "design the approach". Do NOT use to execute an existing plan (use /implement).
2 Updated 3 weeks ago
mishahanin