What problem does it solve? Knowledge graphs and link maps drift out of conformance over time, and repairing them safely requires a controlled process rather than ad-hoc edits. This Skill composes map-check and map-this into one explicit, bounded maintenance cycle with human approval before any mutation. ## Core Features & Use Cases - Bounded repair cycle: Runs map-check read-only, translates findings into map-this-shaped repair proposals, applies only Handler-selected fixes, then runs a targeted recheck. - Handler approval gate: No mutation occurs until the Handler explicitly accepts, rejects, modifies, defers, or leaves each proposal unresolved. - Link healing and enrichment: Supports alias creation, retargeting, disambiguation, and suggestion-only link enrichment after a stable graph rebuild. - Use Case: After a large documentation refactor, invoke "/map-maintain" on a scope to detect broken links and conformance findings, review each proposed repair, apply the approved set atomically, and confirm the fixes with a targeted recheck. ## Quick Start Ask the agent to run /map-maintain on your target scope to check findings, review repair proposals, and apply only the fixes you approve.