speckit_checklist
Create a requirement quality checklist for a feature, evaluating spec completeness, clarity, coverage, and consistency. Saves the checklist to the project's specs directory.
Instructions
Create a requirement quality checklist for a feature. Generates checklists that assess spec quality (completeness, clarity, coverage, consistency) — not implementation status. Saved to specs/{feature}/checklists/{name}.md.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | No | Checklist content in markdown. If omitted, creates from template. | |
| feature_name | Yes | Name of the feature. | |
| project_path | No | Path to the spec-kit project root. | |
| checklist_name | No | Descriptive name for the checklist (e.g., requirements, api, security). Saved as checklists/{checklist_name}.md. | |
| checklist_type | No | Deprecated alias for checklist_name. |