Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.26 KB

File metadata and controls

40 lines (28 loc) · 1.26 KB

Skill /bootstrap

Prepares a project for sp flow. Detects the stack, analyzes the architecture, scans conventions, and generates CLAUDE.md and .claude/sp-context.md.

Input

Fires on prompts like: "bootstrap", "configure sp", "prepare the project", "init sp", "setup sp", "first run". No parameters.

/sp:bootstrap

Output

  • CLAUDE.md — instructions for Claude Code, generated from the project's stack and conventions
  • .claude/sp-context.md — project context for sp flow

Phases

  1. Stack detection — identify languages, frameworks, build tools
  2. Architecture analysis — map directories, layers, dependencies
  3. Convention scanning — code style, naming, patterns
  4. Existing rules detection — linters, CI, configs
  5. Validation — check collected data
  6. CLAUDE.md generation — build the instructions
  7. sp-context.md generation — build the context
  8. Automation recommendations — suggestions for hooks and scripts
  9. Verification — final check of the results

Notes

  • Orchestrator with 9 sub-agents
  • Interactive: asks clarifying questions via AskUserQuestion
  • Entry point for a new project in sp

Connections

Run before starting sp flow. Then use the full cycle: /task/plan/do.