chore: upgrade BMAD framework to skill-based architecture

Migrates from slash-command files (.claude/commands, .cursor/commands)
to the new skill-based architecture with workflow step files.
This commit is contained in:
2026-03-20 11:59:39 +00:00
parent d572f65684
commit e53b013359
977 changed files with 31594 additions and 29546 deletions

View File

@@ -0,0 +1,29 @@
---
name: save-memory
description: Explicitly save current session context to memory
menu-code: SM
---
# Save Memory
Immediately persist the current session context to memory.
## Process
1. **Read current index.md** — Load existing context
2. **Update with current session:**
- What we're working on
- Current state/progress
- Any new preferences or patterns discovered
- Next steps to continue
3. **Write updated index.md** — Replace content with condensed, current version
4. **Checkpoint other files if needed:**
- `patterns.md` — Add new patterns discovered
- `chronology.md` — Add session summary if significant
## Output
Confirm save with brief summary: "Memory saved. {brief-summary-of-what-was-updated}"