Skip to content

Commit 13af166

Browse files
authored
refactor(skills): remove unused skill_path references from workflows (#19)
skill_path pointed to {project-root}/_bmad/cis/workflows/ which will no longer exist after the BMAD installer change to stop installing prompts under _bmad. The variable was defined but never referenced elsewhere in any workflow.
1 parent d3a7dd1 commit 13af166

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

src/skills/bmad-cis-design-thinking/workflow.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ Load config from `{main_config}` and resolve:
2525

2626
### Paths
2727

28-
- `skill_path` = `{project-root}/_bmad/cis/workflows/bmad-cis-design-thinking`
2928
- `template_file` = `./template.md`
3029
- `design_methods_file` = `./design-methods.csv`
3130
- `default_output_file` = `{output_folder}/design-thinking-{date}.md`

src/skills/bmad-cis-innovation-strategy/workflow.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ Load config from `{main_config}` and resolve:
2525

2626
### Paths
2727

28-
- `skill_path` = `{project-root}/_bmad/cis/workflows/bmad-cis-innovation-strategy`
2928
- `template_file` = `./template.md`
3029
- `innovation_frameworks_file` = `./innovation-frameworks.csv`
3130
- `default_output_file` = `{output_folder}/innovation-strategy-{date}.md`

src/skills/bmad-cis-problem-solving/workflow.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ Load config from `{main_config}` and resolve:
2525

2626
### Paths
2727

28-
- `skill_path` = `{project-root}/_bmad/cis/workflows/bmad-cis-problem-solving`
2928
- `template_file` = `./template.md`
3029
- `solving_methods_file` = `./solving-methods.csv`
3130
- `default_output_file` = `{output_folder}/problem-solution-{date}.md`

src/skills/bmad-cis-storytelling/workflow.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ Load config from `{main_config}` and resolve:
2525

2626
### Paths
2727

28-
- `skill_path` = `{project-root}/_bmad/cis/workflows/bmad-cis-storytelling`
2928
- `template_file` = `./template.md`
3029
- `story_frameworks_file` = `./story-types.csv`
3130
- `default_output_file` = `{output_folder}/story-{date}.md`

0 commit comments

Comments
 (0)