# Archive Loop

> Use when closing a phase — archiving completed outputs and snapshotting state for audit.

- Skill: `metinduraktr-44/archive-loop-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add metinduraktr-44/archive-loop-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/metinduraktr-44/archive-loop-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: metinduraktr-44 (https://skillmd.com/u/metinduraktr-44)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/metinduraktr-44/archive-loop-2

---


# Archive Loop

## Instructions
1. Identify the completed phase's artifacts across Bölüm 12 folders.
2. Copy them into `ARCHIVE/<YYYY-MM-DD>-<phase>/` (registries stay append-only; never rewrite history).
3. Update `STATE.md` and append an archive line to `QA/QA_REPORT.md`.
4. Check the phase off in `.cursor/plans/master-plan.md`.

## Examples
- "Archive Faz 3 outputs" → new dated archive folder + state snapshot.

## Performance Notes
- Copy, don't move, artifacts that later phases still consume.

## Troubleshooting
- Missing exit criteria → do not archive; run `/faz-raporu` first.

