Skip to content

Commit 16acb01

Browse files
jawwad-aliclaude
andcommitted
docs: reword checklist as generating quality checklists, not validating directly
Address review: /speckit.checklist generates quality checklists (which then validate the requirements) rather than validating directly, matching the CLI/README phrasing. Preserves the after-plan ordering. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent e198ccc commit 16acb01

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/quickstart.md

Lines changed: 2 additions & 2 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 validate requirements quality 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` 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.
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 validate quality with `/speckit.checklist` once the plan exists:
86+
Then generate a quality checklist with `/speckit.checklist` once the plan exists:
8787

8888
```bash
8989
/speckit.checklist

0 commit comments

Comments
 (0)