What problem does it solve? Setting up a spec-driven development workflow in a repository requires manually detecting the stack, documenting conventions, and wiring AI assistants like Claude Code or AGENTS.md-based agents. This Skill automates that bootstrap so later development stages can run without rediscovering basic repository facts. ## Core Features & Use Cases - Project Bootstrap: Scans manifests, lockfiles, configs, and docs to generate project-context.md, skill-catalog.md, and openspec/config.yaml under ./sdd-lite/. - AI Setup Installation: Detects Claude Code and AGENTS.md setups, then installs 12 skills and 8 execution-profile adapters as symlinks or copies with user confirmation. - Wrapper Injection: Injects demarcated orchestrator wrapper blocks (contract version 0.4) into CLAUDE.md or AGENTS.md after explicit user approval. - Use Case: A developer clones a repository and wants spec-driven development with Claude Code. Running the bootstrap detects the Node.js stack, records lint and test commands, symlinks the skills into .claude/skills/, and injects the orchestrator wrapper into CLAUDE.md. ## Quick Start Ask the AI to bootstrap sdd-lite in the current project by saying "run sddl-init to initialize sdd-lite in this repository".