Workflow
- If repo-root
CHECKLIST.mdexists, run its relevant commands. - Otherwise discover exact commands from project manifests, task runners, tool configuration, and installed help. Prefer one comprehensive repo-level command when it covers the required gate; exclude builds unless the project requires them for verification.
- Keep task-specific checks outside
CHECKLIST.md. - Create or repair
CHECKLIST.mdonly when verification setup was requested; use CHECKLIST.md for its format. - For verification-only requests, report failures without editing. During implementation, fix task-related fallout and rerun until it passes or is blocked.
- Report every relevant command as
PASS,FAIL, orBLOCKED.