From 48bca8258a8af0fedc77f4d6273eff73242e1fb2 Mon Sep 17 00:00:00 2001 From: Lior Kanfi Date: Wed, 4 Mar 2026 18:25:15 +0200 Subject: [PATCH] docs: fix outdated /speckit.* command references to /spec.* Fixes #35 - docs/quickstart.md: /speckit.tasks -> /spec.tasks (lines 341, 344) - templates/commands/checklist.md: /speckit.checklist -> /spec.checklist (line 303) --- docs/quickstart.md | 4 ++-- templates/commands/checklist.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index ef6cac3b2e..3e387b01b9 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -338,10 +338,10 @@ Be specific about your tech stack and technical requirements: ### Step 6: Define Tasks -Generate an actionable task list using the `/speckit.tasks` command: +Generate an actionable task list using the `/spec.tasks` command: ```bash -/speckit.tasks +/spec.tasks ``` ### Step 7: Validate and Implement diff --git a/templates/commands/checklist.md b/templates/commands/checklist.md index 18d1418815..b57c85bb04 100644 --- a/templates/commands/checklist.md +++ b/templates/commands/checklist.md @@ -300,7 +300,7 @@ You **MUST** consider the user input before proceeding (if not empty). - MCP configuration validation status (if included in checklist) - Framework options validation status (based on enabled mode options) -**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: +**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: - Multiple checklists of different types (e.g., `ux.md`, `test.md`, `security.md`) - Simple, memorable filenames that indicate checklist purpose