22 lines
849 B
YAML
22 lines
849 B
YAML
# Brainstorm Project Workflow Configuration
|
|
name: "brainstorm-project"
|
|
description: "Facilitate project brainstorming sessions by orchestrating the CIS brainstorming workflow with project-specific context and guidance."
|
|
author: "BMad"
|
|
|
|
# Critical variables load from config_source
|
|
config_source: "{project-root}/bmad/bmm/config.yaml"
|
|
output_folder: "{config_source}:output_folder"
|
|
user_name: "{config_source}:user_name"
|
|
date: system-generated
|
|
|
|
# Module path and component files
|
|
installed_path: "{project-root}/bmad/bmm/workflows/1-analysis/brainstorm-project"
|
|
template: false
|
|
instructions: "{installed_path}/instructions.md"
|
|
|
|
# Context document for project brainstorming
|
|
project_context: "{installed_path}/project-context.md"
|
|
|
|
# CIS brainstorming workflow to invoke
|
|
cis_brainstorming: "{project-root}/bmad/cis/workflows/brainstorming/workflow.yaml"
|