What problem does it solve? Repositories accumulate inconsistent documentation paths, duplicate sources of truth, stale links, and drifted indexes over time. This Skill audits and governs documentation structure without forcing a rigid layout or overriding specialized artifact-owner workflows like PRD or engineering-plan contracts. ## Core Features & Use Cases - Documentation Auditing: Builds a responsibility map identifying each document's purpose, owner workflow, source-of-truth status, and lifecycle stage. - Safe Migration & Archival: Moves or reorganizes docs while updating inbound references, release manifests, indexes, and CI, archiving superseded files instead of deleting them. - Drift Validation: Ships a Python validator that detects broken local Markdown links, missing release-manifest paths, and current-release references pointing into archives. - Use Case: After a repository restructure, run this Skill to find stale links, resolve two files both claiming to be the canonical PRD, and archive outdated release docs while preserving the existing planning workflow's contracts. ## Quick Start Use docs-manager to audit this repository's documentation, fix broken links and duplicate source-of-truth declarations, and archive superseded docs without changing the existing PRD or engineering-plan structure.