bmad-orchestrator
BMAD開発ワークフローのオーケストレーション
BMADワークフローオーケストレーターは、AI開発エージェントが分析、計画、ソリューション設計、実装フェーズ全体で構造化された開発を管理できるよう支援し、組み込みの品質ゲートを備えています。
スキルZIPをダウンロード
Claudeでアップロード
設定 → 機能 → スキル → スキルをアップロードへ移動
オンにして利用開始
テストする
「bmad-orchestrator」を使用しています。 /workflow-init
期待される結果:
BMAD workflow initialized. Configuration created at bmad/config.yaml. Recommended first phase: Analysis (create product brief).
「bmad-orchestrator」を使用しています。 /workflow-status
期待される結果:
Current Phase: Planning
Completed: Analysis (product-brief-2026-03-13.md)
Next: Create PRD document
Phase Gate: Requires plannotator review before advancing to Solutioning
セキュリティ監査
中リスクThis skill is a legitimate BMAD workflow orchestration tool. The static analysis flagged 361 potential issues, but most are false positives. The only real concern is the pipe-to-shell pattern in the install script, which is a common industry practice for developer tool installation (similar to Docker, etc.). External command references are documentation examples, not actual execution. Network calls go to the legitimate plannotator.ai service.
中リスクの問題 (1)
低リスクの問題 (2)
リスク要因
⚡ スクリプトを含む (3)
⚙️ 外部コマンド (1)
品質スコア
作れるもの
新規BMADプロジェクトの初期化
適切なフェーズ構造とドキュメントフォルダーで、新しいプロジェクトのBMADワークフロー設定を行います。
フェーズ進捗トラッキング
現在のフェーズ、完了したフェーズ、プロジェクトで推奨される次のステップを確認します。
フェーズドキュメントの品質ゲート
PRD、アーキテクチャ、その他のフェーズドキュメントを次のフェーズに進む前にplannotatorに提出してレビューを行います。
これらのプロンプトを試す
Run /workflow-init to set up BMAD workflow in my project. Configure it for a web application with medium complexity.
Run /workflow-status to see where we are in the BMAD process and what the next recommended phase is.
Run bash scripts/phase-gate-review.sh docs/prd-myapp.md "PRD Review: myapp" to submit the PRD for plannotator review.
Help me complete the BMAD workflow: first run /workflow-init, then guide me through each phase until we reach Implementation. Submit each phase document for review before advancing.
ベストプラクティス
- 明確なフェーズ構造を確立するために、プロジェクト開始時にBMADを初期化
- 各セッションの前に/workflow-statusを実行して現在のフェーズを確認
- 常に次のフェーズに進む前にフェーズドキュメントをplannotatorに提出してレビュー
回避
- plannotatorレビューを使用しないことによるフェーズゲートのスキップ
- 必要なドキュメントを完了せずにフェーズを進める
- 設定された出力フォルダーの外にドキュメントを作成