validate-workflow
Installation
SKILL.md
Validate Workflow
Validate AI Developer Workflow step outputs and ensure contract compliance.
Arguments
$ARGUMENTS:<step-type> [spec-path]step-type: One ofplan,build,review,fixspec-path: Optional path to spec file (auto-detected if not provided)
Step Contracts
| Step | Output Type | Key Requirements |
|---|---|---|
plan |
Spec file | Summary, requirements, criteria, approach |
build |
Code changes | Commits with prefix, tests pass |
review |
Report | PASS/FAIL status, severity-rated issues |
fix |
Resolutions | Issues addressed, no new issues |