bmad-dev-story

Automate software development story implementation from a context-filled spec file.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/thavirak-svay/rentify-backend --skill bmad-dev-story-thavirak-svay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-dev-story
Source: https://github.com/thavirak-svay/rentify-backend/tree/main/_bmad/bmm/workflows/4-implementation/bmad-dev-story
Command: npx skills add https://github.com/thavirak-svay/rentify-backend --skill bmad-dev-story-thavirak-svay

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the implementation of software development stories by providing detailed context and guiding the developer through the implementation process.

Core Features & Use Cases

  • Story Implementation Automation: Automates the execution of story implementation following a context-filled story spec file.
  • Contextual Guidance: Provides comprehensive technical guidance, architecture requirements, and previous learnings from Dev Notes.
  • Task Tracking: Tracks the progress of implementation tasks and subtasks, ensuring all requirements are met.
  • Quality Assurance: Ensures code quality through tests, linting, and static checks.
  • Use Case: Ideal for developers implementing user stories in a sprint planning context, where detailed context and step-by-step guidance are crucial for efficient and accurate implementation.

Quick Start

Use the bmad-dev-story skill with the command '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 story implementation from a spec file?

Story implementation automation executes development stories by following a context-filled story spec file, handling discovery, task tracking, code implementation, testing, and quality assurance.

What is the best way to track story implementation tasks and subtasks?

Story implementation task tracking monitors the progress of implementation tasks and subtasks directly from a story spec file, ensuring all technical requirements and architecture constraints are met.

Does story implementation automation work with Python for code review and testing?

Story implementation automation requires Python and specific libraries to execute task validation, run tests, perform linting, and conduct static code analysis for quality assurance.

Can I use contextual guidance for sprint planning and story implementation?

Contextual guidance provides comprehensive technical requirements, architecture details, and previous learnings from Dev Notes to drive story implementation within a sprint planning context.

How to ensure code quality during automated story implementation?

Automated story implementation ensures code quality by executing tests, linting, and static checks after code implementation to validate that all story requirements are fulfilled.

What are the limitations of automating story implementation with spec files?

Automating story implementation requires a pre-defined context-filled story spec file and a Python environment with specific libraries; without these, task execution and validation cannot proceed.