Usage:
/dwp-verify [plan <name> | all]
dwp-verify
Objectively check repository and plan conformance — read-only.
/dwp-verify - Repository or plan
- Check against spec
- Pass / fail report
What it does
dwp-verify checks, mechanically, whether a repository is AI-first (DeepWorkPlan-conformant) and whether its plans are well-formed, then reports pass/fail. It changes nothing.
Usage
/dwp-verify # verify the repository
/dwp-verify plan auth # also verify a specific plan
/dwp-verify all # repository + every plan
Behavior
- Check the repository:
AGENTS.mdwith real, runnable commands;CLAUDE.mdresolution;docs/categories;.agents/catalog matching disk; thindwp-*delegators; gitignored.dwp/andtmp/; a resolvable skill. - Check a plan (when requested): every task has acceptance criteria and a validation gate, progress is persisted, the two mandatory final tasks are present, and tasks re-anchor to the goal.
- Report CONFORMANT or NOT CONFORMANT with each failure listed.
- Offer to capture gaps as a Deep Work Plan; never fix silently.
Aliases
dwp:verify