一键导入
bmalph
BMAD master agent — navigate phases. Use when the user asks about bmalph.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
BMAD master agent — navigate phases. Use when the user asks about bmalph.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Systematically retrieve and address PR code review comments using make pr-comments. Use when handling code review feedback or addressing PR comments.
Codex entrypoint for post-implementation BMAD FR/NFR review gates. Use after a PR, feature, or bugfix has BMAD specs and must be checked against every functional requirement, non-functional requirement, expanded quality dimension, Wikipedia system quality attribute, generated positive/negative/ edge test case, automated test and CI coverage expectation, flaky-test risk, whole-codebase impact surface, manual-test expectation, GitHub review comments and requested-changes state, and CI check before completion.
Run a BMAD spec-driven post-implementation review gate. Use after implementing a GitHub PR, feature, bugfix, or task with BMAD specs to verify every FR/NFR, pinned NonFunctionals.com NFR category, expanded quality dimension, Wikipedia system quality attribute, positive/negative/edge test case, automated test and CI coverage expectation, flaky-test risk, whole-codebase impact surface, manual test expectation, QA best practice, GitHub review comments and requested-changes state, and CI check before completion.
Design LLM-powered modules with Clean Architecture boundaries, SOLID, DRY, KISS, and provider-agnostic ports/adapters. Use when adding prompt workflows, model/provider clients, tool orchestration, AI review automation, agent skills, or other LLM-backed capabilities.
advanced elicitation. Use when the user asks about advanced elicitation.
adversarial review. Use when the user asks about adversarial review.
| name | bmalph |
| description | BMAD master agent — navigate phases. Use when the user asks about bmalph. |
| metadata | {"managed-by":"bmalph"} |
This wrapper requires local BMALPH assets under _bmad/, which this repository intentionally keeps out of git.
If _bmad/ is missing in a fresh clone or workspace, run make bmalph-setup first.
If BMALPH is already installed and you need to restore local files or reapply this repository's planning artifacts under specs/, rerun make bmalph-setup.
First consult .claude/skills/AI-AGENT-GUIDE.md and .claude/skills/SKILL-DECISION-GUIDE.md to determine the correct approach before proceeding.
Use _bmad/COMMANDS.md as the master BMALPH command catalog. Name and route work
through the command listed there first, then load only the backing agent or
workflow files required by that command.
Use the help workflow at _bmad/core/skills/bmad-help/workflow.md when the user
is asking how to navigate BMAD, what to do next, or which command to use.
When another skill delegates BMALPH work to subagents, hand off the concrete
command name from _bmad/COMMANDS.md as the primary instruction surface rather
than sending only raw workflow-file paths.