What problem does it solve? Projects often lack a consistent documentation skeleton—missing AGENTS.md, CONTEXT.md, LICENSE, or CONTRIBUTING files—and teams don't know what's missing before open-sourcing or mid-development. This Skill performs a read-only health check of your project's docs and verification toolchain, then routes each gap to the right specialist instead of producing content itself. ## Core Features & Use Cases - Documentation Health Check: Explores the repo read-only, then outputs a checklist table marking each required document (AGENTS.md, CONTEXT.md, LICENSE, README, CONTRIBUTING, SECURITY) as present, missing, or not applicable. - Verification Chain Audit: Compares the project's test/lint/format setup against a qualified verification-chain standard covering Tauri, Electron, browser extensions, web, CLI, and library projects. - Gap Routing: Delegates missing pieces to the right owner—domain-modeling for CONTEXT.md, copywriting/stop-slop for community files—rather than writing everything itself. - Use Case: Before open-sourcing a side project, run this Skill to discover you're missing a LICENSE and SECURITY.md, get a per-section confirmation flow with recommended answers, and have each gap dispatched to the appropriate skill. ## Quick Start Ask the agent to run project-setup on this repository and report what documentation or verification-chain pieces are missing.