workflow builder understand existing_workflows tag for web bundles, and cleanup comtinues

This commit is contained in:
Brian Madison
2025-10-16 07:24:38 -05:00
parent 73ba7afa90
commit a28a350e14
22 changed files with 73 additions and 28 deletions

View File

@@ -35,8 +35,6 @@ web_bundle:
author: "BMad"
instructions: "bmad/cis/workflows/design-thinking/instructions.md"
template: "bmad/cis/workflows/design-thinking/template.md"
design_methods: "bmad/cis/workflows/design-thinking/design-methods.csv"
use_advanced_elicitation: true
web_bundle_files:
- "bmad/cis/workflows/design-thinking/instructions.md"
- "bmad/cis/workflows/design-thinking/template.md"

View File

@@ -35,8 +35,6 @@ web_bundle:
author: "BMad"
instructions: "bmad/cis/workflows/innovation-strategy/instructions.md"
template: "bmad/cis/workflows/innovation-strategy/template.md"
innovation_frameworks: "bmad/cis/workflows/innovation-strategy/innovation-frameworks.csv"
use_advanced_elicitation: true
web_bundle_files:
- "bmad/cis/workflows/innovation-strategy/instructions.md"
- "bmad/cis/workflows/innovation-strategy/template.md"

View File

@@ -35,8 +35,6 @@ web_bundle:
author: "BMad"
instructions: "bmad/cis/workflows/problem-solving/instructions.md"
template: "bmad/cis/workflows/problem-solving/template.md"
solving_methods: "bmad/cis/workflows/problem-solving/solving-methods.csv"
use_advanced_elicitation: true
web_bundle_files:
- "bmad/cis/workflows/problem-solving/instructions.md"
- "bmad/cis/workflows/problem-solving/template.md"

View File

@@ -5,6 +5,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/storytelling/workflow.yaml</critical>
<critical>Communicate all responses in {communication_language}</critical>
<step n="1" goal="Story Context Setup">
@@ -249,10 +250,11 @@ Polish and plan forward:
<ask>What parts of the story feel strongest?</ask>
<ask>What areas could use more refinement?</ask>
<ask>What's the key resolution or call to action for your story?</ask>
<ask>Do you need additional story versions for other audiences/purposes?</ask>
<ask>How will you test this story with your audience?</ask>
<template-output>refinement_opportunities, additional_versions, feedback_plan</template-output>
<template-output>resolution, refinement_opportunities, additional_versions, feedback_plan</template-output>
</step>
@@ -266,6 +268,9 @@ Compile all story components into the structured template:
4. Verify tone and voice consistency
5. Fill all template placeholders with actual content
<action>Write final story document to {output_folder}/story-{{date}}.md</action>
<action>Confirm completion with: "Story complete, {user_name}! Your narrative has been saved to {output_folder}/story-{{date}}.md"</action>
<template-output>agent_role, agent_name, user_name, date</template-output>
</step>

View File

@@ -35,9 +35,7 @@ web_bundle:
author: "BMad"
instructions: "bmad/cis/workflows/storytelling/instructions.md"
template: "bmad/cis/workflows/storytelling/template.md"
story_frameworks: "bmad/cis/workflows/storytelling/story-types.csv"
use_advanced_elicitation: true
web_bundle_files:
- "bmad/cis/workflows/storytelling/instructions.md"
- "bmad/cis/workflows/storytelling/template.md"
- "bmad/cis/workflows/storytelling/story-frameworks.csv"
- "bmad/cis/workflows/storytelling/story-types.csv"