What problem does it solve?
This skill enables developers to design professional multi-step BMAD workflow skills with progressive step loading and robust state management, reducing cognitive load and error-prone manual orchestration.
Core Features & Use Cases
- Progressive step loading to minimize context and preserve focus during long workflows.
- Centralized state persistence across steps, enabling resume and auditing.
- Interactive decision points via AskUserQuestion to steer flow without hard-coding paths.
- Explicit next-step routing and branching patterns to handle conditional flows.
- Optional steps, templates, and references to ensure consistent design and reusability.
- Output saving and review support for post-execution analysis.
Quick Start
To start building a BMAD-based multi-step workflow, place the skill under claude-code-config/skills/, ensure SKILL.md is present, and follow the provided templates to create step-00-init.md and subsequent steps. Create or reference the templates:
- SKILL.md template for the main entry
- references/step-template.md for step files
- references/ask-patterns.md and references/state-management.md for interaction and state guidance
Then design the steps with progressive loading and test end-to-end with resume support.