What problem does it solve? Claude Code's plan mode restricts editing to its own plan file in ~/.claude/plans/, while team conventions require plans to live in a shared plans repository. This Skill resolves that conflict by defining exactly when and how to copy, commit, and report the plan without violating plan mode restrictions. ## Core Features & Use Cases - Plan Reconciliation Workflow: Write the plan in the harness plan file, copy it to the plans repository before ExitPlanMode, and commit the planning round so the plan is shared at approval time. - Tier-Aware Behavior: Applies the copy-and-commit steps only to tier 1 (shared plans repository), with distinct handling for tier 2 (gitignored .plans/ fallback) and tier 3 (chat-only plans). - Versioning and Reporting Rules: Enforces in-place editing of the harness file versus _v<N> versioning in the plans repository, and requires reporting the plan as a clickable absolute link rather than a bare path. - Use Case: When planning a feature under Claude Code with plan mode active, follow this Skill to produce the plan, publish it to the shared plans repository, commit the round, and request approval via ExitPlanMode with a clickable link. ## Quick Start Read this Skill before planning under Claude Code plan mode so the finished plan is copied to the shared plans repository and committed before calling ExitPlanMode.