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).

Phase Overview

Installs
3
First Seen
Feb 13, 2026
sdd — mrsekut/sdd-skills