The install directory is now configurable, with a few minute issues

This commit is contained in:
Brian Madison
2025-11-08 13:58:43 -06:00
parent a4bbfc4b6e
commit 1728acfb0f
224 changed files with 1303 additions and 1036 deletions

View File

@@ -1,7 +1,7 @@
# Innovation Strategy Workflow Instructions
<critical>The workflow execution engine is governed by: {project_root}/bmad/core/tasks/workflow.xml</critical>
<critical>You MUST have already loaded and processed: {project_root}/bmad/cis/workflows/innovation-strategy/workflow.yaml</critical>
<critical>The workflow execution engine is governed by: {project_root}/{bmad_folder}/core/tasks/workflow.xml</critical>
<critical>You MUST have already loaded and processed: {project_root}/{bmad_folder}/cis/workflows/innovation-strategy/workflow.yaml</critical>
<critical>Load and understand innovation frameworks from: {innovation_frameworks}</critical>
<facilitation-principles>

View File

@@ -4,7 +4,7 @@ description: "Identify disruption opportunities and architect business model inn
author: "BMad"
# Critical variables load from config_source
config_source: "{project-root}/bmad/cis/config.yaml"
config_source: "{project-root}/{bmad_folder}/cis/config.yaml"
output_folder: "{config_source}:output_folder"
user_name: "{config_source}:user_name"
communication_language: "{config_source}:communication_language"
@@ -19,7 +19,7 @@ recommended_inputs:
# Example: data="{path}/industry-analysis.md" provides market context
# Module path and component files
installed_path: "{project-root}/bmad/cis/workflows/innovation-strategy"
installed_path: "{project-root}/{bmad_folder}/cis/workflows/innovation-strategy"
template: "{installed_path}/template.md"
instructions: "{installed_path}/instructions.md"
@@ -35,9 +35,9 @@ web_bundle:
name: "innovation-strategy"
description: "Identify disruption opportunities and architect business model innovation. This workflow guides strategic analysis of markets, competitive dynamics, and business model innovation to uncover sustainable competitive advantages and breakthrough opportunities."
author: "BMad"
instructions: "bmad/cis/workflows/innovation-strategy/instructions.md"
template: "bmad/cis/workflows/innovation-strategy/template.md"
instructions: "{bmad_folder}/cis/workflows/innovation-strategy/instructions.md"
template: "{bmad_folder}/cis/workflows/innovation-strategy/template.md"
web_bundle_files:
- "bmad/cis/workflows/innovation-strategy/instructions.md"
- "bmad/cis/workflows/innovation-strategy/template.md"
- "bmad/cis/workflows/innovation-strategy/innovation-frameworks.csv"
- "{bmad_folder}/cis/workflows/innovation-strategy/instructions.md"
- "{bmad_folder}/cis/workflows/innovation-strategy/template.md"
- "{bmad_folder}/cis/workflows/innovation-strategy/innovation-frameworks.csv"