Prepares a project for sp flow. Detects the stack, analyzes the architecture, scans conventions,
and generates CLAUDE.md and .claude/sp-context.md.
Fires on prompts like: "bootstrap", "configure sp", "prepare the project", "init sp", "setup sp", "first run". No parameters.
/sp:bootstrap
CLAUDE.md— instructions for Claude Code, generated from the project's stack and conventions.claude/sp-context.md— project context for sp flow
- Stack detection — identify languages, frameworks, build tools
- Architecture analysis — map directories, layers, dependencies
- Convention scanning — code style, naming, patterns
- Existing rules detection — linters, CI, configs
- Validation — check collected data
- CLAUDE.md generation — build the instructions
- sp-context.md generation — build the context
- Automation recommendations — suggestions for hooks and scripts
- Verification — final check of the results
- Orchestrator with 9 sub-agents
- Interactive: asks clarifying questions via AskUserQuestion
- Entry point for a new project in sp
Run before starting sp flow. Then use the full cycle: /task → /plan → /do.