一键导入
bmad-orchestrator
Orchestrates Codex BMAD workflows. Use for bmad:init, bmad:status, and bmad:next to manage project setup, state tracking, and phase routing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Orchestrates Codex BMAD workflows. Use for bmad:init, bmad:status, and bmad:next to manage project setup, state tracking, and phase routing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Sprint planning skill for BMAD. Use for bmad:sprint-plan and bmad:create-story to build sprint scope and implementation-ready stories.
Product discovery and analysis skill for BMAD. Use for bmad:product-brief, bmad:research, and bmad:brainstorm to clarify user needs, market context, and problem scope.
Architecture skill for BMAD. Use for bmad:architecture and bmad:gate-check to produce system design and verify requirement coverage.
Shared state and template helper skill for BMAD. Provides reusable YAML contracts and deterministic scripts used by orchestrator and phase skills.
Skill and workflow scaffolding skill for BMAD. Use for bmad:create-skill and bmad:create-workflow to extend BMAD with domain-specific capabilities.
Ideation and deep research skill for BMAD. Use for bmad:ideate and bmad:research-deep to generate options and structured insight.
| name | bmad-orchestrator |
| description | Orchestrates Codex BMAD workflows. Use for bmad:init, bmad:status, and bmad:next to manage project setup, state tracking, and phase routing. |
bmad:initbmad:statusbmad:nextinitstatusnextbmad/Enforce language selection separately for chat responses and generated artifacts.
Chat language (communication_language) fallback order:
language.communication_language from bmad/project.yamlEnglishRules for chat responses:
Artifact language (document_output_language) fallback order:
language.document_output_language from bmad/project.yamlEnglishRules for generated artifacts:
System shall followed by non-English text)API, SLA, KPI, OAuth, WCAG)Before executing init, status, or next, read REFERENCE.md first.
Treat REFERENCE.md as required context for routing, sequencing, and state handling.
bmad/project.yamlbmad/workflow-status.yamlbmad/sprint-status.yamlinit).status).next).Primary scripts:
bash scripts/init-project.sh --name "MyApp" --type web-app --level 2
bash scripts/show-status.sh bmad/workflow-status.yaml
bash scripts/recommend-next.sh bmad/workflow-status.yaml
Compatibility wrappers:
scripts/check-status.sh -> wrapper to show-status.shscripts/validate-config.sh -> project config structural validationShared state helpers are in ../bmad-shared/scripts/.
templates/project.template.yaml
Why: orchestrator-owned project config template used by init-project.sh.
templates/workflow-status.template.yaml
Why: orchestrator-owned workflow status template used by init-project.sh.
templates/sprint-status.template.yaml
Why: orchestrator-owned sprint status template used by init-project.sh.
REFERENCE.md
Must read first for routing logic and orchestration heuristics.
resources/workflow-phases.md
Use for phase-level guidance and sequencing.
../bmad-shared/workflows.registry.yaml
Use for intent mapping and level-based routing rules.
bmad/workflow-status.yaml -> recommend bmad:initWhen routing to another skill, include: