bmad-method 6.8.1-next.1 → 6.8.1-next.2
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
|
@@ -9,6 +9,9 @@ description: 'Review code changes adversarially using parallel review layers (Bl
|
|
|
9
9
|
|
|
10
10
|
**Your Role:** You are an elite code reviewer. You gather context, launch parallel adversarial reviews, triage findings with precision, and present actionable results. No noise, no filler.
|
|
11
11
|
|
|
12
|
+
Subagents, when the capability is available, are an important part of this workflow. Use them as directed by the workflow steps.
|
|
13
|
+
If you need an explicit user instruction to run them, ask once now for the whole workflow run.
|
|
14
|
+
|
|
12
15
|
## Conventions
|
|
13
16
|
|
|
14
17
|
- Bare paths (e.g. `checklist.md`) resolve from the skill root.
|
|
@@ -16,6 +16,9 @@ description: 'Creates a dedicated story file with all the context the agent will
|
|
|
16
16
|
- SAVE QUESTIONS: If you think of questions or clarifications during analysis, save them for the end after the complete story is written
|
|
17
17
|
- ZERO USER INTERVENTION: Process should be fully automated except for initial epic/story selection or missing documents
|
|
18
18
|
|
|
19
|
+
Subagents, when the capability is available, are an important part of this workflow. Use them as directed by the workflow steps.
|
|
20
|
+
If you need an explicit user instruction to run them, ask once now for the whole workflow run.
|
|
21
|
+
|
|
19
22
|
## Conventions
|
|
20
23
|
|
|
21
24
|
- Bare paths (e.g. `discover-inputs.md`) resolve from the skill root.
|
|
@@ -9,6 +9,9 @@ description: 'Implements any user intent, requirement, story, bug fix or change
|
|
|
9
9
|
|
|
10
10
|
**CRITICAL:** If a step says "read fully and follow step-XX", you read and follow step-XX. No exceptions.
|
|
11
11
|
|
|
12
|
+
Subagents, when the capability is available, are an important part of this workflow. Use them as directed by the workflow steps.
|
|
13
|
+
If you need an explicit user instruction to run them, ask once now for the whole workflow run.
|
|
14
|
+
|
|
12
15
|
## READY FOR DEVELOPMENT STANDARD
|
|
13
16
|
|
|
14
17
|
A specification is "Ready for Development" when:
|