What problem does it solve?
This Skill turns your workflow idea into a complete, Mozaiks-compliant workflow bundle so you can start building without manually wiring orchestrators, agents, tools, routing, and contracts.
Core Features & Use Cases
- Scaffold correct workflow contracts: produces the canonical YAML set (orchestrator, agents, handoffs, context variables, structured outputs, tools, and optional UI/hooks/MFJ files) following Mozaiks authoring rules.
- Enforce routing layer separation: keeps workflow-local routing in handoffs.yaml while pushing cross-workflow sequencing/entry policy into extended_orchestration/extension_registry.json.
- Generate implementation-ready stubs: creates the tools package and optional UI component structure aligned with the workflow’s emitted payload shape.
Quick Start
Tell the skill: create-workflow BillingAssistant that plans and routes billing support responses, saves structured billing artifacts, and exposes relevant agent messages to the UI.