What problem does it solve?
It transforms an n8n-studio spec document into concrete workflow design documentation and matching integrated test scenarios, so implementation can start with a clear, verifiable blueprint.
Core Features & Use Cases
- Design document generation: Produces a structured design.md based on docs/yyyyMMdd-기능요약/01-spec.md, including node roles, connections, and any required code-node pseudocode/snippets.
- Integrated test scenario planning: Creates plan-tests artifacts (03-test-plan.md) describing test names, purposes, n8n Test Execution input JSON, expected outputs, and file-validation approaches.
- Guided transition to development: After design and test-plan creation, it automatically hands off to the develop phase to proceed with implementation.
- Use case: When you need to build or modify an n8n workflow (e.g., adding a new Slack notification feature or implementing a data transform), this produces both the design and the verification plan required for TDD-style development.
Quick Start
Use the skill to design an n8n workflow by telling the agent to read the spec from your docs folder and generate the design and integrated test plan for the next development step.