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

  1. Find the spec. Search .agents/specs/ for files matching the feature:
ls .agents/specs/
Installs
148
Repository
n8n-io/n8n
GitHub Stars
194.1K
First Seen
May 4, 2026
n8n:spec-driven-development — n8n-io/n8n