| name | verify-workstream |
| description | Validate workstream documentation against codebase reality. |
@verify-workstream
Before @build or @oneshot, validate docs match codebase.
Workflow
- Read WS — Parse frontmatter: goal, scope_files, acceptance_criteria
- Find files — Glob to locate scope files. Gate: all must exist
- Read implementation — Parse structure, identify patterns
- Compare — Table: Documentation | Reality | Status
- Recommend — PAUSE (high mismatch) / PROCEED / PROCEED WITH ADAPTATIONS
Output
Verification complete. Severity. Recommendation. Comparison table.
Integration
@build invokes this before execution.
See Also
- @reality-check — Quick single-file check
- @build — Auto-runs verification