Workflow Validation

Validate a FlowWorkflow YAML at `plugins/flow/workflows/<id>.workflow.yaml` against `schemas/v1/workflow.schema.json` AND cross-reference the referenced skills/agents exist + every Tier 3 action is confirm-gated + no native /goal or /loop dependency is declared. Use when /flow:workflow validate is invoked, when CI runs the workflow schema gates, or when a new workflow is being authored. This skill MUST be consulted because schema validation alone catches shape errors; cross-reference validation catches the silent-correctness failures (typo'd skill name, Tier 3 escape, /goal dependency) that would otherwise ship to users.

synaptiai 8576ef5 4.9 KB Updated

File contents

synaptiai/synapti-marketplace/tree/main/plugins/flow/skills/workflow-validation commit 8576ef5f4c

Frequently asked questions

npx skillmds@latest add synaptiai/workflow-validation