sdd
Installation
SKILL.md
SDD - Spec Driven Development
A structured workflow for implementing features through documentation-first development.
Directory Setup
Create spec directory for the task:
mkdir -p ./.specs/{task-name}
Name {task-name} based on the task (e.g., create-article-component, add-user-auth).