n8n:spec-driven-development
Installation
SKILL.md
Spec-Driven Development
Specs live in .agents/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
- Find the spec. Search
.agents/specs/for files matching the feature:
ls .agents/specs/