Generate Quality Checklist
sdd_checklistGenerates domain-specific quality checklists for security, accessibility, performance, and more by analyzing specification and design files. Writes the checklist to 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 |
|---|---|---|---|
| domain | Yes | Quality domain for the checklist | |
| feature_number | No | Feature number (zero-padded, e.g. '001') | 001 |
| spec_dir | No | Spec directory path (relative to workspace root) | .specs |
| force | No | Overwrite existing files if true |