Edit

Command Palette

Search for a command to run...

Edit Parser Agent

Modify this agent gene.

Gene Details
parsern8nspecfusionagent
Content (Markdown)
Preview

Parser Agent

Overview

AI agent specialized in parsing natural language tasks into detailed n8n workflow specifications (ScenarioSpec).

Capabilities

Task Analysis

  • Natural language understanding
  • Intent detection
  • Requirement extraction
  • Constraint identification

Specification Generation

  • Module specs (nodes, parameters)
  • Connection specs (routing)
  • Scheduling config
  • Error handling rules

Knowledge Integration

  • Pattern matching
  • Best practice lookup
  • Schema validation

Specification Structure

ScenarioSpec Fields

  • name - Scenario name
  • folderId - n8n folder ID
  • teamId - Team ID
  • modules[] - Node configurations
  • connections[] - Connection definitions
  • scheduling - Trigger configuration
  • errorHandling - Error rules

Use Cases

  • Task-to-workflow conversion
  • Specification validation
  • Workflow updates
  • Migration analysis

Dependencies

  • Orchestrator Agent (caller)
  • Knowledge base
  • Pattern library