What problem does it solve? Creating valid UiPath Maestro .bpmn process orchestration files by hand is error-prone: extension payloads must come from the UiPath registry, structural BPMN must follow the Studio Web canvas contract, and every node needs diagram metadata to import. This Skill guides the full lifecycle so files validate and run correctly. ## Core Features & Use Cases - Registry-driven authoring: Discovers extension types (RPA jobs, agents, HITL tasks, queues, business rules, Integration Service connectors) via the UiPath CLI and builds each node's uipath:* payload from the official xmlTemplate. - Structural BPMN authoring: Generates process scaffolds, sequence flows, gateways, events, boundary events, subprocesses, multi-instance loops, and the mandatory BPMN diagram from the documented canvas contract. - Validate, operate, and diagnose: Runs the offline CLI validator, then packages, uploads, publishes, runs, and troubleshoots instances with explicit user consent for cloud changes. - Use Case: Ask for an invoice-approval process that starts an RPA job, waits for a human approval task, and branches on the outcome; the Skill discovers the templates, authors the .bpmn, validates it, and prepares it for upload. ## Quick Start Create a Maestro BPMN process that starts an RPA job, waits for human approval, and branches on the result, then validate it with the UiPath CLI.