Agent skill
archive
Archive the active Maestro session while preserving the shared state layout
Install this agent skill to your Project
npx add-skill https://github.com/josstei/maestro-orchestrate/tree/main/claude/skills/archive
SKILL.md
Maestro Archive
Call get_skill_content with resources: ["architecture"].
Workflow
- Check for an active session; if none exists, inform the user there is nothing to archive
- Present a brief summary of what will be archived (session ID, task, phase progress)
- Ask the user to confirm archival (the session may have incomplete phases)
- Move the active session file into the state archive directory
- Move the associated design and implementation plan files into the plans archive directory
- 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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
execute
Execute an approved Maestro implementation plan using the shared session-state contract
orchestrate
Run the full Maestro workflow for complex engineering tasks that need a mandatory design dialogue, approved implementation plan, and then execution with shared session state
resume
Resume an interrupted Maestro session using the existing active-session file and shared phase tracking
execute
Execute an approved Maestro implementation plan using the shared session-state contract
orchestrate
Run the full Maestro workflow for tasks that need design dialogue, implementation planning, shared session state, delegated execution, and review
resume
Resume the active Maestro session from docs/maestro state
Didn't find tool you were looking for?