Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion templates/commands/checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading