bmad-method 6.2.1-next.32 → 6.2.1-next.34
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/4-implementation/bmad-correct-course/workflow.md +4 -4
- package/src/bmm-skills/4-implementation/bmad-quick-dev/step-01-clarify-and-route.md +3 -3
- package/src/bmm-skills/4-implementation/bmad-quick-dev/step-02-plan.md +2 -2
- package/src/bmm-skills/4-implementation/bmad-quick-dev/workflow.md +1 -1
- package/src/bmm-skills/module-help.csv +2 -2
- /package/src/bmm-skills/4-implementation/bmad-quick-dev/{tech-spec-template.md → spec-template.md} +0 -0
package/package.json
CHANGED
|
@@ -36,7 +36,7 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
|
36
36
|
| Epics | `{planning_artifacts}/*epic*.md` (whole) or `{planning_artifacts}/*epic*/*.md` (sharded) | FULL_LOAD |
|
|
37
37
|
| Architecture | `{planning_artifacts}/*architecture*.md` (whole) or `{planning_artifacts}/*architecture*/*.md` (sharded) | FULL_LOAD |
|
|
38
38
|
| UX Design | `{planning_artifacts}/*ux*.md` (whole) or `{planning_artifacts}/*ux*/*.md` (sharded) | FULL_LOAD |
|
|
39
|
-
|
|
|
39
|
+
| Spec | `{planning_artifacts}/*spec-*.md` (whole) | FULL_LOAD |
|
|
40
40
|
| Document Project | `{project_knowledge}/index.md` (sharded) | INDEX_GUIDED |
|
|
41
41
|
|
|
42
42
|
### Context
|
|
@@ -51,9 +51,9 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
|
51
51
|
|
|
52
52
|
**Strategy**: Course correction needs broad project context to assess change impact accurately. Load all available planning artifacts.
|
|
53
53
|
|
|
54
|
-
**Discovery Process for FULL_LOAD documents (PRD, Epics, Architecture, UX Design,
|
|
54
|
+
**Discovery Process for FULL_LOAD documents (PRD, Epics, Architecture, UX Design, Spec):**
|
|
55
55
|
|
|
56
|
-
1. **Search for whole document first** - Look for files matching the whole-document pattern (e.g., `*prd*.md`, `*epic*.md`, `*architecture*.md`, `*ux*.md`, `*
|
|
56
|
+
1. **Search for whole document first** - Look for files matching the whole-document pattern (e.g., `*prd*.md`, `*epic*.md`, `*architecture*.md`, `*ux*.md`, `*spec-*.md`)
|
|
57
57
|
2. **Check for sharded version** - If whole document not found, look for a directory with `index.md` (e.g., `prd/index.md`, `epics/index.md`)
|
|
58
58
|
3. **If sharded version found**:
|
|
59
59
|
- Read `index.md` to understand the document structure
|
|
@@ -70,7 +70,7 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
|
70
70
|
|
|
71
71
|
**Fuzzy matching**: Be flexible with document names — users may use variations like `prd.md`, `bmm-prd.md`, `product-requirements.md`, etc.
|
|
72
72
|
|
|
73
|
-
**Missing documents**: Not all documents may exist. PRD and Epics are essential; Architecture, UX Design,
|
|
73
|
+
**Missing documents**: Not all documents may exist. PRD and Epics are essential; Architecture, UX Design, Spec, and Document Project are loaded if available. HALT if PRD or Epics cannot be found.
|
|
74
74
|
|
|
75
75
|
<workflow>
|
|
76
76
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
wipFile: '{implementation_artifacts}/
|
|
2
|
+
wipFile: '{implementation_artifacts}/spec-wip.md'
|
|
3
3
|
deferred_work_file: '{implementation_artifacts}/deferred-work.md'
|
|
4
4
|
spec_file: '' # set at runtime for plan-code-review before leaving this step
|
|
5
5
|
---
|
|
@@ -21,7 +21,7 @@ Before listing artifacts or prompting the user, check whether you already know t
|
|
|
21
21
|
|
|
22
22
|
1. Explicit argument
|
|
23
23
|
Did the user pass a specific file path, spec name, or clear instruction this message?
|
|
24
|
-
- If it points to a file that matches the
|
|
24
|
+
- If it points to a file that matches the spec template (has `status` frontmatter with a recognized value: ready-for-dev, in-progress, or in-review) → set `spec_file` and **EARLY EXIT** to the appropriate step (step-03 for ready/in-progress, step-04 for review).
|
|
25
25
|
- Anything else (intent files, external docs, plans, descriptions) → ingest it as starting intent and proceed to INSTRUCTIONS. Do not attempt to infer a workflow state from it.
|
|
26
26
|
|
|
27
27
|
2. Recent conversation
|
|
@@ -56,7 +56,7 @@ Never ask extra questions if you already understand what the user intends.
|
|
|
56
56
|
**EARLY EXIT** → `./step-oneshot.md`
|
|
57
57
|
|
|
58
58
|
**b) Plan-code-review** — everything else. When uncertain whether blast radius is truly zero, choose this path.
|
|
59
|
-
1. Derive a valid kebab-case slug from the clarified intent. If `{implementation_artifacts}/
|
|
59
|
+
1. Derive a valid kebab-case slug from the clarified intent. If the intent references a tracking identifier (story number, issue number, ticket ID), lead the slug with it (e.g. `3-2-digest-delivery`, `gh-47-fix-auth`). If `{implementation_artifacts}/spec-{slug}.md` already exists, append `-2`, `-3`, etc. Set `spec_file` = `{implementation_artifacts}/spec-{slug}.md`.
|
|
60
60
|
|
|
61
61
|
|
|
62
62
|
## NEXT
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
wipFile: '{implementation_artifacts}/
|
|
2
|
+
wipFile: '{implementation_artifacts}/spec-wip.md'
|
|
3
3
|
deferred_work_file: '{implementation_artifacts}/deferred-work.md'
|
|
4
4
|
---
|
|
5
5
|
|
|
@@ -13,7 +13,7 @@ deferred_work_file: '{implementation_artifacts}/deferred-work.md'
|
|
|
13
13
|
## INSTRUCTIONS
|
|
14
14
|
|
|
15
15
|
1. Investigate codebase. _Isolate deep exploration in sub-agents/tasks where available. To prevent context snowballing, instruct subagents to give you distilled summaries only._
|
|
16
|
-
2. Read `./
|
|
16
|
+
2. Read `./spec-template.md` fully. Fill it out based on the intent and investigation, and write the result to `{wipFile}`.
|
|
17
17
|
3. Self-review against READY FOR DEVELOPMENT standard.
|
|
18
18
|
4. If intent gaps exist, do not fantasize, do not leave open questions, HALT and ask the human.
|
|
19
19
|
5. Token count check (see SCOPE STANDARD). If spec exceeds 1600 tokens:
|
|
@@ -72,7 +72,7 @@ YOU MUST ALWAYS SPEAK OUTPUT in your Agent communication style with the config `
|
|
|
72
72
|
|
|
73
73
|
### 2. Paths
|
|
74
74
|
|
|
75
|
-
- `wipFile` = `{implementation_artifacts}/
|
|
75
|
+
- `wipFile` = `{implementation_artifacts}/spec-wip.md`
|
|
76
76
|
|
|
77
77
|
### 3. First Step Execution
|
|
78
78
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
module,phase,name,code,sequence,workflow-file,command,required,agent,options,description,output-location,outputs,
|
|
2
2
|
bmm,anytime,Document Project,DP,,skill:bmad-document-project,bmad-bmm-document-project,false,analyst,Create Mode,"Analyze an existing project to produce useful documentation",project-knowledge,*,
|
|
3
|
-
bmm,anytime,Generate Project Context,GPC,,skill:bmad-generate-project-context,bmad-bmm-generate-project-context,false,analyst,Create Mode,"Scan existing codebase to generate a lean LLM-optimized project-context.md containing critical implementation rules patterns and conventions for AI agents. Essential for brownfield projects
|
|
4
|
-
bmm,anytime,Quick Dev,QQ,,skill:bmad-quick-dev,bmad-bmm-quick-dev,false,quick-flow-solo-dev,Create Mode,"Unified
|
|
3
|
+
bmm,anytime,Generate Project Context,GPC,,skill:bmad-generate-project-context,bmad-bmm-generate-project-context,false,analyst,Create Mode,"Scan existing codebase to generate a lean LLM-optimized project-context.md containing critical implementation rules patterns and conventions for AI agents. Essential for brownfield projects.",output_folder,"project context",
|
|
4
|
+
bmm,anytime,Quick Dev,QQ,,skill:bmad-quick-dev,bmad-bmm-quick-dev,false,quick-flow-solo-dev,Create Mode,"Unified intent-in code-out workflow: clarify plan implement review and present",implementation_artifacts,"spec and project implementation",
|
|
5
5
|
bmm,anytime,Correct Course,CC,,skill:bmad-correct-course,bmad-bmm-correct-course,false,sm,Create Mode,"Anytime: Navigate significant changes. May recommend start over update PRD redo architecture sprint planning or correct epics and stories",planning_artifacts,"change proposal",
|
|
6
6
|
bmm,anytime,Write Document,WD,,skill:bmad-agent-tech-writer,,false,tech-writer,,"Describe in detail what you want, and the agent will follow the documentation best practices defined in agent memory. Multi-turn conversation with subprocess for research/review.",project-knowledge,"document",
|
|
7
7
|
bmm,anytime,Update Standards,US,,skill:bmad-agent-tech-writer,,false,tech-writer,,"Update agent memory documentation-standards.md with your specific preferences if you discover missing document conventions.",_bmad/_memory/tech-writer-sidecar,"standards",
|
/package/src/bmm-skills/4-implementation/bmad-quick-dev/{tech-spec-template.md → spec-template.md}
RENAMED
|
File without changes
|