From 13e1f4863406ebb364d2cd8046a062d788c31fdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Silva=20Ortiz?= Date: Fri, 27 Feb 2026 13:14:36 -0300 Subject: [PATCH] fix: correct step reference in specify.md to prevent validation loop MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- templates/commands/specify.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/commands/specify.md b/templates/commands/specify.md index 5fd4489ee..0875df340 100644 --- a/templates/commands/specify.md +++ b/templates/commands/specify.md @@ -148,7 +148,7 @@ Given that feature description, do this: c. **Handle Validation Results**: - - **If all items pass**: Mark checklist complete and proceed to step 6 + - **If all items pass**: Mark checklist complete and proceed to step 7 - **If items fail (excluding [NEEDS CLARIFICATION])**: 1. List the failing items and specific issues