🎯

bmad-development-execution

🎯Skill

from bacoco/bmad-skills

VibeIndex|
What it does

Implements software stories by writing code, creating tests, and generating implementation documentation with traceability and quality discipline.

πŸ“¦

Part of

bacoco/bmad-skills(12 items)

bmad-development-execution

Installation

npxRun with npx
npx bmad-skills --global
npxRun with npx
npx bmad-skills
npxRun with npx
npx bmad-skills --path /your/custom/path
Install ScriptRun install script
curl -fsSL https://raw.githubusercontent.com/bacoco/bmad-skills/main/scripts/install-to-home.sh | bash
git cloneClone repository
git clone https://github.com/bacoco/bmad-skills.git

+ 11 more commands

πŸ“– Extracted from docs: bacoco/bmad-skills
3Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Implements stories with code and tests.

Overview

# Development Execution Skill

When to Invoke

Automatically activate when user:

  • Says "Implement story X", "Start coding", "Develop this"
  • Asks "Write the code", "Let's code", "Build [feature]"
  • Mentions "implement", "code", "develop"
  • Story file ready (Phase 4)
  • Uses words like: implement, code, develop, build, program, coding

Specific trigger phrases:

  • "Implement story [X]"
  • "Start coding [feature]"
  • "Develop this story"
  • "Let's code"
  • "Write the implementation"
  • "Build [feature]"

Prerequisites:

  • Story file exists (from bmad-story-planning)
  • Architecture patterns defined

Do NOT invoke when:

  • No story file (use bmad-story-planning first)
  • Planning needed (use bmad-product-planning first)
  • Architecture not defined (use bmad-architecture-design first)

Mission

Implement approved stories end-to-end, maintaining transparency, testing discipline, and traceability back to requirements and architecture decisions.

Inputs Required

  • story: developer-ready story file from delivery-planning skill
  • architecture_refs: relevant sections of ARCHITECTURE.md or component notes
  • ux_guidance: UX specs or validations tied to the story
  • quality_plan: scenarios or gates supplied by quality-assurance skill

Outputs

  • Code diffs and test results captured in the working repository
  • Updated story file (Dev Agent Record, status transitions, learnings)
  • implementation-notes.md - Development summary (generated from assets/implementation-notes-template.md.template)
  • Summary of changes, tests, and outstanding risks for stakeholders

Template location: .claude/skills/bmad-development-execution/assets/implementation-notes-template.md.template

Process

  1. Confirm prerequisites via CHECKLIST.md and restate story scope.
  2. Plan implementation steps, identifying affected files and tests.
  3. Apply small, reviewable code changes with explanations and references.
  4. Execute required test suites and capture command output verbatim.
  5. Update story documentation, including Dev Agent Record and status.
  6. Summarize work, highlight follow-ups, and notify orchestrator for next steps.

Quality Gates

All items in CHECKLIST.md must pass before code is considered complete. Never mark a story done without full testing evidence.

Error Handling

If prerequisites or environments are missing:

  • Halt implementation, document the specific blocker, and notify orchestrator.
  • Provide recommended remediation steps (e.g., refresh artifacts, fix failing baseline tests).
  • Avoid speculative changes; keep diffs scoped to the approved story.

More from this repository10

🎯
bmad-ux-design🎯Skill

Designs comprehensive user experiences by creating detailed wireframes, user flows, and design systems aligned with product requirements.

🎯
bmad-security-review🎯Skill

Conducts comprehensive security reviews, identifying vulnerabilities, threat models, and generating prioritized remediation plans for system hardening.

🎯
bmad-product-planning🎯Skill

Generates comprehensive product requirement documents (PRDs), breaks down features into epics, and creates structured roadmaps for product development.

🎯
core-skill-creation🎯Skill

Guides developers through creating specialized Claude skills by providing comprehensive workflows, best practices, and validation processes for extending Claude's capabilities.

🎯
bmad-observability-readiness🎯Skill

Establishes comprehensive observability foundations by designing instrumentation, metrics, logging, and alerting strategies for system performance and reliability.

🎯
openspec-change-proposal🎯Skill

Generates lightweight, concise proposals and task outlines for small code changes and bug fixes with minimal overhead.

🎯
main-workflow-router🎯Skill

Routes and tracks project workflows across OpenSpec (L0-1) and BMAD (L2-4) phases, intelligently guiding users through development stages based on project complexity and intent.

🎯
bmad-discovery-research🎯Skill

Brainstorms and researches project ideas by transforming vague concepts into structured discovery briefs with clear goals, constraints, and opportunities.

🎯
bmad-story-planning🎯Skill

Breaks down product epics into granular, developer-ready user stories with detailed acceptance criteria and task dependencies.

🎯
bmad-test-strategy🎯Skill

Generates comprehensive test strategies, ATDD scenarios, and quality checklists to ensure software meets defined standards and mitigates risks.