Skip to content

Commit 69ee51f

Browse files
committed
fix(checklist): align report language with append behavior
1 parent f91416f commit 69ee51f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

templates/commands/checklist.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,13 +209,13 @@ You **MUST** consider the user input before proceeding (if not empty).
209209

210210
6. **Structure Reference**: Generate the checklist following the canonical template in `templates/checklist-template.md` for title, meta section, category headings, and ID formatting. If template is unavailable, use: H1 title, purpose/created meta lines, `##` category sections containing `- [ ] CHK### <requirement item>` lines with globally incrementing IDs starting at CHK001.
211211

212-
7. **Report**: Output full path to created checklist, item count, and remind user that each run creates a new file. Summarize:
212+
7. **Report**: Output full path to checklist file, item count, and summarize whether the run created a new file or appended to an existing one. Summarize:
213213
- Focus areas selected
214214
- Depth level
215215
- Actor/timing
216216
- Any explicit user-specified must-have items incorporated
217217

218-
**Important**: Each `/speckit.checklist` command invocation creates a checklist file using short, descriptive names unless file already exists. This allows:
218+
**Important**: Each `/speckit.checklist` command invocation uses a short, descriptive checklist filename and either creates a new file or appends to an existing one. This allows:
219219

220220
- Multiple checklists of different types (e.g., `ux.md`, `test.md`, `security.md`)
221221
- Simple, memorable filenames that indicate checklist purpose

0 commit comments

Comments
 (0)