From 017e1c4c2fb68485714f56b97de1af4e81808f3b Mon Sep 17 00:00:00 2001 From: Pierluigi Lenoci Date: Fri, 13 Mar 2026 14:21:55 +0100 Subject: [PATCH] fix: clean up command templates (specify, analyze) (#1810) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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. --- templates/commands/specify.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/commands/specify.md b/templates/commands/specify.md index d66f3fcc..0713b68e 100644 --- a/templates/commands/specify.md +++ b/templates/commands/specify.md @@ -129,7 +129,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 @@ -178,8 +178,6 @@ Given that feature description, do this: **NOTE:** The script creates and checks out the new branch and initializes the spec file before writing. -## General Guidelines - ## Quick Guidelines - Focus on **WHAT** users need and **WHY**.