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
@@ -0,0 +1,6 @@
---
name: bmad-editorial-review
description: 'Deprecated — forwards to bmad-review.'
---
Merged into `bmad-review`. Invoke the `bmad-review` skill on the same content with the `structure` and `prose` lenses — both, structure first, so prose runs on top of the structure findings — unless the caller asked for a structure-only or prose-only review, in which case pass only that lens. Pass through any `also_consider` areas, and forward this skill's resolved `[workflow]` fields as pre-resolved values — but only those that resolved to something, since an empty value here means no legacy override exists and bmad-review's own default should stand: `reader_type`, `style_guide`, `review_guidance`, `output_preferences`, `persistent_facts`, `activation_steps_prepend`, `activation_steps_append`, `on_complete`, and `review_output_path` as the report path. Present the findings in the legacy shape: the two-pass findings table `| Pass | Original Text | Revised Text | Changes |` with the purpose/audience read above it and, when the structure pass ran, the reduction summary below it — and no other lens's output.
@@ -0,0 +1,31 @@
# DO NOT EDIT -- overwritten on every update.
#
# Legacy override surface for bmad-editorial-review, which is deprecated and
# forwards to bmad-review's `structure` and `prose` lenses. These keys exist
# only so overrides written against the old skill keep resolving: the shim
# resolves them here and passes them to bmad-review as pre-resolved values,
# which bmad-review honors verbatim over its own.
#
# Every field is documented in bmad-review's customize.toml, which is where
# new customization belongs. Defaults are empty here so the shim contributes
# nothing of its own — an unset key falls through to bmad-review's default.
#
# Override files (not edited here):
# {project-root}/_bmad/custom/bmad-editorial-review.toml (team)
# {project-root}/_bmad/custom/bmad-editorial-review.user.toml (personal)
#
# Overrides merge per BMad structural rules: scalars win, arrays append.
[workflow]
activation_steps_prepend = []
activation_steps_append = []
persistent_facts = []
review_guidance = []
on_complete = ""
output_preferences = ""
reader_type = ""
style_guide = ""
# Where the findings table lands; forwarded as bmad-review's report path.
review_output_path = ""