bmad 6.11

This commit is contained in:
2026-08-14 17:08:24 +02:00
parent 0edaef0be7
commit 373857c868
268 changed files with 26063 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
# v6 Deprecation Shims
Skills in this folder are deprecated skills kept for backward compatibility with v6 skill IDs.
Some retain their full workflow, while others forward to the skill that replaced them, passing a
stated intent and pre-resolved customization fields so the target skips its own intent inference.
| Shim | Forwards to |
| -------------------------- | ------------------------------------ |
| `bmad-quick-dev` | `bmad-build` |
| `bmad-dev-auto` | `bmad-build-auto` |
| `bmad-create-story` | Retained in full |
| `bmad-dev-story` | Retained in full |
| `bmad-create-prd` | `bmad-prd` (create intent) |
| `bmad-edit-prd` | `bmad-prd` (update intent) |
| `bmad-validate-prd` | `bmad-prd` (validate intent) |
| `bmad-create-architecture` | `bmad-architecture` (create intent) |
| `bmad-market-research` | `bmad-deep-recon` (market type) |
| `bmad-domain-research` | `bmad-deep-recon` (domain type) |
| `bmad-technical-research` | `bmad-deep-recon` (technical type) |
| `bmad-sprint-status` | `bmad-sprint-planning` (status view) |
Enterprise users may still depend on these IDs, so they ship by default. Removal rides the
v7 cut — never a 6.x minor.
The folder is grouping only: the installer discovers skills recursively and installs each
one under its own `name`, so nesting here does not change any installed path or skill ID.
A future install option will let users include or exclude this folder before it is removed
outright.