Workflow Builder Skill Build the YAML workflow engine for multi-step agent automation. Overview The workflow engine provides declarative automation capabilities: - YAML-based workflow definitions - Variable interpolation between steps - Conditional execution and error handling - Multi-agent orchestration Prerequisites Build Steps Step 1: Create the Workflow Executor File: Step 2: Create the Workflow MCP Server File: Step 3: Create the Schema Documentation File: yaml version: "1.0" yaml version: "1.0" Workflow metadata name: workflow-name description: What this workflow does author: optional-a…