bmad-dev-story

Automate Dev Story implementation from context loading to DoD validation.

Updated May 5, 2026
One-click install
npx skills add https://github.com/b566776/whitebox --skill bmad-dev-story-b566776
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-dev-story
Source: https://github.com/b566776/whitebox/tree/main/.gemini/skills/bmad-dev-story
Command: npx skills add https://github.com/b566776/whitebox --skill bmad-dev-story-b566776

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end Dev Story implementation workflow by consuming a context-filled story spec and producing aligned code, tests, and documentation.

Core Features & Use Cases

  • Comprehensive Dev Story execution pipeline from context loading to DoD validation
  • Generates tests, updates sprint-status, and records a detailed Change Log automatically
  • Supports iterative, red-green-refactor cycles with traceable Dev Agent Records

Quick Start

Provide the story file path and start the workflow to implement the next ready-for-dev story.

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 a Dev Story implementation workflow end-to-end?

Automate sprint-status updates by running a Dev Story implementation workflow that executes red-green-refactor cycles. It automatically records a detailed Change Log and completion reporting after validating the Definition of Done.

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

Automate test generation during Dev Story implementation by consuming a context-filled story spec. The workflow produces aligned tests and applies iterative red-green-refactor cycles to ensure code meets the Definition of Done.

Do I need a specific story spec format to automate Definition of Done validation?

Yes, a context-filled story spec is required to start the workflow. Provide the story file path to load project context and execute the end-to-end pipeline until DoD validations are satisfied.

How do I generate code and tests from a story spec using AI-assisted development?

Generate aligned code and tests by feeding a context-filled story spec into the AI-assisted development workflow. It processes the spec to produce code, tests, and documentation while maintaining traceable Dev Agent Records.

When should I not use an automated Dev Story execution pipeline?

Avoid using an automated Dev Story execution pipeline for software projects that do not use Dev Stories, sprint planning, or AI-assisted development. The workflow specifically relies on these frameworks to execute tasks and validate DoD.