bmad-dev-story

Executes story implementations from spec files across sprint workflows with built-in validation.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/ldk-hub/broke-shopping --skill bmad-dev-story-ldk-hub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-dev-story
Source: https://github.com/ldk-hub/broke-shopping/tree/main/_bmad/bmm/4-implementation/bmad-dev-story
Command: npx skills add https://github.com/ldk-hub/broke-shopping --skill bmad-dev-story-ldk-hub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end execution of story implementations from context-filled spec files within a sprint workflow, enabling repeatable, auditable development.

Core Features & Use Cases

  • Orchestrates red-green-refactor cycles, test generation, DoD validation, and sprint-status updates directly from story files and Dev Notes.
  • Provides structured guidance for architecture alignment, risk assessment, and implementation traceability across tasks and subtasks.
  • Use Case: A developer resumes a paused story by loading its context, executing the first incomplete task, and iteratively validating with tests until complete.

Quick Start

Load a context-filled story spec file and run the Dev Story workflow to start implementation.

Frequently Asked Questions about bmad-dev-story

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

FAQPage Schema
How do I execute story implementation from a context spec file?

To execute story implementation, load a context-filled spec file into the sprint workflow to trigger automated red-green-refactor cycles, test creation, and DoD validation directly from your story files.

What is a red-green-refactor cycle in test-driven development?

A red-green-refactor cycle in test-driven development is an iterative process where you write a failing test, write code to pass the test, and then refactor the code while maintaining test validation across story files.

Can I resume a paused story implementation halfway through a sprint?

Yes, you can resume a paused story implementation by loading its context spec file, executing the first incomplete task, and iteratively validating progress with tests until all DoD criteria are satisfied.

Does this story workflow tool provide architecture guidance during implementation?

Yes, the story workflow provides structured architecture guidance, risk assessment, and implementation traceability across tasks and subtasks to ensure alignment with project specifications.

What's the best way to track sprint status and Dev Notes during test-driven development?

The best way to track sprint status and Dev Notes is to automate updates directly from your story files, ensuring file tracking, task completion, and DoD validation are recorded as artifacts throughout the development cycle.

Do I need pre-written spec files to run the dev story workflow?

Yes, you need context-filled spec files as input to run the dev story workflow, because the automated execution, test generation, and sprint-status updates depend entirely on the context provided within those story files.