Skip to content
Closed

Dev #4758

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
6dad09d
1. **Core Indexing Engine:**
omdaezz5050 Dec 31, 2025
298a4e8
feat(storage): Implement SQLite-based hybrid database schema for code…
omdaezz5050 Dec 31, 2025
c86fe64
feat(parser): Implement Tree-sitter based parsing engine with multi-l…
omdaezz5050 Dec 31, 2025
9348b41
feat(ai): implement context ranking and retrieval engine with hybrid …
omdaezz5050 Dec 31, 2025
3f204ea
feat(executor): implement agentic execution layer with safe file edit…
omdaezz5050 Dec 31, 2025
3fa9a2d
feat(ui): add RTL language support for chat messages and text areas
omdaezz5050 Dec 31, 2025
ac05c3a
feat: implement AntiGravity Terminal - AI-powered terminal integration
omdaezz5050 Dec 31, 2025
4967426
refactor(terminal): add block scope to switch cases
omdaezz5050 Dec 31, 2025
35d7bfe
build(cloud,telemetry): add tsup build configuration for dual ESM/CJS…
omdaezz5050 Dec 31, 2025
ada2f81
build: update tsconfig for Node16 module system
omdaezz5050 Dec 31, 2025
992b539
Fix storage.spec.ts relative imports to use explicit .js extensions
omdaezz5050 Jan 1, 2026
1552ef9
Build VSIX package and update orchestrator decision engine
omdaezz5050 Jan 1, 2026
5e16bd6
Fix linting issue in executor agent
omdaezz5050 Jan 1, 2026
552105d
feat: implement multi-agent system with research agent and knowledge …
omdaezz5050 Jan 1, 2026
2a3f0ab
feat(orchestrator): implement orchestrator service with blackboard an…
omdaezz5050 Jan 1, 2026
73c294e
feat: Implement AntiGravity IDE features - external context and predi…
omdaezz5050 Jan 1, 2026
71d7b9f
Implement AntiGravity IDE: External context connectors and predictive…
omdaezz5050 Jan 1, 2026
3491bed
refactor(storage): simplify upsert methods to accept full record types
omdaezz5050 Jan 1, 2026
5a4e37c
fix: resolve VSCE packaging conflict by removing files property from …
omdaezz5050 Jan 2, 2026
8b1c714
feat: add BMAD agent configuration files and update kilocodemodes
omdaezz5050 Jan 2, 2026
5cd5cdf
fix: resolve TypeScript errors in BMAD service files
omdaezz5050 Jan 2, 2026
0fa63e9
Merge branch 'Kilo-Org:main' into dev
emadezzai Jan 2, 2026
12cba91
Merge pull request #1 from emadezzai/dev
emadezzai Jan 2, 2026
dcd052b
feat: implement advanced AI UI/UX layer for Agentic IDE
omdaezz5050 Jan 2, 2026
4f39202
feat: Implement Autonomous QA Agent & Local LLM Integration
omdaezz5050 Jan 2, 2026
a942c43
fix: Repair ToggleSwitch props in test-results-panel
omdaezz5050 Jan 2, 2026
de195ab
feat: Implement comprehensive performance optimization layer for ente…
omdaezz5050 Jan 2, 2026
d65d58a
feat: Implement Atomic Revert & Transactional History system
omdaezz5050 Jan 2, 2026
64b35e2
fix: Repair TypeScript errors in revert components
omdaezz5050 Jan 2, 2026
0747858
Add backup files and workflow updates
omdaezz5050 Jan 3, 2026
bf2f3b6
Fix VSIX build errors: Resolve TS issues and exclude backend code fro…
omdaezz5050 Jan 4, 2026
58c5f08
Merge branch 'Kilo-Org:main' into dev
emadezzai Jan 4, 2026
7ef889c
Merge branch 'Kilo-Org:main' into main
emadezzai Jan 4, 2026
cf27d44
bmad-wind
omdaezz5050 Jan 4, 2026
1f4226c
feat: implement comprehensive performance optimizations
omdaezz5050 Jan 4, 2026
4dc0f4c
fix: add missing webview components to resolve TypeScript errors
omdaezz5050 Jan 4, 2026
a3ba4c9
fix: resolve TypeScript errors in performance monitor
omdaezz5050 Jan 4, 2026
50f7618
e
omdaezz5050 Jan 4, 2026
aa5bfc4
merge: merge feature/performance-optimizations into dev
omdaezz5050 Jan 4, 2026
b4f4b4d
Merge branch 'Kilo-Org:main' into dev
emadezzai Jan 6, 2026
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/check-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/create-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/excalidraw-diagrams/create-dataflow/workflow.yaml
3. Pass the yaml path _bmad/bmm/workflows/excalidraw-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/excalidraw-diagrams/create-diagram/workflow.yaml
3. Pass the yaml path _bmad/bmm/workflows/excalidraw-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/excalidraw-diagrams/create-flowchart/workflow.yaml
3. Pass the yaml path _bmad/bmm/workflows/excalidraw-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/excalidraw-diagrams/create-wireframe/workflow.yaml
3. Pass the yaml path _bmad/bmm/workflows/excalidraw-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 PRD 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/create-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>
5 changes: 5 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,5 @@
---
description: 'Conversational spec engineering - ask questions, investigate code, produce implementation-ready tech-spec.'
---

IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @_bmad/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.md, READ its entire contents and follow its directions exactly!
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!
5 changes: 5 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,5 @@
---
description: 'Flexible development - execute tech-specs OR direct instructions with optional planning.'
---

IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @_bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md, READ its entire contents and follow its directions exactly!
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>
13 changes: 13 additions & 0 deletions .agent/workflows/bmad/bmad-bmm-workflows-sprint-planning.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
description: 'Generate and manage the sprint status tracking file for Phase 4 implementation, extracting all epics and stories from epic files and tracking their status through the development lifecycle'
---

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/sprint-planning/workflow.yaml
3. Pass the yaml path _bmad/bmm/workflows/4-implementation/sprint-planning/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