What problem does it solve? Starting a new AI-assisted development project usually means manually creating governance rules, documentation files, Git hooks, and monitoring scripts from scratch, with no enforcement that AI-generated code follows quality standards. This Skill walks you through a guided 5-phase setup that installs a complete governance framework with machine-enforced rules. ## Core Features & Use Cases - Guided 5-phase setup: Collects project info (stack, GitHub repo, Linear team, issue prefix), then creates directory structure, core docs (CLAUDE.md, GOVERNANCE.md, ARCHITECTURE_DESIGN.md), linting configs, and Git initialization. - Machine-enforced governance hooks: Installs spec-gate.sh (blocks commits without a spec file) and doc-version-sync.sh (blocks commits when doc versions drift from config.js) as Claude Code PreToolUse hooks. - Self-healing and doc-sync agents: Copies self-healing.js and doc-sync.js templates that run on a 15-minute cron to detect version drift, missing files, and stopped daemons, with optional Telegram alerts and Obsidian vault mirroring. - Use Case: A solo developer starting a new Node.js trading bot runs /bootstrap, answers 14 setup questions, and gets a governance-ready project with Linear integration, spec templates, skill symlinks, and a global registry entry in about 30 minutes. ## Quick Start Ask Claude Code to run /bootstrap and answer the guided setup questions to scaffold a new governed project.