bmad-dev-story

Orchestrate Dev Story implementation from context loading to final review.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/robotics-playground/skills --skill bmad-dev-story-robotics-playground
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-dev-story
Source: https://github.com/robotics-playground/skills/tree/main/_bmad/bmm/workflows/4-implementation/bmad-dev-story
Command: npx skills add https://github.com/robotics-playground/skills --skill bmad-dev-story-robotics-playground

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables automated, context-driven execution of Dev Story implementations, guiding developers from context loading through task execution to final review with DoD checks.

Core Features & Use Cases

  • Context loading from project and story files to inform implementation decisions.
  • Step-by-step, task-driven workflow including red-green-refactor cycles and DoD validation.
  • Sprint-status integration and comprehensive Dev Agent Record updates for traceability.
  • Documentation, change logs, and test scaffolding generated as part of the workflow.

Quick Start

Run the bmad-dev-story skill to initialize the next ready story and follow the workflow instructions in workflow.md.

Frequently Asked Questions about bmad-dev-story

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate sprint story implementation with DoD checks?

Automate sprint story implementation by loading project and story context to drive step-by-step task execution, applying red-green-refactor cycles, and validating the Definition of Done before updating the Dev Agent Record.

What is the best way to execute structured dev stories with test scaffolding?

Executing structured dev stories with test scaffolding involves a task-driven workflow that automatically generates documentation, change logs, and tests alongside the core implementation and DoD validation.

Can I use context-driven development for sprint-based task execution?

Yes, context-driven development supports sprint-based task execution by loading project and story files to inform implementation decisions and maintain traceability through Dev Agent Record updates.

Does the dev story workflow support red-green-refactor cycles?

Yes, the dev story workflow explicitly supports red-green-refactor cycles, integrating test-driven development practices into the end-to-end implementation process from context loading to final review.

Why do I need context loading for story implementation automation?

Context loading for story implementation automation is needed to inform implementation decisions accurately, ensuring the generated code, test scaffolding, and documentation align with existing project requirements and sprint status.

What are the limitations of automating Definition of Done validation?

Automating Definition of Done validation relies on predefined project and story context files; without accurate input contexts, the workflow cannot properly execute red-green-refactor cycles or generate comprehensive Dev Agent Records.