What problem does it solve?
It solves the problem of repeatedly creating, modifying, and debugging n8n workflows with a consistent, end-to-end development process instead of ad-hoc changes.
Core Features & Use Cases
- Eight-step workflow development orchestration: coordinates request classification, planning/spec writing, design, TDD-style development, optional refactoring, verification with an RALF retry loop, and finalization with PR creation.
- Tmux-based sub-agent execution: runs each sub-stage in a named tmux pane and relays results back to the Team Lead to continue automatically.
- Stateful iterative verification (RALF up to 3 cycles): executes integrated acceptance scenarios and triggers targeted re-entry into earlier stages when verification fails.
- Use Case: When you say you want a new Slack/DM feature or you need to fix a webhook-to-Google-Sheets issue, this skill standardizes the entire cycle from spec through PR.
Quick Start
Tell the AI to “n8n-studio [describe the development/modification/bugfix request]” to generate the spec, design, tests, update the workflow, verify with retries, and create a GitHub PR.