Skip to content

Commit 95452bd

Browse files
authored
Merge pull request #59 from tikalk/fix/35-speckit-command-refs
docs: fix outdated /speckit.* command references
2 parents 0addb16 + 48bca82 commit 95452bd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,10 +338,10 @@ Be specific about your tech stack and technical requirements:
338338
339339
### Step 6: Define Tasks
340340
341-
Generate an actionable task list using the `/speckit.tasks` command:
341+
Generate an actionable task list using the `/spec.tasks` command:
342342
343343
```bash
344-
/speckit.tasks
344+
/spec.tasks
345345
```
346346
347347
### Step 7: Validate and Implement

templates/commands/checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ You **MUST** consider the user input before proceeding (if not empty).
300300
- MCP configuration validation status (if included in checklist)
301301
- Framework options validation status (based on enabled mode options)
302302

303-
**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:
303+
**Important**: Each `/spec.checklist` command invocation uses a short, descriptive checklist filename and either creates a new file or appends to an existing one. This allows:
304304

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

0 commit comments

Comments
 (0)