bmad-dev-story

Automate Agile development story implementation from task execution to review preparation.

1|Updated May 31, 2026
One-click install
npx skills add https://github.com/sfines/slf-llm-wiki-py --skill bmad-dev-story-sfines
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-dev-story
Source: https://github.com/sfines/slf-llm-wiki-py/tree/main/.agents/skills/bmad-dev-story
Command: npx skills add https://github.com/sfines/slf-llm-wiki-py --skill bmad-dev-story-sfines

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the implementation of development stories, ensuring every step is followed precisely, from initial task identification to final review preparation.

Core Features & Use Cases

  • Story Implementation Automation: Execute story implementation following a story spec file.
  • Story Discovery: Automatically find and load the next ready story for development.
  • Task Execution: Follows a red-green-refactor cycle for task implementation.
  • Validation and Testing: Ensures all tasks are completed, tested, and documented.
  • Review Preparation: Marks stories as ready for review after completion.

Quick Start

Use the bmad-dev-story skill to implement the next story in the sprint plan by saying, "dev this story [story file]" or "implement the next story in the sprint plan".

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 Agile story implementation for my sprint?

Agile story implementation is automated by executing Python scripts that read a story spec file, follow a red-green-refactor cycle for tasks, and mark the story ready for review.

What is the best way to execute development stories using a red-green-refactor cycle?

Executing development stories with a red-green-refactor cycle is handled by task automation scripts that validate tests, implement code, and ensure all story tasks are completed and documented.

How do I automatically discover and load the next ready story for development?

Discovering the next ready story for development is achieved by running a script that automatically finds and loads the next story file in the sprint plan for execution.

Can I automate code review preparation for completed development stories?

Code review preparation for completed development stories is supported by validating all tasks, running tests, and automatically marking the story as ready for final review.

Do I need Python scripts and configuration files to run task automation for sprint development?

Python scripts and configuration files are required to run task automation for sprint development, ensuring precise execution of story implementation and validation steps.