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
ACCEPTEDorCHANGES_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.