mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
workflows added to sub items in plan project phase. updated single action checks to be ifs on the action.
This commit is contained in:
@@ -177,8 +177,6 @@ The first moment determines if they keep reading/listening.
|
||||
|
||||
<step n="6" goal="Write Core Narrative">
|
||||
|
||||
<check>Ask if user wants to write or wants AI to write</check>
|
||||
|
||||
<ask>Would you like to:
|
||||
|
||||
1. Draft the story yourself with my guidance
|
||||
@@ -186,13 +184,13 @@ The first moment determines if they keep reading/listening.
|
||||
3. Co-create it iteratively together
|
||||
</ask>
|
||||
|
||||
<if selection="1">
|
||||
<if selection="1 or draft themselves">
|
||||
<action>Provide writing prompts and encouragement</action>
|
||||
<action>Offer feedback on drafts they share</action>
|
||||
<action>Suggest refinements for clarity, emotion, flow</action>
|
||||
</if>
|
||||
|
||||
<if selection="2">
|
||||
<if selection="2 or ai writes the next draft based on discussions">
|
||||
<action>Synthesize all gathered elements</action>
|
||||
<action>Write complete narrative in appropriate tone/style</action>
|
||||
<action>Structure according to chosen framework</action>
|
||||
@@ -200,7 +198,7 @@ The first moment determines if they keep reading/listening.
|
||||
<action>Present draft for feedback and refinement</action>
|
||||
</if>
|
||||
|
||||
<if selection="3">
|
||||
<if selection="3 or work collaboratively with co-creation">
|
||||
<action>Write opening paragraph</action>
|
||||
<action>Get feedback and iterate</action>
|
||||
<action>Build section by section collaboratively</action>
|
||||
|
||||
Reference in New Issue
Block a user