Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
42da921
Add AI weather explanations spec
Orinks Dec 8, 2025
6713fe5
feat: Implement AI weather explanations with OpenRouter integration
Orinks Dec 11, 2025
353b9dd
feat: integrate AI explanation button into weather display
Orinks Dec 11, 2025
83d71e2
fix: require OpenRouter API key for all requests including free models
Orinks Dec 11, 2025
f4cb91f
feat: add OpenRouter API key validation button
Orinks Dec 11, 2025
fe3f466
fix: use /api/v1/key endpoint for OpenRouter API key validation
Orinks Dec 11, 2025
0025553
fix: add openrouter_api_key to secure storage
Orinks Dec 11, 2025
30156bd
fix: apply AI settings to UI when settings dialog opens
Orinks Dec 11, 2025
4dca945
Fix: Explicitly pass API keys to update_settings in settings dialog
Orinks Dec 11, 2025
c365eef
Improve AI explanation error messages to include API response details
Orinks Dec 11, 2025
2c0bef9
Fix explanation dialog text not displaying
Orinks Dec 11, 2025
9da9601
Add detailed logging to diagnose empty explanation text issue
Orinks Dec 11, 2025
92c679e
Fix logging to write to ~/AccessiWeather_logs instead of cwd
Orinks Dec 11, 2025
453e753
Save logs to config_dir/logs instead of home directory
Orinks Dec 11, 2025
76aa745
Fix OpenRouter API: use reliable free models and increase max_tokens
Orinks Dec 11, 2025
107ebbe
Add Explain button to Area Forecast Discussion dialog
Orinks Dec 11, 2025
e1e094c
Include forecast data in weather explanation context
Orinks Dec 11, 2025
54d7511
Merge dev into feature/ai-weather-explanations, resolve conflicts
Orinks Dec 11, 2025
d08c50d
Fix SIM108 linting error - use ternary operator instead of if-else block
Orinks Dec 11, 2025
69ff2fe
feat(docs): Add complete project documentation suite
Orinks Dec 11, 2025
431b2e7
Add comprehensive tests for AI weather explanations feature
Orinks Dec 12, 2025
5ea4898
Improve LoadingDialog with ActivityIndicator
Orinks Dec 12, 2025
2290aa7
Add cancel button to LoadingDialog and clean up debug logging
Orinks Dec 12, 2025
47f1b23
Use built-in error dialogs, expand steering guide, update spec requir…
Orinks Dec 12, 2025
14b6051
Add initial accessibility focus to LoadingDialog
Orinks Dec 12, 2025
300f1b9
Fix AI explanations: update to working free models, add local time co…
Orinks Dec 12, 2025
49f2aa6
feat: Add AI prompt customization support (tasks 1-3)
Orinks Dec 12, 2025
03fad28
feat: Add prompt customization UI and wiring (tasks 4-6)
Orinks Dec 12, 2025
5e32e4b
docs: Update tasks.md to reflect completed implementation
Orinks Dec 12, 2025
6868f02
fix: Update AI explainer tests for new model name and proper mocking
Orinks Dec 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
14 changes: 14 additions & 0 deletions .agent/workflows/bmad/bmad-bmm-agents-analyst.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: 'analyst'
description: 'analyst agent'
---

You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.

<agent-activation CRITICAL="TRUE">
1. LOAD the FULL agent file from @.bmad/bmm/agents/analyst.md
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
3. Execute ALL activation steps exactly as written in the agent file
4. Follow the agent's persona and menu system precisely
5. Stay in character throughout the session
</agent-activation>
14 changes: 14 additions & 0 deletions .agent/workflows/bmad/bmad-bmm-agents-architect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: 'architect'
description: 'architect agent'
---

You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.

<agent-activation CRITICAL="TRUE">
1. LOAD the FULL agent file from @.bmad/bmm/agents/architect.md
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
3. Execute ALL activation steps exactly as written in the agent file
4. Follow the agent's persona and menu system precisely
5. Stay in character throughout the session
</agent-activation>
14 changes: 14 additions & 0 deletions .agent/workflows/bmad/bmad-bmm-agents-dev.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: 'dev'
description: 'dev agent'
---

