BMAD-METHOD/.claude/commands/bmad/core/workflows
Sallvainian 30e7e99c6a feat: add BMAD handoff workflows for agent context preservation
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>
2025-10-20 21:09:04 -04:00
..
README.md minor fixes 2025-10-16 21:50:50 -05:00
brainstorming.md minor fixes 2025-10-16 21:50:50 -05:00
handoff-receive.md feat: add BMAD handoff workflows for agent context preservation 2025-10-20 21:09:04 -04:00
handoff.md feat: add BMAD handoff workflows for agent context preservation 2025-10-20 21:09:04 -04:00
merge-upstream.md Add merge-upstream workflow and documentation 2025-10-19 02:15:13 -04:00
party-mode.md minor fixes 2025-10-16 21:50:50 -05:00

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:

  1. LOAD {project-root}/bmad/core/tasks/workflow.xml
  2. Pass the workflow path as 'workflow-config' parameter
  3. Follow workflow.xml instructions EXACTLY
  4. Save outputs after EACH section

Modes

  • Normal: Full interaction
  • #yolo: Skip optional steps