Add two new BMAD Core workflows for preserving context between agent sessions: - `/handoff` - Creates comprehensive handoff memory and saves to Serena - `/handoff-receive` - Loads and displays handoff from previous agent Features: - Timestamped memory naming (YYYY-MM-DD-HHmmss) prevents collisions - Workflow status file validation and field extraction - Intelligent handoff selection (newest first, with fallbacks) - Structured handoff format with work completed, task, context, files, success criteria - Error recovery and graceful degradation - Backward compatible with legacy date-only format Files: - bmad/core/workflows/handoff/ - Handoff creation workflow - bmad/core/workflows/handoff-receive/ - Handoff receive workflow - .claude/commands/bmad/core/workflows/ - Original standalone commands (for reference) - bmad/_cfg/workflow-manifest.csv - Workflow registration - .gitignore - Allow .claude/commands/ distribution Integration: - Works with BMAD /workflow-status command - Requires Serena MCP for memory persistence - Tested with BMAD v6.x Note: Original hardened slash commands are included in .claude/commands/ for reference. If the BMAD workflow versions need adjustment, the original standalone commands can be used as a fallback or reference implementation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| README.md | ||
| brainstorming.md | ||
| handoff-receive.md | ||
| handoff.md | ||
| merge-upstream.md | ||
| party-mode.md | ||
README.md
CORE Workflows
Available Workflows in core
brainstorming
- Path:
bmad/core/workflows/brainstorming/workflow.yaml - Facilitate interactive brainstorming sessions using diverse creative techniques. This workflow facilitates interactive brainstorming sessions using diverse creative techniques. The session is highly interactive, with the AI acting as a facilitator to guide the user through various ideation methods to generate and refine creative solutions.
party-mode
- Path:
bmad/core/workflows/party-mode/workflow.yaml - Orchestrates group discussions between all installed BMAD agents, enabling natural multi-agent conversations
Execution
When running any workflow:
- LOAD {project-root}/bmad/core/tasks/workflow.xml
- Pass the workflow path as 'workflow-config' parameter
- Follow workflow.xml instructions EXACTLY
- Save outputs after EACH section
Modes
- Normal: Full interaction
- #yolo: Skip optional steps