# Archive

> Archive the active Maestro session while preserving the shared state layout

- Skill: `thedixitjain/archive` (Agent Skill)
- Install (CLI): `npx skillmds add thedixitjain/archive`
- Raw SKILL.md: https://api.skillmd.com/api/skills/thedixitjain/archive/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: thedixitjain (https://skillmd.com/u/thedixitjain)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/thedixitjain/archive

---




# Maestro Archive

Call `get_skill_content` with resources: ["architecture"].


## Workflow

1. Check for an active session; if none exists, inform the user there is nothing to archive
2. Present a brief summary of what will be archived (session ID, task, phase progress)
3. Ask the user to confirm archival (the session may have incomplete phases)
4. Move the active session file into the state archive directory
5. Move the associated design and implementation plan files into the plans archive directory
6. Verify that no active-session file remains and report the archived paths

## Constraints

- Do not delete plan or session history
- Preserve the existing archive directory structure

---

**Source:** [`josstei/maestro-orchestrate`](https://github.com/josstei/maestro-orchestrate) → `claude/skills/archive/SKILL.md`

