# Mova Workflow Author V0

> Use for creating new packs/workflows, adding domains/workers, or adding quality/neg suites with station-compatible scripts.

- Skill: `majiayu000/mova-workflow-author-v0` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/mova-workflow-author-v0`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/mova-workflow-author-v0/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/mova-workflow-author-v0

---


## Creation
- Pack skeleton: define ds/env/runtime/examples, scripts, and quality pos/neg suites.
- Keep structure minimal and deterministic; reuse existing conventions.

## Integration
- Add npm scripts for A/B runs, compare, and quality suites.
- If a domain worker is added, include E2E smoke through gateway where applicable.
- External actions in examples/demos must go through a Gateway path using `mova_run_envelope_v0`, not direct SDK/HTTP calls.

## Definition of Done
- `npm run validate`
- `npm test`
- If available: `npm run smoke:*`
- Evidence artifacts saved under `artifacts/**` and referenced in output.

