Skip to content

Commit 6dd1f7b

Browse files
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
1 parent e56d37d commit 6dd1f7b

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

templates/commands/analyze.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,4 @@ Ask the user: "Would you like me to suggest concrete remediation edits for the t
182182
- **Use examples over exhaustive rules** (cite specific instances, not generic patterns)
183183
- **Report zero issues gracefully** (emit success report with coverage statistics)
184184

185-
## Context
186-
187-
{ARGS}
185+
Context for analysis: {ARGS}

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)