What problem does it solve? Continuing work on an existing project risks acting on stale plans, mismatched swarm identities, and outdated context left by previous sessions. This protocol safely resumes an approved plan by validating state before execution. ## Core Features & Use Cases - Plan State Detection: Checks for .swarm/plan.md and reads its Swarm field to decide whether to resume or start a new project. - Swarm Identity Reconciliation: When the plan's swarm id differs from the active one, it updates plan.md and context.md, purges stale memory blocks, and clears the SME Cache section. - New Project Bootstrap: Runs complexity_hotspots for a 90-day risk map, optionally extracts technical debt with todo_extract, and captures a baseline SBOM via sbom_generate. - Use Case: A developer returns to a project previously managed by a different swarm; the protocol clears stale context, aligns identity fields, and resumes at the current task without manual cleanup. ## Quick Start Resume my existing project plan from its current task and clear any stale context from the previous swarm.