| name | protocol-consistency |
| description | Audit consistency across workstream docs, CLI capabilities, and CI workflows. |
@protocol-consistency
Detect drift between docs, CLI, and CI.
Workflow
- Verify CLI —
sdp --help, sdp <cmd> --help — commands in docs exist
- Validate WS schema — Read
docs/workstreams/backlog/<ws-id>.md, run sdp drift detect <ws-id>
- Validate CI —
rg "sdp .*" .github/workflows hooks scripts — paths valid
- Report — Source file, observed vs expected, risk, suggested fix
- Track —
bd create --title="Protocol drift: ..." --type=task --priority=2
Output
Report: scope, blocking/non-blocking mismatches, findings, recommended fixes.