Maestro-orchestrate archive
Archive the active Maestro session while preserving the shared state layout
install
source · Clone the upstream repo
git clone https://github.com/josstei/maestro-orchestrate
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/josstei/maestro-orchestrate "$T" && mkdir -p ~/.claude/skills && cp -r "$T/claude/skills/archive" ~/.claude/skills/josstei-maestro-orchestrate-archive && rm -rf "$T"
manifest:
claude/skills/archive/SKILL.mdsource content
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