Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计异常

bmad-orchestratorbmad 协调器

Agent Skill

bmad-orchestrator 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

416

周安装

17

GitHub Stars

公开资料未说明

下载量

135
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:bmad-orchestrator(bmad 协调器)
来源仓库:https://github.com/yejianxin/bmad-orchestrator
仓库路径:skills/bmad-orchestrator
安装命令:
npx skills add https://github.com/yejianxin/bmad-orchestrator --skill bmad-orchestrator
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/yejianxin/bmad-orchestrator --skill bmad-orchestrator

简介

bmad-orchestrator 用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词、任务场景或来源线索快速定位候选结果。
  • 通过 npx skills add 命令从指定仓库安装并使用该技能。
  • 安装前需确认权限范围和维护状态,注意可能触发联网、命令执行或文件读写操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

bmad-orchestrator - BMAD Workflow Orchestration

When to use this skill

  • Initializing BMAD in a new project
  • Checking and resuming BMAD workflow status
  • Routing work across Analysis, Planning, Solutioning, and Implementation
  • Managing structured handoff between phases

Installation

npx skills add https://github.com/supercent-io/skills-template --skill bmad-orchestrator

Codex 사용 참고

bmad-orchestrator의 기본 실행 경로는 Claude Code입니다. Codex에서 직접 동일한 흐름으로 사용하려면 omx/ohmg 등 상위 오케스트레이션 경로를 통해 BMAD 단계를 운영하는 것을 권장합니다.


BMAD Execution Commands

플랫폼별 적용 상태 (현재 지원 기준)

플랫폼현재 지원 방식적용 조건
Gemini CLI네이티브(권장)bmad 키워드 등록 후 /workflow-init 실행
Claude Code네이티브(권장)스킬 설치 + 기억해 패턴
OpenCode오케스트레이션 연동omx/ohmg/omx 류 브릿지 사용
Codex오케스트레이션 연동omx/ohmg류 브릿지 사용

현재 스킬만으로 가능한지:

  • Gemini CLI/Claude Code: 가능
  • OpenCode/Codex: 가능(오케스트레이션 경유)

Use these in your AI session:

/workflow-init
/workflow-status

Typical flow:

  1. Run /workflow-init to bootstrap BMAD config.
  2. Move through phases in order: Analysis -> Planning -> Solutioning -> Implementation.
  3. Run /workflow-status any time to inspect current phase and progress.

Quick Reference

ActionCommand
Initialize BMAD/workflow-init
Check BMAD status/workflow-status

plannotator Integration (Phase Review Gate)

Each BMAD phase produces a key document (PRD, Tech Spec, Architecture). Before transitioning to the next phase, review that document with plannotator and auto-save it to Obsidian.

Why use plannotator with BMAD?

  • Quality gate: Approve or request changes before locking in a phase deliverable
  • Obsidian archive: Every approved phase document auto-saves with YAML frontmatter and [[BMAD Plans]] backlink
  • Team visibility: Share a plannotator link so stakeholders can annotate the PRD/Architecture before implementation begins

Phase Review Pattern

After completing any phase document, submit it for review:

# After /prd → docs/prd-myapp-2026-02-22.md is created
bash scripts/phase-gate-review.sh docs/prd-myapp-2026-02-22.md "PRD Review: myapp"

# After /architecture → docs/architecture-myapp-2026-02-22.md is created
bash scripts/phase-gate-review.sh docs/architecture-myapp-2026-02-22.md "Architecture Review: myapp"

Or submit the plan directly from within your AI session:

# In Claude Code after /prd completes:
planno — review the PRD before we proceed to Phase 3

The agent will call submit_plan with the document content, opening the plannotator UI for review.

Phase Gate Flow

/prd completes → docs/prd-myapp.md created
       ↓
 bash scripts/phase-gate-review.sh docs/prd-myapp.md
       ↓
 plannotator UI opens in browser
       ↓
  [Approve]              [Request Changes]
       ↓                        ↓
 Obsidian saved          Agent revises doc
 bmm-workflow-status     Re-submit for review
 updated automatically
       ↓
 /architecture (Phase 3)

Obsidian Save Format

Approved phase documents are saved to your Obsidian vault with:

---
created: 2026-02-22T22:45:30.000Z
source: plannotator
tags: [bmad, phase-2, prd, myapp]
---

[[BMAD Plans]]

# PRD: myapp
...

Quick Reference

