bmad-dev-story

Automates end-to-end story implementation by guiding agents through sprint task workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end story implementation by guiding agents through a context-filled sprint story specification and enforcing a standardized, auditable workflow.

Core Features & Use Cases

  • Context-driven loading of project and story information to tailor implementation guidance.
  • Stepwise execution flow that covers loading context, identifying first-incomplete tasks, implementing via red-green-refactor, validating with tests, updating DoD and sprint status, and documenting changes.
  • Use Case: A developer receives "dev this story" or "implement the next story in the sprint plan" prompts and gets a ready-to-follow, tracked workflow with status updates and documentation outputs.

Quick Start

Provide a story file path to begin implementing the story through the guided workflow.

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 from start to finish?

You can automate sprint story implementation by guiding agents through context-filled sprint story specifications, enforcing stepwise execution that covers loading context, red-green-refactor coding, and updating sprint status.

What is the best way to enforce test-driven-development during story implementation?

Enforce test-driven-development during story implementation by applying a stepwise execution flow that requires agents to follow red-green-refactor cycles, validate task completion with tests, and check Definition of Done criteria.

How do I maintain project context when executing dev-workflow tasks across a sprint?

Maintain project context during dev-workflow execution by using context-driven loading of project and story information, which tailors implementation guidance and ensures architectural compliance for each sprint story.

Can I update sprint-status and DoD checks automatically after implementing a story?

Yes, you can update sprint-status and Definition of Done checks automatically because the workflow validates implemented tasks, updates sprint tracking, and generates documentation outputs as part of its stepwise execution flow.

Do I need a specific story file format to start the dev workflow?

You need to provide a sprint story file path to start the dev workflow, which the system uses to load project context, identify incomplete tasks, and guide the subsequent implementation steps.

Why does automated story implementation require architectural guidance?

Automated story implementation requires architectural guidance to ensure that the code generated by agents satisfies project-specific design constraints, passes Definition of Done checks, and maintains standardized auditable execution.