1-analysis workflow-state yaml streamlined

This commit is contained in:
Brian Madison
2025-10-16 08:26:26 -05:00
parent 1fe405eb64
commit e77a1c036b
12 changed files with 82 additions and 157 deletions

View File

@@ -4,6 +4,7 @@
<critical>The workflow execution engine is governed by: {project_root}/bmad/core/tasks/workflow.xml</critical>
<critical>You MUST have already completed the GDD workflow</critical>
<critical>Communicate all responses in {communication_language}</critical>
<critical>This workflow creates detailed narrative content for story-driven games</critical>
<critical>Uses narrative_template for output</critical>
<critical>If users mention gameplay mechanics, note them but keep focus on narrative</critical>
@@ -508,7 +509,9 @@ Your references:</ask>
<template-output>references</template-output>
<ask>Narrative Design complete! Next steps:
<ask>**✅ Narrative Design Complete, {user_name}!**
Next steps:
1. Proceed to solutioning (technical architecture)
2. Create detailed script/screenplay (outside workflow)

View File

@@ -24,21 +24,6 @@ recommended_inputs:
- gdd: "{output_folder}/GDD.md"
- product_brief: "{output_folder}/product-brief.md"
# Workflow configuration
interactive: true # User checkpoints throughout
autonomous: false # Requires user input
allow_parallel: false # Sequential narrative development
# Narrative frameworks available
frameworks:
- "Hero's Journey"
- "Three-Act Structure"
- "Character Arc Development"
- "Branching Narrative Design"
- "Environmental Storytelling"
- "Dialogue Systems"
- "Narrative Pacing"
web_bundle:
name: "narrative"
description: "Narrative design workflow for story-driven games and applications. Creates comprehensive narrative documentation including story structure, character arcs, dialogue systems, and narrative implementation guidance."
@@ -47,17 +32,3 @@ web_bundle:
web_bundle_files:
- "bmad/bmm/workflows/2-plan-workflows/narrative/instructions-narrative.md"
- "bmad/bmm/workflows/2-plan-workflows/narrative/narrative-template.md"
recommended_inputs: "PRD, Product Brief, Brain Storming Report, GDD"
# Narrative frameworks available
frameworks:
- "Hero's Journey"
- "Three-Act Structure"
- "Character Arc Development"
- "Branching Narrative Design"
- "Environmental Storytelling"
- "Dialogue Systems"
- "Narrative Pacing"
# Workflow configuration
interactive: true # User checkpoints throughout
autonomous: false # Requires user input
allow_parallel: false # Sequential narrative development