Skip to content

Commit 08fbad5

Browse files
fix: use plain text for dynamic phase entries in tasks-template TOC
1 parent ae14cac commit 08fbad5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

templates/tasks-template.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ description: "Task list template for feature implementation"
1414

1515
## Table of Contents
1616

17+
<!-- TOC below is an exemplar. The /speckit.tasks command MUST regenerate
18+
this list from the actual ## headings in the final document. -->
19+
1720
- [Format](#format-id-p-story-description)
1821
- [Path Conventions](#path-conventions)
19-
- [Phase 1: Setup (Shared Infrastructure)](#phase-1-setup-shared-infrastructure)
20-
- [Phase 2: Foundational (Blocking Prerequisites)](#phase-2-foundational-blocking-prerequisites)
21-
- [Phase 3: User Story 1](#phase-3-user-story-1---title-priority-p1--mvp)
22-
- [Phase 4: User Story 2](#phase-4-user-story-2---title-priority-p2)
23-
- [Phase 5: User Story 3](#phase-5-user-story-3---title-priority-p3)
24-
- [Phase N: Polish & Cross-Cutting Concerns](#phase-n-polish--cross-cutting-concerns)
22+
- Phase 1: Setup (Shared Infrastructure)
23+
- Phase 2: Foundational (Blocking Prerequisites)
24+
- Phase 3+: User Story phases (generated from spec.md priorities)
25+
- Phase N: Polish & Cross-Cutting Concerns
2526
- [Dependencies & Execution Order](#dependencies--execution-order)
26-
- [Parallel Example: User Story 1](#parallel-example-user-story-1)
2727
- [Implementation Strategy](#implementation-strategy)
2828
- [Notes](#notes)
2929

0 commit comments

Comments
 (0)