bmad-method 6.2.1-next.18 → 6.2.1-next.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -13,27 +13,20 @@ failed_layers: '' # set at runtime: comma-separated list of layers that failed o
|
|
|
13
13
|
|
|
14
14
|
## INSTRUCTIONS
|
|
15
15
|
|
|
16
|
-
1.
|
|
16
|
+
1. If `{review_mode}` = `"no-spec"`, note to the user: "Acceptance Auditor skipped — no spec file provided."
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
2. Launch parallel subagents without conversation context. If subagents are not available, generate prompt files in `{implementation_artifacts}` — one per reviewer role below — and HALT. Ask the user to run each in a separate session (ideally a different LLM) and paste back the findings. When findings are pasted, resume from this point and proceed to step 3.
|
|
19
19
|
|
|
20
|
-
- **
|
|
20
|
+
- **Blind Hunter** — receives `{diff_output}` only. No spec, no context docs, no project access. Invoke via the `bmad-review-adversarial-general` skill.
|
|
21
21
|
|
|
22
|
-
- **
|
|
23
|
-
> You are an Acceptance Auditor. Review this diff against the spec and context docs. Check for: violations of acceptance criteria, deviations from spec intent, missing implementation of specified behavior, contradictions between spec constraints and actual code. Output findings as a markdown list. Each finding: one-line title, which AC/constraint it violates, and evidence from the diff.
|
|
22
|
+
- **Edge Case Hunter** — receives `{diff_output}` and read access to the project. Invoke via the `bmad-review-edge-case-hunter` skill.
|
|
24
23
|
|
|
25
|
-
|
|
24
|
+
- **Acceptance Auditor** (only if `{review_mode}` = `"full"`) — receives `{diff_output}`, the content of the file at `{spec_file}`, and any loaded context docs. Its prompt:
|
|
25
|
+
> You are an Acceptance Auditor. Review this diff against the spec and context docs. Check for: violations of acceptance criteria, deviations from spec intent, missing implementation of specified behavior, contradictions between spec constraints and actual code. Output findings as a Markdown list. Each finding: one-line title, which AC/constraint it violates, and evidence from the diff.
|
|
26
26
|
|
|
27
|
-
3. If
|
|
27
|
+
3. **Subagent failure handling**: If any subagent fails, times out, or returns empty results, append the layer name to `{failed_layers}` (comma-separated) and proceed with findings from the remaining layers.
|
|
28
28
|
|
|
29
|
-
4.
|
|
30
|
-
- `review-blind-hunter.md` (always)
|
|
31
|
-
- `review-edge-case-hunter.md` (always)
|
|
32
|
-
- `review-acceptance-auditor.md` (only if `{review_mode}` = `"full"`)
|
|
33
|
-
|
|
34
|
-
HALT. Tell the user to run each prompt in a separate session and paste back findings. When findings are pasted, resume from this point and proceed to step 3.
|
|
35
|
-
|
|
36
|
-
5. Collect all findings from the completed layers.
|
|
29
|
+
4. Collect all findings from the completed layers.
|
|
37
30
|
|
|
38
31
|
|
|
39
32
|
## NEXT
|