bmad-method 6.10.1-next.44 → 6.10.1-next.45
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 +1 -1
- package/src/bmm-skills/plan/bmad-sprint-planning/scripts/__pycache__/sprint_plan.cpython-311.pyc +0 -0
- package/src/bmm-skills/plan/bmad-sprint-planning/scripts/tests/__pycache__/test_sprint_plan.cpython-311-pytest-9.1.1.pyc +0 -0
- package/src/bmm-skills/ship/bmad-build/customize.toml +18 -8
- package/src/bmm-skills/ship/bmad-build/review-prompts/edge-case-hunter.md +1 -1
- package/src/bmm-skills/ship/bmad-build/review-prompts/verification-gap.md +1 -1
- package/src/bmm-skills/ship/bmad-build/step-04-review.md +1 -1
- package/src/bmm-skills/ship/bmad-build/step-oneshot.md +1 -1
- package/src/bmm-skills/ship/bmad-build-auto/customize.toml +9 -5
- package/src/bmm-skills/ship/bmad-build-auto/review-prompts/edge-case-hunter.md +1 -1
- package/src/bmm-skills/ship/bmad-build-auto/review-prompts/verification-gap.md +1 -1
- package/src/bmm-skills/ship/bmad-code-review/customize.toml +9 -5
- package/src/bmm-skills/ship/bmad-code-review/review-prompts/edge-case-hunter.md +1 -1
- package/src/bmm-skills/ship/bmad-code-review/review-prompts/verification-gap.md +1 -1
- package/src/bmm-skills/ship/bmad-code-review/steps/step-02-review.md +1 -1
- package/src/bmm-skills/ship/bmad-retrospective/scripts/__pycache__/sprint_status.cpython-311.pyc +0 -0
- package/src/bmm-skills/ship/bmad-retrospective/scripts/tests/__pycache__/test_git_evidence.cpython-311-pytest-9.1.1.pyc +0 -0
- package/src/bmm-skills/ship/bmad-retrospective/scripts/tests/__pycache__/test_sprint_status.cpython-311-pytest-9.1.1.pyc +0 -0
- package/src/core-skills/bmad-review/SKILL.md +1 -1
- package/src/core-skills/bmad-review/references/lens-adversarial.md +7 -5
- package/src/scripts/__pycache__/config_utils.cpython-311.pyc +0 -0
- package/src/scripts/tests/__pycache__/test_config_utils.cpython-311.pyc +0 -0
- package/src/scripts/tests/__pycache__/test_resolve_config.cpython-311.pyc +0 -0
- package/src/scripts/tests/__pycache__/test_resolve_customization.cpython-311.pyc +0 -0
- package/src/bmm-skills/ship/bmad-build/review-prompts/adversarial.md +0 -36
- package/src/bmm-skills/ship/bmad-build-auto/review-prompts/adversarial.md +0 -36
- package/src/bmm-skills/ship/bmad-code-review/review-prompts/adversarial.md +0 -36
package/package.json
CHANGED
package/src/bmm-skills/plan/bmad-sprint-planning/scripts/__pycache__/sprint_plan.cpython-311.pyc
CHANGED
|
Binary file
|
|
Binary file
|
|
@@ -95,13 +95,17 @@ name = "Blind Hunter"
|
|
|
95
95
|
instruction = """
|
|
96
96
|
Launch a context-free subagent with this prompt:
|
|
97
97
|
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
98
|
+
Conduct a review of CONTENT.
|
|
99
|
+
Look for what's missing, not only what's wrong.
|
|
100
|
+
Find at least ten issues to fix or improve.
|
|
101
|
+
Output a Markdown list of findings only — no severity, priority, or ranking.
|
|
102
|
+
If the content is empty, stop and say so.
|
|
103
|
+
If you have zero findings, re-check and keep thinking; do not stop with an empty list.
|
|
104
|
+
|
|
105
|
+
CONTENT:
|
|
102
106
|
{diff_output}
|
|
103
107
|
|
|
104
|
-
Do not invoke any skill.
|
|
108
|
+
Do not invoke any skill. Return only the review result.
|
|
105
109
|
|
|
106
110
|
"""
|
|
107
111
|
|
|
@@ -145,10 +149,16 @@ name = "Blind Hunter"
|
|
|
145
149
|
instruction = """
|
|
146
150
|
Launch a context-free subagent with this prompt:
|
|
147
151
|
|
|
148
|
-
|
|
152
|
+
Conduct a review of CONTENT.
|
|
153
|
+
Look for what's missing, not only what's wrong.
|
|
154
|
+
Find at least ten issues to fix or improve.
|
|
155
|
+
Output a Markdown list of findings only — no severity, priority, or ranking.
|
|
156
|
+
If the content is empty, stop and say so.
|
|
157
|
+
If you have zero findings, re-check and keep thinking; do not stop with an empty list.
|
|
149
158
|
|
|
150
|
-
|
|
159
|
+
CONTENT:
|
|
160
|
+
The changed files in the current worktree. Inspect them directly before reviewing.
|
|
151
161
|
|
|
152
|
-
Do not invoke any skill.
|
|
162
|
+
Do not invoke any skill. Return only the review result.
|
|
153
163
|
|
|
154
164
|
"""
|
|
@@ -85,4 +85,4 @@ Add nothing if nothing qualifies.
|
|
|
85
85
|
|
|
86
86
|
## CONTENT SOURCE
|
|
87
87
|
|
|
88
|
-
|
|
88
|
+
Review the content supplied under "Review content:" in the message that launched you.
|
|
@@ -106,4 +106,4 @@ When you find no verification gaps and no other findings, output exactly this si
|
|
|
106
106
|
|
|
107
107
|
## CONTENT SOURCE
|
|
108
108
|
|
|
109
|
-
|
|
109
|
+
Review the content supplied under "Review content:" in the message that launched you. If none is supplied, stop with exactly: `No verification gaps found.`
|
|
@@ -22,7 +22,7 @@ Execute these review layers in parallel wherever their execution methods allow:
|
|
|
22
22
|
|
|
23
23
|
{workflow.review_layers}
|
|
24
24
|
|
|
25
|
-
If a layer's instruction requires subagents and none are available, for each such layer
|
|
25
|
+
If a layer's instruction requires subagents and none are available, for each such layer write under `{{.implementation_artifacts}}` the exact child prompt from that layer's instruction after placeholder substitution (not a path-only pointer), then HALT. Ask the human to run each in a separate session (ideally a different LLM) and paste back the findings.
|
|
26
26
|
|
|
27
27
|
### Classify
|
|
28
28
|
|
|
@@ -21,7 +21,7 @@ Execute these review layers in parallel wherever their execution methods allow.
|
|
|
21
21
|
|
|
22
22
|
{workflow.oneshot_review_layers}
|
|
23
23
|
|
|
24
|
-
If a layer's instruction requires subagents and none are available, for each such layer
|
|
24
|
+
If a layer's instruction requires subagents and none are available, for each such layer write under `{{.implementation_artifacts}}` the exact child prompt from that layer's instruction after placeholder substitution (not a path-only pointer), then HALT. Ask the human to run each in a separate session and paste back the findings.
|
|
25
25
|
|
|
26
26
|
### Classify
|
|
27
27
|
|
|
@@ -57,13 +57,17 @@ name = "Blind Hunter"
|
|
|
57
57
|
instruction = """
|
|
58
58
|
Launch a context-free subagent with this prompt:
|
|
59
59
|
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
60
|
+
Conduct a review of CONTENT.
|
|
61
|
+
Look for what's missing, not only what's wrong.
|
|
62
|
+
Find at least ten issues to fix or improve.
|
|
63
|
+
Output a Markdown list of findings only — no severity, priority, or ranking.
|
|
64
|
+
If the content is empty, stop and say so.
|
|
65
|
+
If you have zero findings, re-check and keep thinking; do not stop with an empty list.
|
|
66
|
+
|
|
67
|
+
CONTENT:
|
|
64
68
|
{diff_output}
|
|
65
69
|
|
|
66
|
-
Do not invoke any skill.
|
|
70
|
+
Do not invoke any skill. Return only the review result.
|
|
67
71
|
|
|
68
72
|
"""
|
|
69
73
|
|
|
@@ -85,4 +85,4 @@ Add nothing if nothing qualifies.
|
|
|
85
85
|
|
|
86
86
|
## CONTENT SOURCE
|
|
87
87
|
|
|
88
|
-
|
|
88
|
+
Review the content supplied under "Review content:" in the message that launched you.
|
|
@@ -106,4 +106,4 @@ When you find no verification gaps and no other findings, output exactly this si
|
|
|
106
106
|
|
|
107
107
|
## CONTENT SOURCE
|
|
108
108
|
|
|
109
|
-
|
|
109
|
+
Review the content supplied under "Review content:" in the message that launched you. If none is supplied, stop with exactly: `No verification gaps found.`
|
|
@@ -52,13 +52,17 @@ name = "Blind Hunter"
|
|
|
52
52
|
instruction = """
|
|
53
53
|
Launch a context-free subagent with this prompt:
|
|
54
54
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
55
|
+
Conduct a review of CONTENT.
|
|
56
|
+
Look for what's missing, not only what's wrong.
|
|
57
|
+
Find at least ten issues to fix or improve.
|
|
58
|
+
Output a Markdown list of findings only — no severity, priority, or ranking.
|
|
59
|
+
If the content is empty, stop and say so.
|
|
60
|
+
If you have zero findings, re-check and keep thinking; do not stop with an empty list.
|
|
61
|
+
|
|
62
|
+
CONTENT:
|
|
59
63
|
{diff_output}
|
|
60
64
|
|
|
61
|
-
Do not invoke any skill.
|
|
65
|
+
Do not invoke any skill. Return only the review result.
|
|
62
66
|
|
|
63
67
|
"""
|
|
64
68
|
|
|
@@ -85,4 +85,4 @@ Add nothing if nothing qualifies.
|
|
|
85
85
|
|
|
86
86
|
## CONTENT SOURCE
|
|
87
87
|
|
|
88
|
-
|
|
88
|
+
Review the content supplied under "Review content:" in the message that launched you.
|
|
@@ -106,4 +106,4 @@ When you find no verification gaps and no other findings, output exactly this si
|
|
|
106
106
|
|
|
107
107
|
## CONTENT SOURCE
|
|
108
108
|
|
|
109
|
-
|
|
109
|
+
Review the content supplied under "Review content:" in the message that launched you. If none is supplied, stop with exactly: `No verification gaps found.`
|
|
@@ -21,7 +21,7 @@ failed_layers: '' # set at runtime: comma-separated list of layers that failed o
|
|
|
21
21
|
|
|
22
22
|
If no layer is active, HALT with status `blocked` and blocking condition `no active review layers`.
|
|
23
23
|
|
|
24
|
-
3. Execute all active layers in parallel wherever their execution methods allow: expand `{skill-root}` in each layer's `instruction` to this skill's absolute installed directory, then substitute the runtime placeholders (`{diff_output}`, `{spec_file}`). For an instruction that launches a reviewer subagent, launch that child with the prompt text after placeholder substitution; do not load the reviewer instruction file yourself. For any other customized instruction, execute it as written. Do not leave `{skill-root}` unresolved in a child prompt. If a layer's instruction requires subagents and subagents are not available, for each such layer
|
|
24
|
+
3. Execute all active layers in parallel wherever their execution methods allow: expand `{skill-root}` in each layer's `instruction` to this skill's absolute installed directory, then substitute the runtime placeholders (`{diff_output}`, `{spec_file}`). For an instruction that launches a reviewer subagent, launch that child with the prompt text after placeholder substitution; do not load the reviewer instruction file yourself. For any other customized instruction, execute it as written. Do not leave `{skill-root}` unresolved in a child prompt. If a layer's instruction requires subagents and subagents are not available, for each such layer write under `{implementation_artifacts}` the exact child prompt from that layer's instruction after placeholder substitution (not a path-only pointer), then HALT. Ask the user to run each in a separate session (ideally a different LLM) and paste back the findings. When findings are pasted, treat them as those layers' findings and resume from this point. This is the only allowed parent-side read of a reviewer instruction file.
|
|
25
25
|
|
|
26
26
|
4. **Layer failure handling**: If any layer fails, times out, or returns empty results, append the layer's `name` to `{failed_layers}` (comma-separated) and proceed with findings from the remaining layers.
|
|
27
27
|
|
package/src/bmm-skills/ship/bmad-retrospective/scripts/__pycache__/sprint_status.cpython-311.pyc
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -5,7 +5,7 @@ description: 'Multi-lens review over any diff, doc, spec, or artifact — whiche
|
|
|
5
5
|
|
|
6
6
|
# BMad Review
|
|
7
7
|
|
|
8
|
-
Review content through lenses — each a distinct method and stance — and report findings in one canonical shape. Report what is real — never pad to look thorough. Each lens sets its own stance toward the content and toward zero findings: for most an empty result is valid; the adversarial lens treats
|
|
8
|
+
Review content through lenses — each a distinct method and stance — and report findings in one canonical shape. Report what is real — never pad to look thorough. Each lens sets its own stance toward the content and toward zero findings: for most an empty result is valid; the adversarial lens requires at least ten concrete findings and treats an empty list as a signal to re-check; the editorial lenses hold content sacrosanct and critique only how it is organized and expressed.
|
|
9
9
|
|
|
10
10
|
The lens set is whatever `{workflow.lenses}` resolves to, not a fixed list — overrides add lenses and replace shipped ones. Never claim a capability from this file; read the resolved lenses and work from those.
|
|
11
11
|
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
# Adversarial Lens
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
Conduct a review of the provided content.
|
|
4
|
+
Look for what's missing, not only what's wrong.
|
|
5
|
+
Find at least ten issues to fix or improve.
|
|
6
|
+
If `also_consider` areas were provided, weigh them alongside the normal analysis.
|
|
7
|
+
Every finding must point at something concrete in the content.
|
|
8
|
+
If the content is empty, stop and say so.
|
|
9
|
+
If you have zero findings, re-check and keep thinking; do not stop with an empty list.
|
|
8
10
|
|
|
9
11
|
## Findings shape
|
|
10
12
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
# Adversarial Review (General)
|
|
2
|
-
|
|
3
|
-
**Goal:** Cynically review content and produce findings.
|
|
4
|
-
|
|
5
|
-
**Your Role:** You are a cynical, jaded reviewer with zero patience for sloppy work. The content was submitted by a clueless weasel and you expect to find problems. Be skeptical of everything. Look for what's missing, not just what's wrong. Use a precise, professional tone — no profanity or personal attacks.
|
|
6
|
-
|
|
7
|
-
**Inputs:**
|
|
8
|
-
- **content** — Content to review: diff, spec, story, doc, or any artifact
|
|
9
|
-
- **also_consider** (optional) — Areas to keep in mind during review alongside normal adversarial analysis
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
## EXECUTION
|
|
13
|
-
|
|
14
|
-
### Step 1: Receive Content
|
|
15
|
-
|
|
16
|
-
- Load the content to review from the parent message that launched you (not from this instruction file)
|
|
17
|
-
- If content to review is empty, ask for clarification and abort
|
|
18
|
-
- Identify content type (diff, branch, uncommitted changes, document, etc.)
|
|
19
|
-
|
|
20
|
-
### Step 2: Adversarial Analysis
|
|
21
|
-
|
|
22
|
-
Review with extreme skepticism — assume problems exist. Find at least ten issues to fix or improve in the provided content.
|
|
23
|
-
|
|
24
|
-
### Step 3: Present Findings
|
|
25
|
-
|
|
26
|
-
Output findings as a Markdown list: descriptions only, no severity, priority, or ranking.
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
## HALT CONDITIONS
|
|
30
|
-
|
|
31
|
-
- HALT if zero findings — this is suspicious, re-analyze or ask for guidance
|
|
32
|
-
- HALT if content is empty or unreadable
|
|
33
|
-
|
|
34
|
-
## CONTENT SOURCE
|
|
35
|
-
|
|
36
|
-
Load the review target from the parent message, or from a trailing `## REVIEW TARGET` section if present (offline fallback). This file has no `{review_content}` slot. If neither supplies content, treat content as empty and follow the empty-content halt rules above.
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
# Adversarial Review (General)
|
|
2
|
-
|
|
3
|
-
**Goal:** Cynically review content and produce findings.
|
|
4
|
-
|
|
5
|
-
**Your Role:** You are a cynical, jaded reviewer with zero patience for sloppy work. The content was submitted by a clueless weasel and you expect to find problems. Be skeptical of everything. Look for what's missing, not just what's wrong. Use a precise, professional tone — no profanity or personal attacks.
|
|
6
|
-
|
|
7
|
-
**Inputs:**
|
|
8
|
-
- **content** — Content to review: diff, spec, story, doc, or any artifact
|
|
9
|
-
- **also_consider** (optional) — Areas to keep in mind during review alongside normal adversarial analysis
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
## EXECUTION
|
|
13
|
-
|
|
14
|
-
### Step 1: Receive Content
|
|
15
|
-
|
|
16
|
-
- Load the content to review from the parent message that launched you (not from this instruction file)
|
|
17
|
-
- If content to review is empty, ask for clarification and abort
|
|
18
|
-
- Identify content type (diff, branch, uncommitted changes, document, etc.)
|
|
19
|
-
|
|
20
|
-
### Step 2: Adversarial Analysis
|
|
21
|
-
|
|
22
|
-
Review with extreme skepticism — assume problems exist. Find at least ten issues to fix or improve in the provided content.
|
|
23
|
-
|
|
24
|
-
### Step 3: Present Findings
|
|
25
|
-
|
|
26
|
-
Output findings as a Markdown list: descriptions only, no severity, priority, or ranking.
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
## HALT CONDITIONS
|
|
30
|
-
|
|
31
|
-
- HALT if zero findings — this is suspicious, re-analyze or ask for guidance
|
|
32
|
-
- HALT if content is empty or unreadable
|
|
33
|
-
|
|
34
|
-
## CONTENT SOURCE
|
|
35
|
-
|
|
36
|
-
Load the review target from the parent message, or from a trailing `## REVIEW TARGET` section if present (offline fallback). This file has no `{review_content}` slot. If neither supplies content, treat content as empty and follow the empty-content halt rules above.
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
# Adversarial Review (General)
|
|
2
|
-
|
|
3
|
-
**Goal:** Cynically review content and produce findings.
|
|
4
|
-
|
|
5
|
-
**Your Role:** You are a cynical, jaded reviewer with zero patience for sloppy work. The content was submitted by a clueless weasel and you expect to find problems. Be skeptical of everything. Look for what's missing, not just what's wrong. Use a precise, professional tone — no profanity or personal attacks.
|
|
6
|
-
|
|
7
|
-
**Inputs:**
|
|
8
|
-
- **content** — Content to review: diff, spec, story, doc, or any artifact
|
|
9
|
-
- **also_consider** (optional) — Areas to keep in mind during review alongside normal adversarial analysis
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
## EXECUTION
|
|
13
|
-
|
|
14
|
-
### Step 1: Receive Content
|
|
15
|
-
|
|
16
|
-
- Load the content to review from the parent message that launched you (not from this instruction file)
|
|
17
|
-
- If content to review is empty, ask for clarification and abort
|
|
18
|
-
- Identify content type (diff, branch, uncommitted changes, document, etc.)
|
|
19
|
-
|
|
20
|
-
### Step 2: Adversarial Analysis
|
|
21
|
-
|
|
22
|
-
Review with extreme skepticism — assume problems exist. Find at least ten issues to fix or improve in the provided content.
|
|
23
|
-
|
|
24
|
-
### Step 3: Present Findings
|
|
25
|
-
|
|
26
|
-
Output findings as a Markdown list: descriptions only, no severity, priority, or ranking.
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
## HALT CONDITIONS
|
|
30
|
-
|
|
31
|
-
- HALT if zero findings — this is suspicious, re-analyze or ask for guidance
|
|
32
|
-
- HALT if content is empty or unreadable
|
|
33
|
-
|
|
34
|
-
## CONTENT SOURCE
|
|
35
|
-
|
|
36
|
-
Load the review target from the parent message, or from a trailing `## REVIEW TARGET` section if present (offline fallback). This file has no `{review_content}` slot. If neither supplies content, treat content as empty and follow the empty-content halt rules above.
|