Skip to content

Commit 45d5176

Browse files
authored
fix the incorrect task-template file path
1 parent e6d6f3c commit 45d5176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/commands/tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You **MUST** consider the user input before proceeding (if not empty).
3333
- Create parallel execution examples per user story
3434
- Validate task completeness (each user story has all needed tasks, independently testable)
3535

36-
4. **Generate tasks.md**: Use `.specify/templates/tasks-template.md` as structure, fill with:
36+
4. **Generate tasks.md**: Use `templates/tasks-template.md` as structure, fill with:
3737
- Correct feature name from plan.md
3838
- Phase 1: Setup tasks (project initialization)
3939
- Phase 2: Foundational tasks (blocking prerequisites for all user stories)

0 commit comments

Comments
 (0)