You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.

<agent-activation CRITICAL="TRUE">
1. LOAD the FULL agent file from @.bmad/bmm/agents/dev.md
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
3. Execute ALL activation steps exactly as written in the agent file
4. Follow the agent's persona and menu system precisely
5. Stay in character throughout the session
</agent-activation>
14 changes: 14 additions & 0 deletions .agent/workflows/bmad/bmad-bmm-agents-pm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: 'pm'
description: 'pm agent'
---

You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.

<agent-activation CRITICAL="TRUE">
1. LOAD the FULL agent file from @.bmad/bmm/agents/pm.md
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
3. Execute ALL activation steps exactly as written in the agent file
4. Follow the agent's persona and menu system precisely
5. Stay in character throughout the session
</agent-activation>
14 changes: 14 additions & 0 deletions .agent/workflows/bmad/bmad-bmm-agents-quick-flow-solo-dev.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: 'quick-flow-solo-dev'
description: 'quick-flow-solo-dev agent'
---

You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.

<agent-activation CRITICAL="TRUE">
1. LOAD the FULL agent file from @.bmad/bmm/agents/quick-flow-solo-dev.md
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
3. Execute ALL activation steps exactly as written in the agent file
4. Follow the agent's persona and menu system precisely
5. Stay in character throughout the session
</agent-activation>
14 changes: 14 additions & 0 deletions .agent/workflows/bmad/bmad-bmm-agents-sm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: 'sm'
description: 'sm agent'
---

You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.

<agent-activation CRITICAL="TRUE">
1. LOAD the FULL agent file from @.bmad/bmm/agents/sm.md
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
3. Execute ALL activation steps exactly as written in the agent file
4. Follow the agent's persona and menu system precisely
5. Stay in character throughout the session
</agent-activation>
14 changes: 14 additions & 0 deletions .agent/workflows/bmad/bmad-bmm-agents-tea.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: 'tea'
description: 'tea agent'
---

You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.

<agent-activation CRITICAL="TRUE">
1. LOAD the FULL agent file from @.bmad/bmm/agents/tea.md
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
3. Execute ALL activation steps exactly as written in the agent file
4. Follow the agent's persona and menu system precisely
5. Stay in character throughout the session
</agent-activation>
14 changes: 14 additions & 0 deletions .agent/workflows/bmad/bmad-bmm-agents-tech-writer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: 'tech-writer'
description: 'tech-writer agent'
---

You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.

<agent-activation CRITICAL="TRUE">
1. LOAD the FULL agent file from @.bmad/bmm/agents/tech-writer.md
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
3. Execute ALL activation steps exactly as written in the agent file
4. Follow the agent's persona and menu system precisely
5. Stay in character throughout the session
</agent-activation>
14 changes: 14 additions & 0 deletions .agent/workflows/bmad/bmad-bmm-agents-ux-designer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: 'ux-designer'
description: 'ux-designer agent'
---

You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.

<agent-activation CRITICAL="TRUE">
1. LOAD the FULL agent file from @.bmad/bmm/agents/ux-designer.md
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
3. Execute ALL activation steps exactly as written in the agent file
4. Follow the agent's persona and menu system precisely
5. Stay in character throughout the session
</agent-activation>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
description: 'Critical validation workflow that assesses PRD, Architecture, and Epics & Stories for completeness and alignment before implementation. Uses adversarial review approach to find gaps and issues.'
---

IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @.bmad/bmm/workflows/3-solutioning/implementation-readiness/workflow.md, READ its entire contents and follow its directions exactly!
13 changes: 13 additions & 0 deletions .agent/workflows/bmad/bmad-bmm-workflows-code-review.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
description: 'Perform an ADVERSARIAL Senior Developer code review that finds 3-10 specific problems in every story. Challenges everything: code quality, test coverage, architecture compliance, security, performance. NEVER accepts `looks good` - must find minimum issues and can auto-fix with user approval.'
---

IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:

