What problem does it solve? New contributors and agents often cannot understand, launch, or validate a project without relying on chat history, tribal knowledge, or personal environment state. This Skill creates and maintains onboarding documentation so a fresh contributor can independently reach project truth. ## Core Features & Use Cases - Documentation Structure: Defines README minimums, development guides, architecture guides, ADR discovery, and progressive disclosure across docs. - Workflow & Recovery Guides: Documents GitHub workflow (release branches, stacked PRs, Draft PR rules) and recovery paths so interrupted work can be resumed from Issues, PRs, and checkpoints. - Fresh-Clone Audits: Verifies documented commands run in clean environments, checks .gitignore hygiene, .tmp/ and .reference/ contracts, and env example schemas. - Use Case: When bootstrapping a new repository or noticing setup docs are stale after a framework migration, use this Skill to generate or update README, CONTRIBUTING, architecture, and recovery docs, then validate them from a fresh clone. ## Quick Start Use the onboarding skill to initialize onboarding documentation for this repository and verify it from a fresh clone.