PhaseDocumentGate Command
Phase 1 → 2Product Briefbash scripts/phase-gate-review.sh docs/product-brief-*.md
Phase 2 → 3PRD / Tech Specbash scripts/phase-gate-review.sh docs/prd-*.md
Phase 3 → 4Architecturebash scripts/phase-gate-review.sh docs/architecture-*.md
Phase 4 doneSprint Planbash scripts/phase-gate-review.sh docs/sprint-status.yaml

BMAD TEA Framework Integration

BMAD TEA (Test Architecture) provides comprehensive testing workflows for quality assurance, test automation, and test governance. TEA is a standalone workflow that can be triggered anytime after Phase 3 (Solutioning).

Installation

TEA framework is installed automatically when running the BMAD setup:

bash scripts/install.sh

To skip TEA installation:

bash scripts/install.sh --skip-tea

When to Use TEA

  • After Phase 3 (Solutioning): Set up test framework and design tests
  • During Phase 4 (Implementation): Apply ATDD and automate tests
  • After Phase 4 (Complete): Review tests, assess NFRs, verify traceability
  • Anytime: Learn testing fundamentals or explore workflows

TEA Workflow Commands

CategoryCommandPurpose
Education/tea-discoveryDiscover TEA workflows for your project
Education/tea-tmtTeach Me Testing - 7-session course
Strategy/tea-tdRisk-based Test Design
Foundation/tea-tfTest Framework setup
Foundation/tea-ciCI/CD Quality Gates
Implementation/tea-atATDD (red-phase failing tests)
Implementation/tea-taTest Automation
Audit/tea-rvTest Review (0-100 score)
Audit/tea-nrNFR Assessment
Audit/tea-trTraceability

TEA by Project Level

LevelRequired TEA Workflows
Level 0TF (optional), TA (minimal)
Level 1TF, AT, TA (basic)
Level 2TF, TD, AT, TA, RV, TR
Level 3All TEA workflows + NR
Level 4All TEA workflows + Custom

Typical TEA Integration Flow

Phase 3 Complete (Architecture)
       ↓
/tea-tf → Set up test framework
/tea-td → Risk-based test design
/tea-ci → Configure CI/CD quality gates
       ↓
Phase 4 (Implementation)
       ↓
/tea-at → ATDD for each story (red-phase tests)
/tea-ta → Automate tests as features complete
       ↓
Phase 4 Complete
       ↓
/tea-rv → Comprehensive test review
/tea-nr → NFR assessment
/tea-tr → Traceability verification

Getting Started with TEA

  1. Discover TEA workflows: /tea-discovery
  2. Learn testing fundamentals (optional): /tea-tmt
  3. Set up test framework (after Phase 3): /tea-tf
  4. Apply ATDD during implementation: /tea-at

TEA Workflow Details

/tea-discovery

Interactive discovery of TEA workflows based on your project context. Use this first to understand which TEA workflows are recommended for your project.

/tea-tmt (Teach Me Testing)

7-session fundamental course covering testing concepts, strategies, and best practices. Recommended for team members new to testing.

/tea-td (Test Design)

Risk-based test design that prioritizes test scenarios based on risk assessment. Creates a comprehensive test plan with prioritized test cases.

/tea-tf (Test Framework)

Scaffolds and sets up test framework infrastructure including test runners, mocking, fixtures, and CI/CD integration.

/tea-ci (CI/CD Quality Gates)

Configures automated quality gates in your CI/CD pipeline, ensuring tests run automatically and quality standards are met.

/tea-at (ATDD)

Acceptance Test-Driven Development workflow that creates red-phase failing tests for acceptance criteria before implementation.

/tea-ta (Test Automation)

Automates manual tests and creates comprehensive test suites with execution reports and coverage metrics.

/tea-rv (Test Review)

Comprehensive test review with 0-100 scoring, providing quality assessment and actionable recommendations.

/tea-nr (NFR Assessment)

Non-functional requirements testing assessment covering performance, security, reliability, scalability, and other quality attributes.

/tea-tr (Traceability)

Creates a traceability matrix linking requirements to test cases, ensuring full coverage and compliance.

TEA + plannotator Integration

TEA workflows can also be reviewed with plannotator for quality assurance:

# After test design
bash scripts/phase-gate-review.sh docs/tea-test-design-*.md

# After test review
bash scripts/phase-gate-review.sh docs/tea-test-review-*.md

This ensures test artifacts undergo the same rigorous review process as other BMAD deliverables.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.19%
按下载量换算46

Claude

33.25%
按下载量换算45

Cursor

19.82%
按下载量换算27

Gemini CLI

10.73%
按下载量换算14

安全审计

Gen Agent Trust Hub

未通过

Socket

通过

Snyk

可疑

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills