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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "bmad-method",
4
- "version": "6.1.1-next.0",
4
+ "version": "6.1.1-next.2",
5
5
  "description": "Breakthrough Method of Agile AI-driven Development",
6
6
  "keywords": [
7
7
  "agile",
@@ -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: "{project-root}/_bmad/bmm/workflows/4-implementation/create-story/workflow.md"
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
@@ -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,_bmad/bmm/workflows/4-implementation/create-story/workflow.md,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,_bmad/bmm/workflows/4-implementation/create-story/workflow.md,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,
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).
@@ -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` = `{project-root}/_bmad/bmm/workflows/4-implementation/create-story`
36
- - `template` = `{installed_path}/template.md`
37
- - `validation` = `{installed_path}/checklist.md`
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`
@@ -1,6 +1,4 @@
1
1
  ---
2
- name: bmad-advanced-elicitation
3
- description: 'Push the LLM to reconsider refine and improve its recent output.'
4
2
  methods: './methods.csv'
5
3
  agent_party: '{project-root}/_bmad/_config/agent-manifest.csv'
6
4
  ---
@@ -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}`);
@@ -1,3 +0,0 @@
1
- canonicalId: bmad-create-story
2
- type: workflow
3
- description: "Creates a dedicated story file with all the context needed for implementation"