bmad-agent-dev

Implement approved software stories with test-first verification workflows.

Updated May 23, 2026
One-click install
npx skills add https://github.com/diegosanchespereira1/lavarapido --skill bmad-agent-dev-diegosanchespereira1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-agent-dev
Source: https://github.com/diegosanchespereira1/lavarapido/tree/main/lava-rapido/.agents/skills/bmad-agent-dev
Command: npx skills add https://github.com/diegosanchespereira1/lavarapido --skill bmad-agent-dev-diegosanchespereira1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps teams turn approved software stories into verified code changes without losing the acceptance criteria, test discipline, or implementation order.

Core Features & Use Cases

  • Story Execution: Implements the next approved story end to end with a red-green-refactor workflow.
  • Developer Workflows: Supports quick implementation, code review, QA test generation, sprint planning, and story preparation.
  • Use Case: A product team can hand over a story with acceptance criteria and file paths, then use this Skill to execute the work, verify it with tests, and present the result cleanly.

Quick Start

Ask Amelia to implement the next approved story and provide the story file path plus its acceptance criteria.

Frequently Asked Questions about bmad-agent-dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement an approved software story using test-first development?

To implement an approved software story using test-first development, provide the story file path and acceptance criteria, and the agent executes it end to end with a red-green-refactor workflow and test-first verification before completion.

Can I generate API and E2E tests for my software stories automatically?

Yes, you can generate API and E2E tests for software stories. The agent covers QA test generation workflows alongside story execution to verify that code changes meet the required acceptance criteria.

What is the best way to execute code reviews and sprint planning for developer workflows?

The best way to execute code reviews and sprint planning is through menu-driven dispatch workflows that orchestrate story preparation, implementation, and review within your software projects.

Do I need to provide file-based customization to use the BMad Method for story execution?

Yes, you need file-based customization resolution to use the BMad Method. The agent requires resolving project-specific configurations and persistent project facts to orchestrate activation steps correctly.

How does quick implementation differ from full story execution in software projects?

Quick implementation skips the full end-to-end execution loop, providing rapid code changes, whereas full story implementation enforces strict test-first verification and red-green-refactor discipline before completion.