bmad-method 6.1.1-next.0 → 6.1.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 +1 -1
- package/src/bmm/agents/sm.agent.yaml +1 -1
- package/src/bmm/module-help.csv +2 -2
- package/src/bmm/workflows/4-implementation/bmad-create-story/SKILL.md +6 -0
- package/src/bmm/workflows/4-implementation/bmad-create-story/bmad-skill-manifest.yaml +1 -0
- package/src/bmm/workflows/4-implementation/{create-story → bmad-create-story}/workflow.md +4 -4
- package/src/core/tasks/bmad-advanced-elicitation/workflow.md +0 -2
- package/tools/cli/installers/lib/modules/manager.js +1 -1
- package/src/bmm/workflows/4-implementation/create-story/bmad-skill-manifest.yaml +0 -3
- /package/src/bmm/workflows/4-implementation/{create-story → bmad-create-story}/checklist.md +0 -0
- /package/src/bmm/workflows/4-implementation/{create-story → bmad-create-story}/discover-inputs.md +0 -0
- /package/src/bmm/workflows/4-implementation/{create-story → bmad-create-story}/template.md +0 -0
package/package.json
CHANGED
|
@@ -24,7 +24,7 @@ agent:
|
|
|
24
24
|
description: "[SP] Sprint Planning: Generate or update the record that will sequence the tasks to complete the full project that the dev agent will follow"
|
|
25
25
|
|
|
26
26
|
- trigger: CS or fuzzy match on create-story
|
|
27
|
-
exec: "
|
|
27
|
+
exec: "skill:bmad-create-story"
|
|
28
28
|
description: "[CS] Context Story: Prepare a story with all required context for implementation for the developer agent"
|
|
29
29
|
|
|
30
30
|
- trigger: ER or fuzzy match on epic-retrospective
|
package/src/bmm/module-help.csv
CHANGED
|
@@ -24,8 +24,8 @@ bmm,3-solutioning,Create Epics and Stories,CE,30,_bmad/bmm/workflows/3-solutioni
|
|
|
24
24
|
bmm,3-solutioning,Check Implementation Readiness,IR,70,_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md,bmad-bmm-check-implementation-readiness,true,architect,Validate Mode,"Ensure PRD UX Architecture and Epics Stories are aligned",planning_artifacts,"readiness report",
|
|
25
25
|
bmm,4-implementation,Sprint Planning,SP,10,_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.md,bmad-bmm-sprint-planning,true,sm,Create Mode,"Generate sprint plan for development tasks - this kicks off the implementation phase by producing a plan the implementation agents will follow in sequence for every story in the plan.",implementation_artifacts,"sprint status",
|
|
26
26
|
bmm,4-implementation,Sprint Status,SS,20,_bmad/bmm/workflows/4-implementation/sprint-status/workflow.md,bmad-bmm-sprint-status,false,sm,Create Mode,"Anytime: Summarize sprint status and route to next workflow",,,
|
|
27
|
-
bmm,4-implementation,Validate Story,VS,35,
|
|
28
|
-
bmm,4-implementation,Create Story,CS,30,
|
|
27
|
+
bmm,4-implementation,Validate Story,VS,35,skill:bmad-create-story,bmad-bmm-create-story,false,sm,Validate Mode,"Validates story readiness and completeness before development work begins",implementation_artifacts,"story validation report",
|
|
28
|
+
bmm,4-implementation,Create Story,CS,30,skill:bmad-create-story,bmad-bmm-create-story,true,sm,Create Mode,"Story cycle start: Prepare first found story in the sprint plan that is next, or if the command is run with a specific epic and story designation with context. Once complete, then VS then DS then CR then back to DS if needed or next CS or ER",implementation_artifacts,story,
|
|
29
29
|
bmm,4-implementation,Dev Story,DS,40,_bmad/bmm/workflows/4-implementation/dev-story/workflow.md,bmad-bmm-dev-story,true,dev,Create Mode,"Story cycle: Execute story implementation tasks and tests then CR then back to DS if fixes needed",,,
|
|
30
30
|
bmm,4-implementation,Code Review,CR,50,_bmad/bmm/workflows/4-implementation/code-review/workflow.md,bmad-bmm-code-review,false,dev,Create Mode,"Story cycle: If issues back to DS if approved then next CS or ER if epic complete",,,
|
|
31
31
|
bmm,4-implementation,QA Automation Test,QA,45,_bmad/bmm/workflows/qa-generate-e2e-tests/workflow.md,bmad-bmm-qa-automate,false,qa,Create Mode,"Generate automated API and E2E tests for implemented code using the project's existing test framework (detects existing well known in use test frameworks). Use after implementation to add test coverage. NOT for code review or story validation - use CR for that.",implementation_artifacts,"test suite",
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: bmad-create-story
|
|
3
|
+
description: 'Creates a dedicated story file with all the context the agent will need to implement it later. Use when the user says "create the next story" or "create story [story identifier]"'
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Follow the instructions in [workflow.md](workflow.md).
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
type: skill
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: create-story
|
|
2
|
+
name: bmad-create-story
|
|
3
3
|
description: 'Creates a dedicated story file with all the context the agent will need to implement it later. Use when the user says "create the next story" or "create story [story identifier]"'
|
|
4
4
|
---
|
|
5
5
|
|
|
@@ -32,9 +32,9 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
|
32
32
|
|
|
33
33
|
### Paths
|
|
34
34
|
|
|
35
|
-
- `installed_path` =
|
|
36
|
-
- `template` =
|
|
37
|
-
- `validation` =
|
|
35
|
+
- `installed_path` = `.`
|
|
36
|
+
- `template` = `./template.md`
|
|
37
|
+
- `validation` = `./checklist.md`
|
|
38
38
|
- `sprint_status` = `{implementation_artifacts}/sprint-status.yaml`
|
|
39
39
|
- `epics_file` = `{planning_artifacts}/epics.md`
|
|
40
40
|
- `prd_file` = `{planning_artifacts}/prd.md`
|
|
@@ -1077,7 +1077,7 @@ class ModuleManager {
|
|
|
1077
1077
|
const installWorkflowPath = item['workflow-install']; // Where to copy TO
|
|
1078
1078
|
|
|
1079
1079
|
// Parse SOURCE workflow path
|
|
1080
|
-
// Example: {project-root}/_bmad/bmm/workflows/4-implementation/create-story/workflow.md
|
|
1080
|
+
// Example: {project-root}/_bmad/bmm/workflows/4-implementation/bmad-create-story/workflow.md
|
|
1081
1081
|
const sourceMatch = sourceWorkflowPath.match(/\{project-root\}\/(?:_bmad)\/([^/]+)\/workflows\/(.+)/);
|
|
1082
1082
|
if (!sourceMatch) {
|
|
1083
1083
|
await prompts.log.warn(` Could not parse workflow path: ${sourceWorkflowPath}`);
|
|
File without changes
|
/package/src/bmm/workflows/4-implementation/{create-story → bmad-create-story}/discover-inputs.md
RENAMED
|
File without changes
|
|
File without changes
|