Content
85%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is a well-structured, actionable forwarding shim with a clear activation sequence and explicit handoff boundary. Its main weakness is mild verbosity from restating the target skill's full surface in both the intro and step 2.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly lean for a shim, but the intro and step 2 each enumerate bmad-deep-recon's full surface (research types, draft/process/run modes, verification levels, briefing, handoffs), which could be tightened. | 2 / 3 |
Actionability | It provides an executable command (`uv run {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --key workflow`) and concrete handoff parameters (research type `market`, skip type inference, the four legacy fields, verbatim input). | 3 / 3 |
Workflow Clarity | A clear three-step activation sequence (resolve customization, emit deprecation notice, invoke bmad-deep-recon) with an explicit stop boundary: 'do not execute any further steps in this shim.' | 3 / 3 |
Progressive Disclosure | A short, self-contained shim well under 50 lines with well-organized sections (deprecation notice plus numbered activation steps) and no need for external bundle references. | 3 / 3 |
Total | 11 / 12 Passed |