What problem does it solve?
Initialize a specification system for a project from scratch. Analyzes the codebase to identify architectural layers, domains, boundaries, and key decisions, then generates the initial set of specs (META.md, WORKFLOW.md, INDEX.md, domain specs, contracts, architecture docs, ADR template). Use when bootstrapping specs for a new project, setting up documentation governance, or creating a spec system for an existing codebase that has none.
Core Features & Use Cases
- Analyze the codebase to identify layers, domains, boundaries, and key decisions.
- Generate the initial spec suite (META.md, WORKFLOW.md, INDEX.md, domain specs, contracts, architecture docs, ADR templates).
- Use cases: bootstrapping specs for a new project, establishing documentation governance, or adding a spec system to an existing codebase with no specs.
Quick Start
Run vibespec-init at the repository root to bootstrap the complete specification system for your project.