bmad-method 6.11.1-next.11 → 6.11.1-next.13
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/step-02-plan.md +13 -10
- 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/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/package.json
CHANGED
package/src/bmm-skills/plan/bmad-sprint-planning/scripts/__pycache__/sprint_plan.cpython-311.pyc
CHANGED
|
Binary file
|
|
Binary file
|
|
@@ -14,33 +14,36 @@
|
|
|
14
14
|
5. If intent gaps exist, do not fantasize, do not leave open questions, HALT and ask the human.
|
|
15
15
|
6. Token count check (see SCOPE STANDARD). If spec exceeds 1600 tokens:
|
|
16
16
|
- Show user the token count.
|
|
17
|
-
- HALT and
|
|
18
|
-
|
|
17
|
+
- HALT and give the user a choice:
|
|
18
|
+
- **Split** — carve off secondary goals.
|
|
19
|
+
- **Keep full spec** — accept the risks.
|
|
20
|
+
- If the user chooses **Split**: Propose the split — name each secondary goal. For each deferred goal, append one new entry to `{{.implementation_artifacts}}/deferred-work.md` using this format. Do not modify existing entries or look for duplicates. Rewrite the current spec to cover only the main goal — do not surgically carve sections out; regenerate the spec for the narrowed scope. Continue to checkpoint.
|
|
19
21
|
```markdown
|
|
20
22
|
- source_spec: `{spec_file}`
|
|
21
23
|
summary: <one sentence naming the deferred goal>
|
|
22
24
|
evidence: <why this was split from the current spec>
|
|
23
25
|
```
|
|
24
|
-
-
|
|
26
|
+
- If the user chooses **Keep full spec**: Continue to checkpoint with the full spec.
|
|
25
27
|
|
|
26
28
|
### CHECKPOINT 1
|
|
27
29
|
|
|
28
|
-
Present summary. Display the spec file path as a CWD-relative path (no leading `/`) so it is clickable in the terminal. If token count exceeded 1600 and user chose
|
|
30
|
+
Present summary. Display the spec file path as a CWD-relative path (no leading `/`) so it is clickable in the terminal. If token count exceeded 1600 and the user chose to keep the full spec, include the token count and explain why it may be a problem.
|
|
29
31
|
|
|
30
32
|
After presenting the summary, display this note:
|
|
31
33
|
|
|
32
34
|
---
|
|
33
35
|
|
|
34
|
-
Before approving, you can open the spec file in an editor or ask me questions and tell me what to change. You can also use `bmad-advanced-elicitation
|
|
36
|
+
Before approving, you can open the spec file in an editor or ask me questions and tell me what to change. You can also use `bmad-advanced-elicitation` or `bmad-party-mode`, ideally in another session to avoid context bloat.
|
|
35
37
|
|
|
36
38
|
---
|
|
37
39
|
|
|
38
|
-
HALT and
|
|
40
|
+
HALT and give the user a choice:
|
|
39
41
|
|
|
40
|
-
- **
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
42
|
+
- **Approve and continue** — approve the spec and proceed to implementation in this session.
|
|
43
|
+
- **Approve and stop** — approve the spec, leave it `ready-for-dev`, and stop so a fresh `bmad-build` session can resume at implementation.
|
|
44
|
+
- **Review spec** — review the spec, use a subagent if available, and discuss the findings and revisions with the user until the user is ready to approve, then either stop or continue.
|
|
45
|
+
|
|
46
|
+
Before acting on approval, re-read `{spec_file}` from disk. If it is missing, HALT without recreating it, changing status, or proceeding. If it changed, acknowledge the external edits and continue with the updated version. Set status `ready-for-dev`; everything inside `<frozen-after-approval>` is then locked and only the human can change it.
|
|
44
47
|
|
|
45
48
|
## NEXT
|
|
46
49
|
|
package/src/bmm-skills/ship/bmad-retrospective/scripts/__pycache__/sprint_status.cpython-311.pyc
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|