bmad-dev-story

Execute software development stories from markdown specifications with red-green-refactor cycles.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of implementing software development stories by strictly following detailed specifications provided in story files, ensuring adherence to project requirements and development best practices.

Core Features & Use Cases

  • Automated Story Implementation: Executes development tasks based on a structured story file, including tasks, acceptance criteria, and dev notes.
  • Workflow Adherence: Follows a precise red-green-refactor cycle and integrates testing and validation steps.
  • Use Case: When a user says "dev this story [story file path]", the AI will meticulously implement the story, run tests, and update the status, ensuring all requirements are met before marking it ready for review.

Quick Start

Use the bmad-dev-story skill to implement the story found in the file at /path/to/your/story.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 story implementation from a spec file?

Automating story implementation involves executing development tasks directly from a structured story markdown file, managing test execution, and validating acceptance criteria. The AI adheres to project requirements and updates sprint status tracking automatically upon completion.

What is the red-green-refactor cycle in agile development?

The red-green-refactor cycle is a test-driven development workflow where you write a failing test, implement code to pass it, then optimize. This approach integrates testing and validation steps to ensure requirements are met before marking a story ready for review.

How do I execute development tasks based on acceptance criteria in a markdown file?

Executing development tasks from a markdown file requires parsing structured specifications, including tasks and dev notes. The AI meticulously implements the story, runs tests, and updates the status according to a defined workflow before marking it ready for review.

Can I integrate sprint status tracking with automated story implementation?

Integrating sprint status tracking with automated story implementation ensures project management alignment. The workflow executes development tasks, runs tests, and automatically updates the story status to reflect completion and readiness for review.

Does automated story implementation work without external dependencies?

Automated story implementation works without external dependencies by relying on internal references. It processes structured story markdown files to manage task implementation, test execution, and validation according to a defined workflow.

What's the best way to ensure code review readiness for agile stories?

Ensuring code review readiness involves following a precise red-green-refactor cycle and integrating testing and validation steps. The workflow executes development tasks based on story specifications, ensuring all requirements are met before marking the story ready for review.