What problem does it solve? Project documentation drifts out of sync with the code it describes, and manually verifying every command, path, and configuration key is slow and error-prone. This Skill generates and refreshes documentation that is provably consistent with the repository, so readers never encounter stale setup steps or invented behavior. ## Core Features & Use Cases - Verified Project Guide Generation: Builds docs/PROJECT-GUIDE.md plus a machine-readable reports/project-guide.json whose claims are bound to Project Understanding digests via SHA-256 hashes. - Staleness Validation: The validate command rejects guides whose underlying Project Understanding artifacts or evidence files have changed, failing closed instead of publishing unverified claims. - Audience-Scoped Documents: Produces READMEs, decision records, deployment guides, and operations runbooks with exactly one audience per document, explicitly marking planned or unimplemented behavior. - Use Case: After a major refactor, run the build command to regenerate the project guide from the current repository scan, then validate it before publishing so every command and path matches the actual code. ## Quick Start Ask the agent to rebuild the project guide and README from verified repository evidence, then validate the output before publishing.