Skip to content

Commit a48da73

Browse files
jawwad-aliclaude
andcommitted
docs: align checklist wording with CLI next-steps phrasing
Address review: state the checklist's purpose (validate requirements completeness, clarity, and consistency) and anchor it to /speckit.plan as the CLI does, use the plural 'quality checklists', and reword the Taskify step so the spec is validated using the generated checklists. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 16acb01 commit a48da73

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ After installing Spec Kit and defining your project constitution, quick experime
1616
/speckit.constitution -> /speckit.specify -> /speckit.clarify -> /speckit.plan -> /speckit.checklist -> /speckit.tasks -> /speckit.analyze -> /speckit.implement
1717
```
1818

19-
Use `/speckit.clarify` to reduce requirement ambiguity before planning, `/speckit.checklist` to generate quality checklists for the requirements once the plan exists, and `/speckit.analyze` to check spec/plan/task consistency before implementation starts. You can repeat `/speckit.analyze` after implementation as an extra review, but keep the first analysis before `/speckit.implement` so gaps are caught while the plan and tasks can still be adjusted.
19+
Use `/speckit.clarify` to reduce requirement ambiguity before planning, `/speckit.checklist` (after `/speckit.plan`) to generate quality checklists that validate requirements completeness, clarity, and consistency, and `/speckit.analyze` to check spec/plan/task consistency before implementation starts. You can repeat `/speckit.analyze` after implementation as an extra review, but keep the first analysis before `/speckit.implement` so gaps are caught while the plan and tasks can still be adjusted.
2020

2121
### Step 1: Install Specify
2222

@@ -83,7 +83,7 @@ uvx --from git+https://github.com/github/spec-kit.git specify init <PROJECT_NAME
8383
/speckit.plan The application uses Vite with minimal number of libraries. Use vanilla HTML, CSS, and JavaScript as much as possible. Images are not uploaded anywhere and metadata is stored in a local SQLite database.
8484
```
8585

86-
Then generate a quality checklist with `/speckit.checklist` once the plan exists:
86+
Then generate quality checklists with `/speckit.checklist` once the plan exists:
8787

8888
```bash
8989
/speckit.checklist
@@ -160,7 +160,7 @@ Be specific about your tech stack and technical requirements:
160160
161161
### Step 5: Validate the Spec
162162
163-
Validate the specification checklist using the `/speckit.checklist` command:
163+
Generate quality checklists to validate the specification using the `/speckit.checklist` command:
164164
165165
```bash
166166
/speckit.checklist

0 commit comments

Comments
 (0)