Files
BMAD-METHOD/docs/_archive/customize-workflows.md
forcetrainer e535f94325 docs: comprehensive style guide update with reference and glossary standards
Style Guide Additions:
- Add Reference Structure section with 6 document types (Index, Catalog,
  Deep-Dive, Configuration, Glossary, Comprehensive)
- Add Glossary Structure section with table-based format leveraging
  Starlight's right-nav for navigation
- Include checklists for both new document types

Reference Docs Updated:
- agents/index.md: Catalog format, universal commands tip admonition
- configuration/core-tasks.md: Configuration format with admonitions
- configuration/global-config.md: Table-based config reference
- workflows/index.md: Minimal index format
- workflows/core-workflows.md: Catalog format
- workflows/document-project.md: Deep-dive with Quick Facts admonition
- workflows/bmgd-workflows.md: Comprehensive format, removed ~30 hr rules

Glossary Rewritten:
- Converted from 373 lines with ### headers to 123 lines with tables
- Right nav now shows 9 categories instead of 50+ terms
- Added italic context markers (*BMGD.*, *Brownfield.*, etc.)
- Alphabetized terms within categories
- Removed redundant inline TOC

All Docs:
- Remove horizontal rules (---) per style guide
- Remove "Related" sections (sidebar handles navigation)
- Standardize admonition usage
- Archive deleted workflow customization docs

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-12 00:23:05 -05:00

1.1 KiB

title
title
Workflow Customization Guide

Customize and optimize workflows with step replacement and hooks.

Status

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

What to Expect

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

For Now

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.