diff --git a/src/bmm/workflows/4-implementation/create-story/template.md b/src/bmm/workflows/4-implementation/create-story/template.md
index c4e129f5f..930eae296 100644
--- a/src/bmm/workflows/4-implementation/create-story/template.md
+++ b/src/bmm/workflows/4-implementation/create-story/template.md
@@ -47,3 +47,6 @@ so that {{benefit}}.
### Completion Notes List
### File List
+
+
diff --git a/src/bmm/workflows/4-implementation/dev-story/instructions.xml b/src/bmm/workflows/4-implementation/dev-story/instructions.xml
index 3c4989f39..7709fbea8 100644
--- a/src/bmm/workflows/4-implementation/dev-story/instructions.xml
+++ b/src/bmm/workflows/4-implementation/dev-story/instructions.xml
@@ -296,7 +296,9 @@
ONLY THEN mark the task (and subtasks) checkbox with [x]
- Update File List section with ALL new, modified, or deleted files (paths relative to repo root)
+ Run `git diff --name-only` and `git status --porcelain` to discover ALL changed files (including infrastructure
+ side-effects like lock files, the story file itself, and sprint-status.yaml)
+ Update File List section from git output with ALL new, modified, or deleted files (paths relative to repo root)
Add completion notes to Dev Agent Record summarizing what was ACTUALLY implemented and tested
@@ -323,7 +325,7 @@
Verify ALL tasks and subtasks are marked [x] (re-scan the story document now)
Run the full regression suite (do not skip)
- Confirm File List includes every changed file
+ Run `git diff --name-only` and `git status --porcelain` to get actual changed files; confirm File List matches git output
Execute enhanced definition-of-done validation
Update the story Status to: "review"
@@ -336,7 +338,7 @@
- End-to-end tests for critical flows added when story demands them
- All tests pass (no regressions, new tests successful)
- Code quality checks pass (linting, static analysis if configured)
- - File List includes every new/modified/deleted file (relative paths)
+ - File List matches all git-reported changes - run `git diff --name-only` and `git status --porcelain` to verify
- Dev Agent Record contains implementation notes
- Change Log includes summary of changes
- Only permitted story sections were modified