Skip to content

Commit 017e1c4

Browse files
fix: clean up command templates (specify, analyze) (#1810)
* fix: clean up command templates (specify, analyze) - specify.md: fix self-referential step number (step 6c → proceed to step 7) - specify.md: remove empty "General Guidelines" heading before "Quick Guidelines" - analyze.md: deduplicate {ARGS} — already present in "User Input" section at top * fix: restore ## Context heading in analyze template Address PR review feedback from @dhilipkumars: keep the ## Context markdown heading to preserve structural hierarchy for LLM parsing.
1 parent 7562664 commit 017e1c4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

templates/commands/specify.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Given that feature description, do this:
129129

130130
c. **Handle Validation Results**:
131131

132-
- **If all items pass**: Mark checklist complete and proceed to step 6
132+
- **If all items pass**: Mark checklist complete and proceed to step 7
133133

134134
- **If items fail (excluding [NEEDS CLARIFICATION])**:
135135
1. List the failing items and specific issues
@@ -178,8 +178,6 @@ Given that feature description, do this:
178178

179179
**NOTE:** The script creates and checks out the new branch and initializes the spec file before writing.
180180

181-
## General Guidelines
182-
183181
## Quick Guidelines
184182

185183
- Focus on **WHAT** users need and **WHY**.

0 commit comments

Comments
 (0)