Generate Quality Checklist
sdd_checklistAnalyzes specification and design documents to produce a targeted quality checklist for a chosen domain, such as security or accessibility. Outputs CHECKLIST.md.
Instructions
Generates a domain-specific quality checklist (security, accessibility, performance, etc.) by analyzing SPECIFICATION.md and DESIGN.md. Writes CHECKLIST.md.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Overwrite existing files if true | |
| domain | Yes | Quality domain for the checklist | |
| spec_dir | No | Spec directory path (relative to workspace root) | .specs |
| feature_number | No | Feature number (zero-padded, e.g. '001') | 001 |