Skip to content

Commit decccc4

Browse files
authored
Merge pull request #13 from yamkazu/fix-plan-temaplate-name
Fix template path in plan command
2 parents 23c6bf1 + fd51769 commit decccc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/commands/plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Given the implementation details provided as an argument, do this:
1919
3. Read the constitution at `/memory/constitution.md` to understand constitutional requirements.
2020

2121
4. Execute the implementation plan template:
22-
- Load `/templates/implementation-plan-template.md` (already copied to IMPL_PLAN path)
22+
- Load `/templates/plan-template.md` (already copied to IMPL_PLAN path)
2323
- Set Input path to FEATURE_SPEC
2424
- Run the Execution Flow (main) function steps 1-10
2525
- The template is self-contained and executable

0 commit comments

Comments
 (0)