BMAD-METHOD/bmad-core/templates
Lucas C 7bb3b36e54 feat(memory-bank): Add comprehensive Memory Bank pattern integration
Implemented Cline-inspired Memory Bank pattern for AI context persistence across sessions.
This ensures continuity and deep understanding of projects even when AI memory resets.

Core Memory Bank Components:
- Created 6 core memory bank templates following hierarchical structure
  - projectbrief.md: Foundation document with project scope and goals
  - productContext.md: The 'why' behind the project
  - systemPatterns.md: Technical architecture and decisions
  - techContext.md: Technology stack and environment
  - activeContext.md: Current work focus and priorities
  - progress.md: Project state tracking and evolution

Tasks and Workflows:
- initialize-memory-bank.md: Creates initial Memory Bank structure
- update-memory-bank.md: Updates based on dev journals, ADRs, and changes
- memory-bank-triggers.md: Reference guide for when to update

Agent Integrations:
- Enhanced architect agent with Memory Bank awareness and commands
- Enhanced dev agent to update activeContext and progress
- Enhanced po agent for requirements alignment with Memory Bank
- All agents now read Memory Bank at session start

Pervasive Integration Strategy:
- ADR creation triggers systemPatterns updates
- Dev journal entries trigger activeContext updates
- Story completion triggers progress updates
- Comprehensive commits/PRs trigger relevant updates
- Document-project task integrates with Memory Bank initialization

This provides AI agents with persistent context across sessions, preventing
loss of project knowledge and ensuring consistent understanding.
2025-07-20 18:41:38 +02:00
..
memory-bank feat(memory-bank): Add comprehensive Memory Bank pattern integration 2025-07-20 18:41:38 +02:00
adr-tmpl.md feat: Add ADR integration and user methodology files 2025-07-20 18:07:09 +02:00
architecture-tmpl.yaml fix: improve output 2025-07-06 20:40:08 -05:00
brainstorming-output-tmpl.yaml specify md ot yaml 2025-07-06 18:26:09 -05:00
brownfield-architecture-tmpl.yaml specify md ot yaml 2025-07-06 18:26:09 -05:00
brownfield-prd-tmpl.yaml specify md ot yaml 2025-07-06 18:26:09 -05:00
competitor-analysis-tmpl.yaml specify md ot yaml 2025-07-06 18:26:09 -05:00
dev-journal-tmpl.md fix: Refactor ADR and Dev Journal features for destination projects 2025-07-20 18:19:21 +02:00
front-end-architecture-tmpl.yaml specify md ot yaml 2025-07-06 18:26:09 -05:00
front-end-spec-tmpl.yaml specify md ot yaml 2025-07-06 18:26:09 -05:00
fullstack-architecture-tmpl.yaml specify md ot yaml 2025-07-06 18:26:09 -05:00
market-research-tmpl.yaml specify md ot yaml 2025-07-06 18:26:09 -05:00
prd-tmpl.yaml fix: improve output 2025-07-06 20:40:08 -05:00
project-brief-tmpl.yaml specify md ot yaml 2025-07-06 18:26:09 -05:00
story-tmpl.yaml specify md ot yaml 2025-07-06 18:26:09 -05:00