Skip to content

Commit 13e1f48

Browse files
fsilvaortizclaude
andcommitted
fix: correct step reference in specify.md to prevent validation loop
Step 6c in the specify template incorrectly referenced "proceed to step 6" (itself), creating an infinite validation loop. Changed to "proceed to step 7" (the completion report step). Closes #1509 🤖 Generated with [Claude Code](https://claude.com/code) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 56deda7 commit 13e1f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/commands/specify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Given that feature description, do this:
148148
149149
c. **Handle Validation Results**:
150150
151-
- **If all items pass**: Mark checklist complete and proceed to step 6
151+
- **If all items pass**: Mark checklist complete and proceed to step 7
152152
153153
- **If items fail (excluding [NEEDS CLARIFICATION])**:
154154
1. List the failing items and specific issues

0 commit comments

Comments
 (0)