Skip to content
🤖 Consolidated, AI-optimized BMAD docs: llms-full.txt. Fetch this plain text file for complete context.

Workflow Customization Guide

Customize and optimize workflows with step replacement and hooks.

Coming Soon: Workflow customization is an upcoming capability. This guide will be updated when the feature is available.

Workflow customization will allow you to:

  • Replace Steps - Swap out specific workflow steps with custom implementations
  • Add Hooks - Inject custom behavior before/after workflow steps
  • Extend Workflows - Create new workflows based on existing ones
  • Override Behavior - Customize workflow logic for your project’s needs

While workflow customization is in development, you can:

  • Create Custom Workflows - Use the BMad Builder to create entirely new workflows
  • Customize Agents - Modify agent behavior using Agent Customization
  • Provide Feedback - Share your workflow customization needs with the community

In the meantime: Learn how to create custom workflows from scratch.

← Back to Customization