From 93a808a3d6efc7cd701e114595fea08179f5bb33 Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Sat, 14 Mar 2026 16:33:40 -0600 Subject: [PATCH] fix(skill): clean up bmad-create-story validation findings Remove installed_path and intra-skill path variables from workflow.md (PATH-02, PATH-04). Co-Authored-By: Claude Opus 4.6 (1M context) --- .../workflows/4-implementation/bmad-create-story/workflow.md | 3 --- 1 file changed, 3 deletions(-) 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 109f8b0c0..7e5b47bc9 100644 --- a/src/bmm/workflows/4-implementation/bmad-create-story/workflow.md +++ b/src/bmm/workflows/4-implementation/bmad-create-story/workflow.md @@ -27,9 +27,6 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve: ### Paths -- `installed_path` = `.` -- `template` = `./template.md` -- `validation` = `./checklist.md` - `sprint_status` = `{implementation_artifacts}/sprint-status.yaml` - `epics_file` = `{planning_artifacts}/epics.md` - `prd_file` = `{planning_artifacts}/prd.md`