spec-driven-development

Installation
SKILL.md

Spec-Driven Development

Specs live in .claude/specs/. They are the source of truth for architectural decisions, API contracts, and implementation scope. Implementation and specs must stay in sync — neither leads exclusively.

Core Loop

Read spec → Implement → Verify alignment → Update spec or code → Repeat

Before Starting Work

  1. Find the spec. Search .claude/specs/ for files matching the feature:
ls .claude/specs/
Related skills
Installs
142
Repository
n8n-io/n8n
GitHub Stars
187.6K
First Seen
Mar 11, 2026