What problem does it solve? Implementation plans written before a branch exists often get lost or disconnected from the branch they belong to. This Skill provides the shared lifecycle, storage contracts, diagnostics, and administration for attaching saved plans to branches as durable branch context, so the plan travels with the branch through implementation. ## Core Features & Use Cases - Plan lifecycle management: Defines the Saved plan vs Attached plan distinction, the local plan store layout, and the Branch Memory branch-context namespace contract. - Diagnostics and repair: Inspect saved-plan stores and attached-plan entries with deterministic CLI helpers, recover from stale or orphaned plan state, and resolve ambiguous keys. - Plan administration: Retarget a saved plan to a different source branch, move or copy plans between branches, and handle collisions with explicit destructive-intent safeguards. - Use Case: You saved an implementation plan while on main, then created a feature branch. Use this skill family to attach the plan as branch context, later load it in a fresh session, and implement directly from the attached plan. ## Quick Start Ask the agent to inspect the branch-context entries attached to the current branch and load the attached implementation plan.