What problem does it solve?
Initialize the KBD orchestrator for the current project by auto-discovering project identity, stack, and constraints from existing context files (AGENTS.md, CLAUDE.md, README.md, package.json, Cargo.toml, pyproject.toml, etc.) and generates .kbd-orchestrator/project.json and .kbd-orchestrator/constraints.md. Run this once per project before any other KBD command.
Core Features & Use Cases
- Auto-discovers project identity and configuration from repository context files.
- Generates two project-scoped files: .kbd-orchestrator/project.json (project context, stack commands, tool preferences) and .kbd-orchestrator/constraints.md (project-specific blocking/warning rules derived from context and conventions).
- Keeps the skill directory read-only from the project perspective.
Quick Start
Run the /kbd-init command from the repository root to auto-discover project identity and generate the required configuration files.