一键导入
bmad-architect
Architecture skill for BMAD. Use for bmad:architecture and bmad:gate-check to produce system design and verify requirement coverage.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Architecture skill for BMAD. Use for bmad:architecture and bmad:gate-check to produce system design and verify requirement coverage.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Orchestrates Codex BMAD workflows. Use for bmad:init, bmad:status, and bmad:next to manage project setup, state tracking, and phase routing.
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.
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-architect |
| description | Architecture skill for BMAD. Use for bmad:architecture and bmad:gate-check to produce system design and verify requirement coverage. |
bmad:architecturebmad:gate-checkarchitecturegate-checkMode selection:
architecture when docs/bmad/architecture.md does not exist or requirements changed materially.gate-check when architecture exists and the team needs a formal implementation-readiness decision.docs/bmad/prd.md or docs/bmad/tech-spec.md)docs/bmad/architecture.md) for gate-check modebmad/project.yaml level and constraintsEnforce 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 architecture or gate-check, read REFERENCE.md first.
Treat REFERENCE.md as required context, then load relevant resources and templates.
architecture -> docs/bmad/architecture.mdgate-check -> docs/bmad/gate-check.mdresources/gate-check-criteria.md and report pass/fail gaps.Load and apply resources/gate-check-criteria.md as the single source of truth for:
PASS / CONDITIONAL PASS / FAIL thresholdsAlways save docs/bmad/gate-check.md using templates/gate-check.template.md.
Required sections:
PASS, CONDITIONAL PASS, or FAIL)architecture mode:
bash scripts/nfr-checklist.sh
bash scripts/validate-architecture.sh docs/bmad/architecture.md
gate-check mode:
bash scripts/validate-architecture.sh docs/bmad/architecture.md
bash scripts/nfr-checklist.sh
templates/architecture.template.md
Why: full architecture structure with design decisions and NFR mapping.
templates/gate-check.template.md
Why: deterministic gate-check report format with objective pass criteria.
REFERENCE.md
Must read first for architecture workflow details and design decision quality criteria.
resources/architecture-patterns.md
Use when selecting monolith, modular monolith, microservices, or other patterns.
resources/nfr-mapping.md
Use to map performance, security, scalability, and reliability requirements.
resources/gate-check-criteria.md
Use as mandatory criteria source for gate-check scoring and decision thresholds.