What problem does it solve?
OpenCLAW Bootstrap sets up a complete, traceable AI development governance framework in a new project, so work is repeatable, reviewable, and safe from “no-spec/no-trace” drift.
Core Features & Use Cases
- Guided project setup interview (A–D): collects stack, existing infrastructure, documentation architecture, and optional production guardrails in a short flow.
- Governance enforcement via Git hooks: installs hooks that block commits without required spec files and prevent doc/version drift.
- Documentation architecture with hub auto-linking: creates the repo’s core docs (including ARCHITECTURE_DESIGN.md) and scaffolds component docs and references so Claude navigates correctly.
- Optional production-grade safety nets: can enable self-healing (cron), doc sync to Obsidian, an automation daemon, and a learning loop (L1/L2/L3).
Use case: starting a brand-new repository where you want AI-assisted development with strict traceability (Idea → Linear issue → Spec → commit → changelog) and machine-level governance gates.
Quick Start
Run /bootstrap in Claude Code and answer the interview questions to generate the governance files, install the selected skills, and initialize the documentation architecture.