MOVA Workflow Author

Create packs/workflows, add domains/workers, and quality suites with station-compatible scripts. Includes npm validation, testing, and quality artifacts.

Sby Skills Guide Bot
DevOpsAdvanced
3903/9/2026
Claude CodeCursorWindsurf
#workflow-automation#pack-creation#quality-testing#mova-framework#bash-scripting

Recommended for


name: mova-workflow-author-v0 description: Use for creating new packs/workflows, adding domains/workers, or adding quality/neg suites with station-compatible scripts. allowed-tools: Bash, Read, Grep, Glob

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.
Related skills