What problem does it solve?
It solves the end-of-cycle coordination problem by turning verified n8n workflow changes into a consistent set of deliverables, including a documented result, saved workflow JSON, and an automatically created GitHub pull request.
Core Features & Use Cases
- Writes the final result document: Generates docs/[project]/yyyyMMdd-feature/04-result.md summarizing the request type, target workflow, change list, verification outcomes, and key decisions.
- Downloads and stores workflow JSON locally: Uses n8n-mcp to retrieve the updated workflow JSON and saves it under workflow/[project]/n8n/[workflow-name].json.
- Creates the GitHub pull request from git state: Stages docs and workflow artifacts, commits with a conventional message, pushes the feature branch, and opens a PR against main.
Quick Start
Ask an n8n-studio agent to finalize the cycle by generating 04-result.md, downloading the updated workflow JSON, committing all changes, and creating a GitHub PR for the completed work.