What problem does it solve? Projects using the Specture framework drift out of sync with the installed plugin version: broken documentation paths, stale configuration keys, missing state files, and pending schema migrations accumulate silently. This Skill mechanically audits the project's documentation corpus and structure, then applies safe migrations so the project matches what the plugin expects. ## Core Features & Use Cases - Corpus and structure linting (check mode): Detects broken paths, duplicate ADRs, unresolved placeholders, stale state seals, rules file issues, and pending schema migrations, reporting everything in a severity table without modifying anything. - Three-tier migration handling (migrate mode): Applies mechanical migrations automatically with verification and logging, drafts assisted migrations through Plan mode for user approval, and defers content migrations to their owning skills with exact commands. - CI-ready sync mode: Combines mechanical migration application with a full check, exiting with an error code on any ERROR so pipelines and the start router can gate on project health. - Use Case: After upgrading the Specture plugin, run the doctor to discover that your project is two schema versions behind; it applies the mechanical migrations, walks you through the assisted ones in Plan mode, and hands you the exact command for the content migration owned by another skill. ## Quick Start Ask the assistant to run the Specture doctor in check mode to audit the project structure and list any pending migrations.