You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: prompts/generate-task-list-from-spec.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ Before generating any tasks, you must follow this reasoning process:
103
103
104
104
### Phase 1: Analysis and Planning (Internal)
105
105
106
-
1.**Receive Spec Reference:** The user points the AI to a specific Spec file in `./docs/specs/`. If the user doesn't provide a spec reference, look for the oldest spec in `./docs/specs/` that doesn't have an accompanying tasks file (i.e., no `[n]-tasks-[feature-name].md` file in the same directory).
106
+
1.**Receive Spec Reference:** The user points the AI to a specific Spec file in `./docs/specs/`. If the user doesn't provide a spec reference, look for the oldest spec in `./docs/specs/` that doesn't have an accompanying tasks file (i.e., no `[NN]-tasks-[feature-name].md` file in the same directory).
107
107
2.**Analyze Spec:** Read and analyze the functional requirements, user stories, and technical constraints
108
108
3.**Assess Current State:** Review existing codebase and documentation to understand:
109
109
- Architectural patterns and conventions
@@ -122,7 +122,7 @@ Before generating any tasks, you must follow this reasoning process:
122
122
- Have clear completion criteria
123
123
- Follow logical dependencies
124
124
- Be implementable in a reasonable timeframe
125
-
2.**Save Initial Task List:** Save the parent tasks to `./docs/specs/[n]-spec-[feature-name]/[n]-tasks-[feature-name].md` before proceeding
125
+
2.**Save Initial Task List:** Save the parent tasks to `./docs/specs/[NN]-spec-[feature-name]/[NN]-tasks-[feature-name].md` before proceeding
126
126
3.**Present for Review**: Present the generated parent tasks to the user for review and wait for their response
127
127
4.**Wait for Confirmation**: Pause and wait for user to respond with "Generate sub tasks"
128
128
@@ -132,7 +132,7 @@ Wait for explicit user confirmation before generating sub-tasks. Then:
132
132
133
133
1.**Identify Relevant Files:** List all files that will need creation or modification
134
134
2.**Generate Sub-Tasks:** Break down each parent task into smaller, actionable sub-tasks
135
-
3.**Update Task List:** Update the existing `./docs/specs/[n]-spec-[feature-name]/[n]-tasks-[feature-name].md` file with the sub-tasks and relevant files sections
135
+
3.**Update Task List:** Update the existing `./docs/specs/[NN]-spec-[feature-name]/[NN]-tasks-[feature-name].md` file with the sub-tasks and relevant files sections
0 commit comments