finish move of brainstorming to the core
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
<workflow>
|
||||
<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/brainstorming/workflow.yaml</critical>
|
||||
<critical>You MUST have already loaded and processed: {project_root}/bmad/core/workflows/brainstorming/workflow.yaml</critical>
|
||||
|
||||
<step n="1" goal="Session Setup">
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ recommended_inputs:
|
||||
# Example: data="{path}/context.md" provides domain-specific guidance
|
||||
|
||||
# Module path and component files
|
||||
installed_path: "{project-root}/bmad/cis/workflows/brainstorming"
|
||||
installed_path: "{project-root}/bmad/core/workflows/brainstorming"
|
||||
template: "{installed_path}/template.md"
|
||||
instructions: "{installed_path}/instructions.md"
|
||||
validation: "{installed_path}/checklist.md"
|
||||
@@ -31,11 +31,11 @@ web_bundle:
|
||||
name: "brainstorming"
|
||||
description: "Facilitate interactive brainstorming sessions using diverse creative techniques. This workflow facilitates interactive brainstorming sessions using diverse creative techniques. The session is highly interactive, with the AI acting as a facilitator to guide the user through various ideation methods to generate and refine creative solutions."
|
||||
author: "BMad"
|
||||
template: "bmad/cis/workflows/brainstorming/template.md"
|
||||
instructions: "bmad/cis/workflows/brainstorming/instructions.md"
|
||||
brain_techniques: "bmad/cis/workflows/brainstorming/brain-methods.csv"
|
||||
template: "bmad/core/workflows/brainstorming/template.md"
|
||||
instructions: "bmad/core/workflows/brainstorming/instructions.md"
|
||||
brain_techniques: "bmad/core/workflows/brainstorming/brain-methods.csv"
|
||||
use_advanced_elicitation: true
|
||||
web_bundle_files:
|
||||
- "bmad/cis/workflows/brainstorming/instructions.md"
|
||||
- "bmad/cis/workflows/brainstorming/brain-methods.csv"
|
||||
- "bmad/cis/workflows/brainstorming/template.md"
|
||||
- "bmad/core/workflows/brainstorming/instructions.md"
|
||||
- "bmad/core/workflows/brainstorming/brain-methods.csv"
|
||||
- "bmad/core/workflows/brainstorming/template.md"
|
||||
|
||||
Reference in New Issue
Block a user