| name | create-workflow |
| description | Add or update an app-local Mozaiks workflow in this generated app workspace. |
| argument-hint | [workflow goal] |
| disable-model-invocation | true |
Complete this workflow task: $ARGUMENTS
- Read
AGENTS.md and .claude/rules/workflows.md.
- Create or update
workflows/<WorkflowName>/.
- Keep workflow YAML structured-output-first and declarative.
- Put reasoning in agent prompts and structured outputs.
- Keep tools deterministic: persist, validate, emit events, or call declared APIs.
- Do not put classification/inference heuristics in tools.
- Add UI artifact config only when the workflow needs a visual artifact.
- Update docs if startup behavior, triggers, or required env vars change.