blueprint-migration
SolidVersioned migration procedures for blueprint format upgrades (v1.x to v3.3). Use when blueprint-upgrade needs version-specific logic, content hashing, or rollback.
Install
Quality Score: 81/100
Skill Content
Details
- Author
- laurigates
- Repository
- laurigates/claude-plugins
- Created
- 8 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
blueprint-init
Initialize Blueprint Development structure. Use when bootstrapping docs/blueprint/ with manifest, PRD/ADR/PRP directories, and feature tracking for the first time.
blueprint
Use when the user explicitly invokes blueprint to plan or scope a change, including "plan this", "planifie ça", or "écris le plan d'implémentation"; interrogate decisions, ground them in the repository, and write an approved implementation plan. Never select it implicitly.
migration-guide-writer
Writes clear migration guides for library upgrades, breaking API changes, or framework version bumps.