Workflow library overview and catalog. Keywords: workflows, overview, catalog.
This document explains what 鈥渨orkflows鈥?mean in this template, when to use them, and where they live in the repository.
In this template, a workflow is a step-by-step playbook designed for safe execution of multi-step tasks. A workflow typically includes:
Workflows live as supporting docs inside skill packages under /.system/skills/ssot/** (typically under ``).
They complement each other:
Each workflow doc should live inside the owning skill package, for example:
/.system/skills/ssot/<group>/<skill-name>/
SKILL.md
<workflow_name>.md
Workflow docs do not require a global metadata contract; keep them readable and stable.
/.system/skills/ssot/**.python scripts/devops/skills/sync_skills.py --check --target repo --publish-set repo_minimal passes