src/core-skills/v6-shims/README.md
Skills in this folder are forwarders kept for backward compatibility with v6 skill IDs. Each one holds no logic of its own — it forwards to the skill that replaced it, pinning the legacy output contract so existing callers keep working.
| Shim | Forwards to |
|---|---|
bmad-editorial-review | bmad-review (structure + prose lenses) |
bmad-editorial-review-prose | bmad-review (prose lens) |
bmad-editorial-review-structure | bmad-review (structure lens) |
bmad-review-adversarial-general | bmad-review (adversarial lens) |
bmad-review-edge-case-hunter | bmad-review (edge-case lens) |
bmad-review-verification-gap | bmad-review (verification-gap lens) |
bmad-editorial-review keeps its customize.toml so existing team and user
overrides still resolve; the shim forwards those resolved values to bmad-review.
External module repos (gds, loop, tea, bmb, os-utils) still invoke 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.