bmad-orchestrator

Route project tasks through the four BMAD phases with status tracking.

472|75|Updated Oct 25, 2025
One-click install
npx skills add https://github.com/aj-geddes/claude-code-bmad-skills --skill bmad-orchestrator-aj-geddes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-orchestrator
Source: https://github.com/aj-geddes/claude-code-bmad-skills/tree/main/bmad-skills/bmad-orchestrator
Command: npx skills add https://github.com/aj-geddes/claude-code-bmad-skills --skill bmad-orchestrator-aj-geddes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the BMAD workflow orchestration, enabling initialization, status tracking, and routing across four phases. It reduces manual coordination, speeds up project setup, and lowers complexity when managing multi-phase AI-driven development.

Core Features & Use Cases

  • Project Initialization: Bootstrap BMAD structure, config, and status tracking for new projects.
  • Status Tracking & Routing: Analyze current phase and automatically propose next steps.
  • Phase Routing: Route users through Phase 1 (Analysis) to Phase 4 (Implementation) based on project level and progress.

Quick Start

Run /workflow-init to bootstrap a BMAD project, then check status with /workflow-status. The orchestrator will guide you through the recommended next steps.

Frequently Asked Questions about bmad-orchestrator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate workflow orchestration across multiple project phases?

Workflow orchestration automates routing tasks through defined phases with status tracking and prerequisites. This Skill initializes BMAD projects, tracks progress across Analysis, Planning, Solutioning, and Implementation phases, and proposes next steps based on current state and completed artifacts.

How do I set up and initialize a BMAD project workflow?

Run /workflow-init to bootstrap your project structure, configuration files (bmad/config.yaml, bmm-workflow-status.yaml), and status tracking. The orchestrator generates required artifacts and establishes phase prerequisites for your project level.

Can I use workflow orchestration for projects at different scales?

Yes, this Skill handles projects across all levels (0-4). It dynamically routes based on project level, current phase, completed artifacts, and workflow state, adapting orchestration logic to your project's complexity and requirements.

How do I check project status and get recommended next steps?

Run /workflow-status to analyze your current phase and track progress. The orchestrator examines completed artifacts and workflow state, then presents phase-aware routing recommendations for your next action.

What happens if a workflow phase is missing required artifacts?

The orchestrator enforces phase prerequisites before allowing progression. If required artifacts are incomplete, it identifies missing dependencies and guides you to complete them before advancing to the next phase.