What problem does it solve? When working with the PMAI product workflow framework, it is hard to tell whether the framework itself, the host AI tool integration, or the current project repository is misconfigured. This Skill runs a structured, read-only diagnostic that separates framework health from project progress and tells you exactly what needs fixing. ## Core Features & Use Cases - Read-only diagnostics: Runs pmai doctor --check --json and reports seven fixed check areas covering installation, AI tool integration, required project files, documentation, prototypes, active work, and project safety. - Version verification: When the local CLI cannot confirm whether a newer PMAI version exists, it requests host-authorized network access to compare the remote main branch commit against the installed head. - Gated repair workflow: Every fix (framework upgrade, hook reinstallation, consumer entry sync, legacy cleanup, compatibility declarations) requires explicit PM confirmation before execution, followed by a re-check. - Use Case: You return to a project after weeks away and are unsure whether PMAI is up to date and the repo structure is still valid. Run the doctor to get a one-line conclusion, a full seven-item report, and a prioritized list of issues to resolve. ## Quick Start Ask the AI to check whether PMAI and the current project are healthy using the pmai-doctor skill.