← ClaudeAtlas

n8n-prd-generatorlisted

Generate structured PRD documents for n8n automation workflows. Use when planning n8n workflows, creating automation requirements, starting a new n8n project, or preparing workflow specifications before building.
Wagner-Emden-IT-Services/n8n-project-template · ★ 1 · AI & Automation · score 65
Install: claude install-skill Wagner-Emden-IT-Services/n8n-project-template
# n8n Automation PRD Generator Generate structured, MCP-ready PRD documents for n8n automation workflows. Captures all requirements needed to build the workflow with Claude Code + n8n-mcp. --- ## Activation When the user wants to plan or specify an n8n automation workflow, activate this skill. The output is a PRD markdown file saved to the project directory. --- ## Process: Structured Requirements Gathering Follow these phases strictly. Do NOT skip phases or rush to the PRD. ### Phase 1: Initial Understanding Ask the user to describe the automation they need. Accept any format: - Free-text description - Bullet points - Meeting notes - Voice transcript After receiving the input, summarize what you understood in 2-3 sentences and confirm with the user before proceeding. ### Phase 2: Clarifying Questions (MANDATORY) Ask targeted questions across these dimensions. Use the AskUserQuestion tool with grouped questions (max 4 per round). Run multiple rounds if needed. **Round 1 - Trigger & Schedule:** - What starts the workflow? (Webhook, Schedule, Manual, Event-based) - How often should it run? (Real-time, hourly, daily, weekly) - What timezone/business hours apply? **Round 2 - Data Flow & Services:** - Which external services/APIs are involved? (Name them specifically) - What data comes in? (Structure, format, volume) - What data goes out? (Where, format, who receives it) - Are there data transformations needed? (Mapping, filtering, enrichment) **Round 3 - Error Hand