blueprint-init
Installation
SKILL.md
Initialize Blueprint Development in this project.
When to Use This Skill
| Use this skill when... | Use blueprint-upgrade instead when... |
|---|---|
The project has no docs/blueprint/manifest.json yet |
The project already has a manifest at an older format version |
| You're bootstrapping a new project's PRD/ADR/PRP directories | You're migrating v1.x→v2, v2→v3, or v3.x→v3.y |
| You want to enable feature tracking and decision detection from scratch | Use blueprint-derive-prd / blueprint-derive-adr to populate after init |
| You're configuring task scheduling for the first time | Use blueprint-execute instead when you want auto-detection of next step |