What problem does it solve?
Reversa-N8N removes the manual, error-prone work of translating an N8N workflow into language-agnostic System Design Documents so you can confidently reimplement it outside of N8N.
Core Features & Use Cases
- Workflow-to-SDD Translation: Converts an exported N8N JSON workflow into a structured SDD covering workflow overview, requirements, and design.
- Graph & Semantics Reconstruction: Builds the directed flow graph starting from triggers, including branches, merges, loops/iterations, and sub-workflows.
- Implementation Mapping: Produces Python reimplementation guidance for node types, credentials (without exposing secrets), and orchestration patterns.
Quick Start
Place your exported N8N workflow JSON file into the n8n_json_workflows/ folder and run the skill to generate workflow-overview.md, requirements.md, and design.md under _reversa_n8n/<workflow-slug>/.