workflow-json-architect

Manage 24-node, 3-branch n8n workflow JSON structures for Vigil Guard v2.0.0.

14|2|Updated Nov 12, 2025
One-click install
npx skills add https://github.com/tbartel74/Vigil-Code --skill workflow-json-architect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-json-architect
Source: https://github.com/tbartel74/Vigil-Code/tree/main/.claude/skills/workflow-json-architect
Command: npx skills add https://github.com/tbartel74/Vigil-Code --skill workflow-json-architect

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides expert guidance for managing n8n workflow JSON files (24 nodes, 3-branch parallel detection) in Vigil Guard v2.0.0. It focuses on the JSON structure, node manipulation, and workflow lifecycle to ensure smooth imports and reliable execution.

Core Features & Use Cases

  • JSON Architecture Mastery: Understand and maintain the 24-node, 3-branch workflow structure.
  • Node Manipulation Guidance: Add, remove, or reorder nodes; edit embedded JavaScript in Code nodes.
  • Lifecycle & Migration: Manage workflow versions, migrations from v1.x to v2.0.0, and import steps into the n8n GUI.
  • Arbiter & Integration Insight: Guidance on integrating Arbiter v2, 3-branch orchestration, and lifecycle best practices.

Quick Start

Use the workflow-json-architect skill to review and adjust services/workflow/workflows/Vigil Guard v2.0.0.json before importing into the n8n GUI NOW.

Frequently Asked Questions about workflow-json-architect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage n8n workflow JSON structures with 24 nodes and multiple branches?

Workflow JSON architecture involves understanding node connections, IDs, and branch logic in n8n's JSON format. This Skill provides guidance on editing, reordering, and connecting nodes within a 24-node, 3-branch structure while maintaining correct schema adherence for reliable execution.

Can I edit and test n8n workflow JSON before importing into the GUI?

Yes. You can review and adjust workflow JSON files directly—adding, removing, or reordering nodes and editing embedded JavaScript in Code nodes—before importing into the n8n GUI to ensure smooth execution.

How do I configure the 3-Branch Executor and integrate Arbiter v2 in n8n workflows?

Integration involves understanding the Arbiter v2 configuration, 3-branch orchestration logic, and lifecycle management within the JSON structure. This Skill guides config merging and correct node setup to enable parallel detection and reliable branch execution.

What's the correct JSON schema for n8n workflow node connections and IDs?

n8n workflows require precise node IDs, connection arrays, and metadata to function. This Skill ensures your 24-node structure adheres to the correct JSON schema so imports execute without errors and branch logic works as intended.

How do I migrate n8n workflows from v1.x to Vigil Guard v2.0.0?

Workflow migration involves understanding version differences, structure changes, and import steps. This Skill covers lifecycle management and the steps needed to transition workflows into the v2.0.0 format and import them into the n8n GUI.

Can I write and embed JavaScript in n8n Code nodes within the JSON file?

Yes. Code nodes accept embedded JavaScript directly in the JSON structure. This Skill guides editing and scripting Code nodes to add custom logic while maintaining valid JSON syntax and node connection integrity.