create-workflow

Generate Mozaiks-compliant workflow YAML files, tool bindings, and UI scaffolding.

14|1|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/BlocUnited-LLC/mozaiks --skill create-workflow-blocunited-llc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-workflow
Source: https://github.com/BlocUnited-LLC/mozaiks/tree/main/.claude/skills/create-workflow
Command: npx skills add https://github.com/BlocUnited-LLC/mozaiks --skill create-workflow-blocunited-llc

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about create-workflow

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

FAQPage Schema
How do I generate an AI workflow with structured outputs and tool bindings?

To generate an AI workflow, you provide a concept and the Skill creates a complete YAML bundle with orchestrators, agents, handoffs, context variables, and structured outputs. It ensures deterministic agent and tool contracts are properly declared for immediate implementation.

Can I scaffold UI components for an AI workflow automatically?

Yes, you can scaffold UI components automatically. When generating the workflow YAML bundle, the Skill creates optional UI component structures and scaffolding aligned directly with the workflow's emitted payload shape.

Where should workflow routing policy be handled when building an AI workflow?

Workflow routing policy should be handled in extension_registry.json for cross-workflow sequencing, while local handoffs are kept in handoffs.yaml. This routing layer separation ensures workflow contracts remain clean and deterministic.

What files are included in a complete AI workflow bundle?

A complete AI workflow bundle includes orchestrator, agents, handoffs, context_variables, structured_outputs, and tools YAML files. It also generates optional ui_config, hooks, and MFJ files to support the full workflow implementation.

How do I start scaffolding a workflow from a basic concept?

You start scaffolding by providing a workflow name and description. Tell the Skill the workflow concept, like a BillingAssistant that routes responses and saves artifacts, and it generates all required Mozaiks-ready contracts and stubs automatically.