autonomous-verify
Run deterministic verification against Taskrail tracked-work acceptance criteria and spec alignment
autonomous-verify
Run deterministic verification against Taskrail tracked-work acceptance criteria and spec alignment.
Required Flow
- Run
go run ./cmd/taskrail validate. - Choose the task to verify.
- Run
go run ./cmd/taskrail verify <task-id> --result pass|fail --summary "...". - Confirm plan and report artifacts were written under
planning/artifacts/verify/. - Review unresolved findings.
- Create a follow-up task when unresolved work should enter the backlog.
Rules
- verification-only runs should not mutate unrelated product code
- keep artifact paths in notes and reports
- keep verification grounded in the active spec and the task acceptance criteria