| 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
Before starting: git fetch origin && gh pr list --state open && git log origin/main --oneline -3 — if another agent has an open PR touching the same files, wait for it to merge or branch off it instead of main.
- 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.