<steps CRITICAL="TRUE">
1. Always LOAD the FULL @.bmad/core/tasks/workflow.xml
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @.bmad/bmm/workflows/4-implementation/code-review/workflow.yaml
3. Pass the yaml path .bmad/bmm/workflows/4-implementation/code-review/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
5. Save outputs after EACH section when generating any documents from templates
</steps>
13 changes: 13 additions & 0 deletions .agent/workflows/bmad/bmad-bmm-workflows-correct-course.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
description: 'Navigate significant changes during sprint execution by analyzing impact, proposing solutions, and routing for implementation'
---

IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:

<steps CRITICAL="TRUE">
1. Always LOAD the FULL @.bmad/core/tasks/workflow.xml
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @.bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml
3. Pass the yaml path .bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
5. Save outputs after EACH section when generating any documents from templates
</steps>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
description: 'Collaborative architectural decision facilitation for AI-agent consistency. Replaces template-driven architecture with intelligent, adaptive conversation that produces a decision-focused architecture document optimized for preventing agent conflicts.'
---

IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @.bmad/bmm/workflows/3-solutioning/architecture/workflow.md, READ its entire contents and follow its directions exactly!
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
description: 'Transform PRD requirements and Architecture decisions into comprehensive stories organized by user value. This workflow requires completed PRD + Architecture documents (UX recommended if UI exists) and breaks down requirements into implementation-ready epics and user stories that incorporate all available technical and design context. Creates detailed, actionable stories with complete acceptance criteria for development teams.'
---

IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @.bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md, READ its entire contents and follow its directions exactly!
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
description: 'Create data flow diagrams (DFD) in Excalidraw format'
---

IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:

<steps CRITICAL="TRUE">
1. Always LOAD the FULL @.bmad/core/tasks/workflow.xml
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @.bmad/bmm/workflows/diagrams/create-dataflow/workflow.yaml
3. Pass the yaml path .bmad/bmm/workflows/diagrams/create-dataflow/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
5. Save outputs after EACH section when generating any documents from templates
</steps>
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
description: 'Create system architecture diagrams, ERDs, UML diagrams, or general technical diagrams in Excalidraw format'
---

IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:

<steps CRITICAL="TRUE">
1. Always LOAD the FULL @.bmad/core/tasks/workflow.xml
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @.bmad/bmm/workflows/diagrams/create-diagram/workflow.yaml
3. Pass the yaml path .bmad/bmm/workflows/diagrams/create-diagram/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
5. Save outputs after EACH section when generating any documents from templates
</steps>
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
description: 'Create a flowchart visualization in Excalidraw format for processes, pipelines, or logic flows'
---

IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:

<steps CRITICAL="TRUE">
1. Always LOAD the FULL @.bmad/core/tasks/workflow.xml
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @.bmad/bmm/workflows/diagrams/create-flowchart/workflow.yaml
3. Pass the yaml path .bmad/bmm/workflows/diagrams/create-flowchart/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
5. Save outputs after EACH section when generating any documents from templates
</steps>
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
description: 'Create website or app wireframes in Excalidraw format'
---

IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:

<steps CRITICAL="TRUE">
1. Always LOAD the FULL @.bmad/core/tasks/workflow.xml
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @.bmad/bmm/workflows/diagrams/create-wireframe/workflow.yaml
3. Pass the yaml path .bmad/bmm/workflows/diagrams/create-wireframe/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
5. Save outputs after EACH section when generating any documents from templates
</steps>
5 changes: 5 additions & 0 deletions .agent/workflows/bmad/bmad-bmm-workflows-create-prd.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
description: 'Creates a comprehensive PRDs through collaborative step-by-step discovery between two product managers working as peers.'
---

IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @.bmad/bmm/workflows/2-plan-workflows/prd/workflow.md, READ its entire contents and follow its directions exactly!
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
description: 'Create comprehensive product briefs through collaborative step-by-step discovery as creative Business Analyst working with the user as peers.'
---

IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @.bmad/bmm/workflows/1-analysis/product-brief/workflow.md, READ its entire contents and follow its directions exactly!
13 changes: 13 additions & 0 deletions .agent/workflows/bmad/bmad-bmm-workflows-create-story.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
description: 'Create the next user story from epics+stories with enhanced context analysis and direct ready-for-dev marking'
---

IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:

<steps CRITICAL="TRUE">
1. Always LOAD the FULL @.bmad/core/tasks/workflow.xml
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @.bmad/bmm/workflows/4-implementation/create-story/workflow.yaml
3. Pass the yaml path .bmad/bmm/workflows/4-implementation/create-story/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
5. Save outputs after EACH section when generating any documents from templates
</steps>
13 changes: 13 additions & 0 deletions .agent/workflows/bmad/bmad-bmm-workflows-create-tech-spec.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
description: 'Conversational spec engineering - ask questions, investigate code, produce implementation-ready tech-spec.'
---

IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:

<steps CRITICAL="TRUE">
1. Always LOAD the FULL @.bmad/core/tasks/workflow.xml
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @.bmad/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.yaml
3. Pass the yaml path .bmad/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
5. Save outputs after EACH section when generating any documents from templates
</steps>
5 changes: 5 additions & 0 deletions .agent/workflows/bmad/bmad-bmm-workflows-create-ux-design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
description: 'Work with a peer UX Design expert to plan your applications UX patterns, look and feel.'
---

IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @.bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md, READ its entire contents and follow its directions exactly!
13 changes: 13 additions & 0 deletions .agent/workflows/bmad/bmad-bmm-workflows-dev-story.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
description: 'Execute a story by implementing tasks/subtasks, writing tests, validating, and updating the story file per acceptance criteria'
---

IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:

<steps CRITICAL="TRUE">
1. Always LOAD the FULL @.bmad/core/tasks/workflow.xml
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @.bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml
3. Pass the yaml path .bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
5. Save outputs after EACH section when generating any documents from templates
</steps>
13 changes: 13 additions & 0 deletions .agent/workflows/bmad/bmad-bmm-workflows-document-project.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
description: 'Analyzes and documents brownfield projects by scanning codebase, architecture, and patterns to create comprehensive reference documentation for AI-assisted development'
---

IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:

<steps CRITICAL="TRUE">
1. Always LOAD the FULL @.bmad/core/tasks/workflow.xml
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @.bmad/bmm/workflows/document-project/workflow.yaml
3. Pass the yaml path .bmad/bmm/workflows/document-project/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
5. Save outputs after EACH section when generating any documents from templates
</steps>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
description: 'Creates a concise project_context.md file with critical rules and patterns that AI agents must follow when implementing code. Optimized for LLM context efficiency.'
---

IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @.bmad/bmm/workflows/generate-project-context/workflow.md, READ its entire contents and follow its directions exactly!
13 changes: 13 additions & 0 deletions .agent/workflows/bmad/bmad-bmm-workflows-quick-dev.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
description: 'Flexible development - execute tech-specs OR direct instructions with optional planning.'
---

IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:

<steps CRITICAL="TRUE">
1. Always LOAD the FULL @.bmad/core/tasks/workflow.xml
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @.bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.yaml
3. Pass the yaml path .bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
5. Save outputs after EACH section when generating any documents from templates
</steps>
5 changes: 5 additions & 0 deletions .agent/workflows/bmad/bmad-bmm-workflows-research.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
description: 'Conduct comprehensive research across multiple domains using current web data and verified sources - Market, Technical, Domain and other research types.'
---

IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @.bmad/bmm/workflows/1-analysis/research/workflow.md, READ its entire contents and follow its directions exactly!
13 changes: 13 additions & 0 deletions .agent/workflows/bmad/bmad-bmm-workflows-retrospective.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
description: 'Run after epic completion to review overall success, extract lessons learned, and explore if new information emerged that might impact the next epic'
---

IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:

<steps CRITICAL="TRUE">
1. Always LOAD the FULL @.bmad/core/tasks/workflow.xml
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @.bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml
3. Pass the yaml path .bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
5. Save outputs after EACH section when generating any documents from templates
</steps>
Loading