
N8n Prd Generator
- 1 repo stars
- Updated March 27, 2026
- jonmcgee37/n8n-automations-toolkit
Turn a client call or rough workflow idea into a build-ready n8n Automation Blueprint before scaffolding or coding nodes.
About
n8n-prd-generator is an agent skill for developers and small automation teams who need structured scoping before touching n8n. You feed it a sales call transcript, a Slack-style workflow description, or both; it interviews you with clarifying questions until edge cases, integrations, and failure modes are explicit. The deliverable is an n8n Automation Blueprint—Pattern’s PRD—that init can pull into CLAUDE.md and the n8n skill can implement node by node. Use it whenever automation scope is fuzzy, stakeholders disagree, or you want one canonical spec instead of ad-hoc prompts. It reduces rework in the three-step Pattern pipeline (blueprint → scaffold → build/test/deploy) and keeps REST API work aligned with agreed triggers and data flows.
- Accepts call transcripts, workflow descriptions, or both as discovery inputs
- Runs collaborative clarifying questions before writing the blueprint
- Outputs a build-ready n8n Automation Blueprint (Pattern PRD format)
- Designed as the discovery step ahead of n8n-project-init in the Pattern pipeline
- Version 1.2.0 plugin in the n8n-automations-toolkit
N8n Prd Generator by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add jonmcgee37/n8n-automations-toolkit/plugin install n8n-prd-generator@n8n-toolkitAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Last updated | March 27, 2026 |
| Repository | jonmcgee37/n8n-automations-toolkit ↗ |
What it does
Turn a client call or rough workflow idea into a build-ready n8n Automation Blueprint before scaffolding or coding nodes.
Files
Generate n8n Automation Blueprints through collaborative discovery — accepts a call transcript, a workflow description, or both, then asks clarifying questions before producing a build-ready blueprint
n8n-prd-generator
Source: ./plugins/n8n-prd-generator
{ "name": "n8n-prd-generator", "source": "./plugins/n8n-prd-generator", "version": "1.2.0", "keywords": [ "n8n", "blueprint", "prd", "discovery", "automation", "scoping" ], "description": "Generate n8n Automation Blueprints through collaborative discovery — accepts a call transcript, a workflow description, or both, then asks clarifying questions before producing a build-ready blueprint" }