Token导航 LogoToken导航TokenDH.com
前端设计执行命令github未标认证来源可访问许可证需确认审计异常

bmadbmad 命令行

Agent Skill

bmad 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

326

周安装

14

GitHub Stars

2

下载量

114
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/akillness/oh-my-gods --skill bmad

简介

用于管理 BMAD 开发流程阶段,适合新项目启动或现有流程修复。

  • 适用于路由工作到分析、规划、方案或实施等具体阶段,并生成对应交付物清单。
  • 使用时需聚焦阶段目标而非泛化实现,优先通过命令行推进而非文档堆砌。
  • 安装命令:npx skills add https://github.com/akillness/oh-my-gods --skill bmad。
  • 建议结合仓库上下文使用,避免在无代码基础时强行套用模板。

SKILL.md

bmad

Use bmad when the job is choosing or advancing a BMAD phase, not when the user mainly needs fuzzy-front-end ideation or a one-off implementation hack. Keep the entrypoint focused on phase routing, artifact gates, and the next command. Push setup and detailed workflow reference into supporting files.

When to use this skill

  • Start BMAD on a new project or repair an incomplete BMAD setup
  • Check current BMAD phase and choose the next required artifact or command
  • Route work between Analysis, Planning, Solutioning, and Implementation
  • Decide whether the next deliverable should be a product brief, PRD, tech spec, architecture doc, sprint plan, or story
  • Gate a completed phase document through plannotator before advancing
  • Add TEA or SSD work only when the project level or artifact type calls for it

Use a narrower sibling skill instead when:

  • the main job is brainstorming, design thinking, innovation strategy, or story framing before structured delivery: use bmad-idea
  • the main job is implementation execution across agents: use omg, omc, omx, team, or another execution workflow
  • the user already knows the exact artifact they want and only needs help writing it: use a more specific documentation or planning skill

Instructions

Step 1: Classify the BMAD request before suggesting commands

Sort the request into one or two lanes:

  • bootstrap: no BMAD state yet, missing config, or first-time setup
  • phase-status: project already uses BMAD and needs the current phase or next action
  • artifact-routing: the user has a goal and needs the right BMAD artifact
  • phase-gate: a product brief, PRD, tech spec, architecture doc, or sprint artifact is ready for review
  • extensions: TEA, SSD, or fabric support around an already-chosen BMAD step

Do not dump the full BMAD command catalog before the lane is clear.

Step 2: Choose the project level and next artifact

Use resources/workflow-phases.md and REFERENCE.md to decide what is required versus optional:

  • Level 0-1: usually tech spec, sprint planning, and stories; skip architecture unless the change has real architectural impact
  • Level 2+: PRD plus architecture are usually the main path before implementation
  • Level 3-4: analysis artifacts and stronger review discipline matter more

If the user is still shaping the idea rather than planning delivery, route to bmad-idea first instead of forcing BMAD too early.

Step 3: Use the lightest supporting surface that fits

Load only the reference that matches the need:

  • SETUP.md for installation, /workflow-init, config bootstrap, and initial plannotator wiring
  • REFERENCE.md for project levels, workflow-status logic, file layout, and routing details
  • resources/workflow-phases.md for the per-phase artifact decision
  • resources/tea-workflows.md only when TEA quality gates are relevant
  • resources/fabric-patterns.md only when improving or analyzing a BMAD artifact with fabric

Keep the main skill short and avoid re-expanding every phase detail inline.

Step 4: Treat plannotator as the phase gate, not an optional garnish

Before moving from one major phase artifact to the next:

  • review the current artifact with bash scripts/phase-gate-review.sh <doc>
  • do not reopen the same unchanged document if it already has a terminal review result
  • revise and resubmit when the review requests changes
  • confirm the workflow status file reflects the reviewed artifact before claiming the phase is complete

Step 5: Layer TEA, SSD, and fabric only when justified

Use extensions with intent:

  • TEA when the project needs explicit quality strategy, NFR coverage, or release-gate decisions
  • SSD when Phase 2 needs machine-readable specs such as OpenAPI, JSON Schema, or BDD artifacts before architecture and implementation
  • fabric when a BMAD artifact needs analysis or tightening before review

Do not force every BMAD run through every extension.

Step 6: Verify the BMAD path actually advanced

Before claiming success, prove the relevant state change:

  • bootstrap: bmad/config.yaml and docs/bmm-workflow-status.yaml exist
  • phase-status: the current phase and next required command are grounded in the tracked workflow state
  • phase-gate: the reviewed artifact exists and the gate outcome is recorded
  • extension work: the new spec, test artifact, or improved document exists in the expected path

Examples

Example 1: Start BMAD for a new project

Input:

I want to use BMAD for a medium-sized SaaS feature. Where do I start?

Expected shape:

  • classifies this as bootstrap plus project-level triage
  • chooses the likely level and explains why
  • starts with /workflow-init, then routes to the first required artifact

Example 2: Resume the next BMAD phase

Input:

We already finished the PRD. What should come next in BMAD?

Expected shape:

  • treats this as phase-status or artifact-routing, not fresh setup
  • checks whether the PRD was reviewed before advancing
  • routes Level 2+ work toward architecture rather than jumping straight to code

Example 3: Keep fuzzy-front-end work out of core BMAD

Input:

I need brainstorming and design thinking before I write the spec.

Expected shape:

  • recognizes that the user is still in ideation rather than structured BMAD
  • routes the request to bmad-idea
  • returns to bmad only after the idea is ready for phase-based delivery

Example 4: Gate a phase document before moving forward

Input:

The PRD is done. Review it before we move to architecture.

Expected shape:

  • treats this as a phase-gate request
  • uses scripts/phase-gate-review.sh
  • preserves the approve or revise loop instead of skipping the review step

Best practices

  1. Keep BMAD focused on phase routing and artifact progression
  2. Pick the project level before prescribing the artifact path
  3. Route ideation-first work to bmad-idea instead of bloating bmad
  4. Use plannotator as the actual phase gate before advancement
  5. Load only the supporting file that matches the current lane
  6. Add TEA, SSD, or fabric only when the artifact or risk profile justifies it
  7. Verify tracked state and output files instead of assuming BMAD advanced

References

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.25%
按下载量换算40

Claude

30.38%
按下载量换算35

Cursor

16.82%
按下载量换算19

Gemini CLI

8.24%
按下载量换算9

安全审计

Gen Agent Trust Hub

未通过

Socket

通过

Snyk

可疑

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/akillness/oh-my-gods --skill bmad 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

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

来源信息

继续浏览同类 Skills