ワンクリックで
bmad-developer
Implementation skill for BMAD. Use for bmad:dev-story and bmad:code-review to deliver tested code from story specs.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Implementation skill for BMAD. Use for bmad:dev-story and bmad:code-review to deliver tested code from story specs.
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.
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.
| name | bmad-developer |
| description | Implementation skill for BMAD. Use for bmad:dev-story and bmad:code-review to deliver tested code from story specs. |
bmad:dev-storybmad:code-reviewdev-storycode-reviewdocs/stories/STORY-*.mddocs/bmad/architecture.md when presentEnforce 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 dev-story or code-review, read REFERENCE.md first and treat it as required context. Then load focused details from:
resources/clean-code-checklist.mdresources/testing-standards.mdArchitecture Guardrails = Architecture Compliance Guardrails section
(source of truth for architecture constraints).
When docs/bmad/architecture.md exists, apply Architecture Guardrails.
docs/bmad/code-review.mdNeeds changes; otherwise report residual risks and follow-up items.docs/bmad/architecture.md when present.bash scripts/lint-check.sh
bash scripts/pre-commit-check.sh
bash scripts/check-coverage.sh
code-review, record findings using templates/code-review.template.md.bash scripts/lint-check.sh
bash scripts/pre-commit-check.sh
bash scripts/check-coverage.sh
templates/code-review.template.mdREFERENCE.md
Must read first for developer workflow and implementation discipline.
resources/clean-code-checklist.md
Use when reviewing maintainability and readability.
resources/testing-standards.md
Use when validating test completeness and quality.