What problem does it solve? When an AI agent's conversation is compacted, cleared, or lost, it loses its working context and cannot resume its role. This Skill rebuilds that context so Manager and Worker agents in the APM framework can continue their duties without starting over. ## Core Features & Use Cases - Role Detection: Accepts an optional role argument (manager or a Worker identifier) or infers the role from conversation context, asking the user when ambiguous. - Context Reconstruction: Re-reads the agent's initiation command and every referenced guide, skill, and project artifact to rebuild procedural knowledge and project state. - Recovery Logging: Records the recovery event in the Tracker (Manager) or next Task Report (Worker) without incrementing the instance number. - Use Case: After an automatic compaction wipes a frontend-agent's conversation mid-project, invoke this command with the worker role so the agent reloads its initiation documents, inspects the codebase state, and resumes its assigned tasks. ## Quick Start Recover my working context as the manager agent after the conversation was compacted.