Resume from a prior checkpoint or auto phase export
/plugin marketplace add arevlo/claude-code-workflows/plugin install arevlo-swarm@claude-code-workflowsLoad context from a prior session export to continue work. ## Usage ## Steps ### 1. Find Available Exports List exports from multiple sources: ### 2. If Interactive (no args) Use AskUserQuestion to let user select: ### 3. If --latest flag Load the most recent export by modification time: ### 4. Load Selected Export Read the export file and extract key information: - **Goal:** What was being worked on - **Progress:** What was completed - **Current state:** Where work left off - **Next steps:** What should happen next - **File references:** Which files were involved **IMPO...