diff --git a/src/bmm/workflows/4-implementation/bmad-create-story/checklist.md b/src/bmm/workflows/4-implementation/bmad-create-story/checklist.md
index 06ad346ba..e47cc0f49 100644
--- a/src/bmm/workflows/4-implementation/bmad-create-story/checklist.md
+++ b/src/bmm/workflows/4-implementation/bmad-create-story/checklist.md
@@ -36,7 +36,7 @@ This is a COMPETITION to create the **ULTIMATE story context** that makes LLM de
- The workflow framework will automatically:
- Load this checklist file
- Load the newly created story file (`{story_file_path}`)
- - Load workflow variables from `{installed_path}/workflow.md`
+ - Load workflow variables from `./workflow.md`
- Execute the validation process
### **When Running in Fresh Context:**
@@ -61,7 +61,7 @@ You will systematically re-do the entire story creation process, but with a crit
### **Step 1: Load and Understand the Target**
-1. **Load the workflow configuration**: `{installed_path}/workflow.md` for variable inclusion
+1. **Load the workflow configuration**: `./workflow.md` for variable inclusion
2. **Load the story file**: `{story_file_path}` (provided by user or discovered)
3. **Extract metadata**: epic_num, story_num, story_key, story_title from story file
4. **Resolve all workflow variables**: implementation_artifacts, epics_file, architecture_file, etc.
diff --git a/src/bmm/workflows/4-implementation/bmad-create-story/workflow.md b/src/bmm/workflows/4-implementation/bmad-create-story/workflow.md
index 47b0f8d23..109f8b0c0 100644
--- a/src/bmm/workflows/4-implementation/bmad-create-story/workflow.md
+++ b/src/bmm/workflows/4-implementation/bmad-create-story/workflow.md
@@ -1,8 +1,3 @@
----
-name: bmad-create-story
-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]"'
----
-
# Create Story Workflow
**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:
- 🔬 EXHAUSTIVE ARTIFACT ANALYSIS - This is where you prevent future developer fuckups!
+ 🔬 EXHAUSTIVE ARTIFACT ANALYSIS - This is where you prevent future developer mistakes!
- Read fully and follow `{installed_path}/discover-inputs.md` to load all input files
+ Read fully and follow `./discover-inputs.md` to load all input files
Available content: {epics_content}, {prd_content}, {architecture_content}, {ux_content},
{project_context}
@@ -352,7 +347,7 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
- Validate the newly created story file {story_file} against {installed_path}/checklist.md and apply any required fixes before finalizing
+ Validate the newly created story file {story_file} against `./checklist.md` and apply any required fixes before finalizing
Save story document unconditionally