bmad-method 6.10.1-next.26 → 6.10.1-next.27

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.10.1-next.26",
4
+ "version": "6.10.1-next.27",
5
5
  "description": "Breakthrough Method of Agile AI-driven Development",
6
6
  "keywords": [
7
7
  "agile",
@@ -1,12 +1,13 @@
1
1
  # v6 Deprecation Shims
2
2
 
3
- Skills in this folder are forwarders kept for backward compatibility with v6 skill IDs.
4
- Each one holds no logic of its own — it forwards to the skill that replaced it, passing a
5
- stated intent and pre-resolved customization fields so the target skips its own intent
6
- inference.
3
+ Skills in this folder are deprecated skills kept for backward compatibility with v6 skill IDs.
4
+ Some retain their full workflow, while others forward to the skill that replaced them, passing a
5
+ stated intent and pre-resolved customization fields so the target skips its own intent inference.
7
6
 
8
7
  | Shim | Forwards to |
9
8
  | -------------------------- | ------------------------------------ |
9
+ | `bmad-create-story` | Retained in full |
10
+ | `bmad-dev-story` | Retained in full |
10
11
  | `bmad-create-prd` | `bmad-prd` (create intent) |
11
12
  | `bmad-edit-prd` | `bmad-prd` (update intent) |
12
13
  | `bmad-validate-prd` | `bmad-prd` (validate intent) |
@@ -1,6 +1,6 @@
1
1
  ---
2
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]"'
3
+ description: "Deprecated: `bmad-quick-dev` is now the official implementation method. Only use this when explicitly invoked by name."
4
4
  ---
5
5
 
6
6
  # Create Story Workflow
@@ -62,6 +62,8 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
62
62
 
63
63
  Greet `{user_name}`, speaking in `{communication_language}`.
64
64
 
65
+ <output>Deprecated: `bmad-quick-dev` is now the official implementation method. Only use this when explicitly invoked by name.</output>
66
+
65
67
  ### Step 6: Execute Append Steps
66
68
 
67
69
  Execute each entry in `{workflow.activation_steps_append}` in order.
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: bmad-dev-story
3
- description: 'Execute story implementation following a context filled story spec file. Use when the user says "dev this story [story file]" or "implement the next story in the sprint plan"'
3
+ description: "Deprecated: `bmad-quick-dev` is now the official implementation method. Only use this when explicitly invoked by name."
4
4
  ---
5
5
 
6
6
  # Dev Story Workflow
@@ -60,6 +60,8 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
60
60
 
61
61
  Greet `{user_name}`, speaking in `{communication_language}`.
62
62
 
63
+ <output>Deprecated: `bmad-quick-dev` is now the official implementation method. Only use this when explicitly invoked by name.</output>
64
+
63
65
  ### Step 6: Execute Append Steps
64
66
 
65
67
  Execute each entry in `{workflow.activation_steps_append}` in order.