Skip to content

Commit ae14cac

Browse files
fix: move TOC after metadata block and include all ## headings in tasks-template
1 parent 0ec3d80 commit ae14cac

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

templates/tasks-template.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,24 @@ description: "Task list template for feature implementation"
88
**Input**: Design documents from `/specs/[###-feature-name]/`
99
**Prerequisites**: plan.md (required), spec.md (required for user stories), research.md, data-model.md, contracts/
1010

11+
**Tests**: The examples below include test tasks. Tests are OPTIONAL - only include them if explicitly requested in the feature specification.
12+
13+
**Organization**: Tasks are grouped by user story to enable independent implementation and testing of each story.
14+
1115
## Table of Contents
1216

1317
- [Format](#format-id-p-story-description)
1418
- [Path Conventions](#path-conventions)
1519
- [Phase 1: Setup (Shared Infrastructure)](#phase-1-setup-shared-infrastructure)
1620
- [Phase 2: Foundational (Blocking Prerequisites)](#phase-2-foundational-blocking-prerequisites)
1721
- [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)
1825
- [Dependencies & Execution Order](#dependencies--execution-order)
26+
- [Parallel Example: User Story 1](#parallel-example-user-story-1)
1927
- [Implementation Strategy](#implementation-strategy)
20-
21-
**Tests**: The examples below include test tasks. Tests are OPTIONAL - only include them if explicitly requested in the feature specification.
22-
23-
**Organization**: Tasks are grouped by user story to enable independent implementation and testing of each story.
28+
- [Notes](#notes)
2429

2530
## Format: `[ID] [P?] [Story] Description`
2631

0 commit comments

Comments
 (0)