What problem does it solve? Onboarding a project to the gener8v pipeline requires a specific directory structure, shared conventions, a generated pipeline-state.yaml, and CLAUDE.md directives; doing this by hand is error-prone and inconsistent. This Skill performs the entire bootstrap deterministically and idempotently, so re-running it after a plugin upgrade refreshes only what Setup owns without touching existing artifacts. ## Core Features & Use Cases - Directory scaffolding: Creates the nine .gener8v/ subdirectories (specifications, constraints, dependencies, technical-design, changes, reviews, audits, flows, sweeps) only where missing, leaving existing files untouched. - Conventions and state installation: Copies CONVENTIONS.md from references and generates pipeline-state.yaml via scripts/gener8v-state.py, with a handwritten fallback format when the script is unavailable under a copied install. - CLAUDE.md patching: Creates, appends, or replaces the ## gener8v Pipeline section in place without duplicating it or altering any other content. - Use Case: After upgrading the gener8v plugin, re-run setup on an already-onboarded project to refresh CONVENTIONS.md and the CLAUDE.md section while preserving every PRD, specification, and change artifact. ## Quick Start Ask the AI to set up the gener8v pipeline in this project so it creates the .gener8v structure and updates CLAUDE.md.