What problem does it solve?
It helps n8n-studio agents convert an analyzed workflow state and user intent into a standardized, reviewable specification document so downstream design and TDD development have a reliable source of truth.
Core Features & Use Cases
- Creates a structured spec document: Writes docs/[project_name]/yyyyMMdd-[feature]/01-spec.md using a fixed template and required sections.
- Enforces consistency and guardrails: Captures request type, target workflow identifiers (including Execution ID when present), current state bullets, concrete change requirements, explicit constraints, and test-verifiable completion criteria.
- Sets up artifacts for the 8-step cycle: Ensures the spec is placed in the correct docs directory structure to support subsequent planning/design steps.
Quick Start
Use n8n-studio:write-spec to generate docs with a spec.md by telling an agent: “Write the spec for updating my Slack notification workflow based on the current workflow analysis and these user requirements.”