2025-09-28 23:17:07 -05:00
# Innovation Strategy Workflow Configuration
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"
# Critical variables load from config_source
config_source : "{project-root}/bmad/cis/config.yaml"
output_folder : "{config_source}:output_folder"
user_name : "{config_source}:user_name"
2025-10-15 23:50:34 -05:00
communication_language : "{config_source}:communication_language"
2025-09-28 23:17:07 -05:00
date : system-generated
# Optional inputs for context
recommended_inputs :
- market_context : "Context document passed via data attribute"
- competitive_intel : "{output_folder}/market-*.md"
# Context can be provided via data attribute when invoking
# Example: data="{path}/industry-analysis.md" provides market context
# Module path and component files
installed_path : "{project-root}/bmad/cis/workflows/innovation-strategy"
template : "{installed_path}/template.md"
instructions : "{installed_path}/instructions.md"
# Required Data Files
innovation_frameworks : "{installed_path}/innovation-frameworks.csv"
# Output configuration
default_output_file : "{output_folder}/innovation-strategy-{{date}}.md"
2025-09-29 20:19:14 -05:00
2025-10-26 20:06:34 -05:00
standalone : true
2025-09-29 20:19:14 -05:00
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"
2025-09-30 01:38:39 -05:00
instructions : "bmad/cis/workflows/innovation-strategy/instructions.md"
template : "bmad/cis/workflows/innovation-strategy/template.md"
2025-09-29 20:19:14 -05:00
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"