| name | review-and-archive |
| description | Use when reviewing active Loop Factory specs against the working tree, checking verification evidence, deciding ACCEPTED or CHANGES_REQUESTED, and archiving accepted specs. |
Review And Archive
Active Specs
!python3 bin/loop-factory scan
Workflow
- Generate review prompt:
python3 bin/loop-factory review <spec-id> --agent claude
- Review diff against acceptance criteria.
- Run verification from spec frontmatter.
- Return
ACCEPTED or CHANGES_REQUESTED.
- Archive only accepted specs:
python3 bin/loop-factory archive <spec-id> --accepted
Findings first. Focus correctness, regressions, missing tests, security, maintainability, and spec drift.