Skip to content

Commit 8265153

Browse files
committed
fix(create-story): normalize native skill metadata refs
1 parent e97aecd commit 8265153

2 files changed

Lines changed: 5 additions & 10 deletions

File tree

src/bmm/workflows/4-implementation/bmad-create-story/checklist.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This is a COMPETITION to create the **ULTIMATE story context** that makes LLM de
3636
- The workflow framework will automatically:
3737
- Load this checklist file
3838
- Load the newly created story file (`{story_file_path}`)
39-
- Load workflow variables from `{installed_path}/workflow.md`
39+
- Load workflow variables from `./workflow.md`
4040
- Execute the validation process
4141

4242
### **When Running in Fresh Context:**
@@ -61,7 +61,7 @@ You will systematically re-do the entire story creation process, but with a crit
6161

6262
### **Step 1: Load and Understand the Target**
6363

64-
1. **Load the workflow configuration**: `{installed_path}/workflow.md` for variable inclusion
64+
1. **Load the workflow configuration**: `./workflow.md` for variable inclusion
6565
2. **Load the story file**: `{story_file_path}` (provided by user or discovered)
6666
3. **Extract metadata**: epic_num, story_num, story_key, story_title from story file
6767
4. **Resolve all workflow variables**: implementation_artifacts, epics_file, architecture_file, etc.

src/bmm/workflows/4-implementation/bmad-create-story/workflow.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
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-
61
# Create Story Workflow
72

83
**Goal:** Create a comprehensive story file that gives the dev agent everything needed for flawless implementation.
@@ -217,10 +212,10 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
217212
</step>
218213

219214
<step n="2" goal="Load and analyze core artifacts">
220-
<critical>🔬 EXHAUSTIVE ARTIFACT ANALYSIS - This is where you prevent future developer fuckups!</critical>
215+
<critical>🔬 EXHAUSTIVE ARTIFACT ANALYSIS - This is where you prevent future developer mistakes!</critical>
221216

222217
<!-- Load all available content through discovery protocol -->
223-
<action>Read fully and follow `{installed_path}/discover-inputs.md` to load all input files</action>
218+
<action>Read fully and follow `./discover-inputs.md` to load all input files</action>
224219
<note>Available content: {epics_content}, {prd_content}, {architecture_content}, {ux_content},
225220
{project_context}</note>
226221

@@ -352,7 +347,7 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
352347
</step>
353348

354349
<step n="6" goal="Update sprint status and finalize">
355-
<action>Validate the newly created story file {story_file} against {installed_path}/checklist.md and apply any required fixes before finalizing</action>
350+
<action>Validate the newly created story file {story_file} against `./checklist.md` and apply any required fixes before finalizing</action>
356351
<action>Save story document unconditionally</action>
357352

358353
<!-- Update sprint status -->

0 commit comments

Comments
 (0)