Review And Archive

Use when reviewing active Loop Factory specs against the working tree, checking verification evidence, deciding ACCEPTED or CHANGES_REQUESTED, and archiving accepted specs.

Julius Brussee Updated

File contents

Review And Archive

Active Specs

!python3 bin/loop-factory scan

Workflow

  1. Generate review prompt: python3 bin/loop-factory review <spec-id> --agent claude
  2. Review diff against acceptance criteria.
  3. Run verification from spec frontmatter.
  4. Return ACCEPTED or CHANGES_REQUESTED.
  5. Archive only accepted specs: python3 bin/loop-factory archive <spec-id> --accepted

Findings first. Focus correctness, regressions, missing tests, security, maintainability, and spec drift.

juliusbrussee/loop-factory/tree/main/.claude/skills/review-and-archive commit 748e9ef095

Frequently asked questions

npx skillmds@latest add juliusbrussee/review-and-archive-2