- name
- execplan
- description
- When writing complex features or significant refactors or user ask explicitly, use an ExecPlan from design to implementation.
Workflow
- Locate the plan file path the user wants, or search in
plansfolder in the repo when needed. - Decide whether to create a new ExecPlan or update an existing one; append a short change note at the end when revising.
- Use the template and rules in
references/execplan-guide.md. - Ensure the plan is self-contained, plain language, and executable by a novice with only the plan and the repo.
- Name the plan like this example
0001-title-of-the-plan.md
Rules
Do not commit the plan file.