一键导入
bmad-shared
Shared state and template helper skill for BMAD. Provides reusable YAML contracts and deterministic scripts used by orchestrator and phase skills.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Shared state and template helper skill for BMAD. Provides reusable YAML contracts and deterministic scripts used by orchestrator and phase skills.
用 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.
Architecture skill for BMAD. Use for bmad:architecture and bmad:gate-check to produce system design and verify requirement coverage.
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-shared |
| description | Shared state and template helper skill for BMAD. Provides reusable YAML contracts and deterministic scripts used by orchestrator and phase skills. |
Provide shared workflow state contracts and helper scripts for all BMAD skills.
Enforce 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 shared helper workflows, read REFERENCE.md first.
Treat REFERENCE.md as required context for state semantics and update rules.
config-readstatus-updatenext-recommendationworkflows.registry.yaml
REFERENCE.md
Shared script semantics and state rules.
helpers.md
Shared implementation conventions and migration notes.
Current scripts:
bash scripts/load-project-config.sh bmad/project.yaml
bash scripts/load-global-config.sh
bash scripts/update-workflow-status.sh --workflow product_brief --status-file bmad/workflow-status.yaml
bash scripts/next-workflow.sh bmad/workflow-status.yaml
Compatibility wrappers:
scripts/load-config.sh -> wrapper to load-project-config.shscripts/update-status.sh -> wrapper to update-workflow-status.shscripts/check-phase.sh -> wrapper to next-workflow.shyq v4+ for all YAML reads and writes