One-click install
npx skills add https://github.com/GenEducation/GenedUIProject --skill bmad-agent-dev-geneducation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-agent-dev
Source: https://github.com/GenEducation/GenedUIProject/tree/main/.gemini/skills/bmad-agent-dev
Command: npx skills add https://github.com/GenEducation/GenedUIProject --skill bmad-agent-dev-geneducation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a senior developer agent that turns approved stories into working code while keeping implementation tightly aligned to acceptance criteria, team standards, and test requirements.

Core Features & Use Cases

  • Story-Driven Implementation: Follows the story file in order and executes tasks and subtasks without skipping steps.
  • Test-First Delivery: Creates and verifies comprehensive tests before marking work complete.
  • Developer Agent Workflow: Supports code implementation, QA test generation, code review, sprint planning, and story preparation.
  • Use Case: A team hands over an approved story and the Skill implements the changes, updates the record, and reports completion with file-level precision.

Quick Start

Ask Amelia to execute the approved story and return only the implementation status, changed files, and test results.

Frequently Asked Questions about bmad-agent-dev

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

FAQPage Schema
How do I execute approved software stories with test-driven development?

Test-driven development for approved software stories requires executing tasks in strict order, creating comprehensive passing tests, and updating the story file with file-level documentation of all changes before marking work complete.

What is the best way to automate code implementation from sprint planning to story execution?

Automating code implementation from sprint planning involves using a developer agent workflow that handles story preparation, code changes, test generation, and code review while ensuring completion aligns with acceptance criteria and team standards.

Can I use a developer agent for code review and QA test generation?

Yes, a developer agent supports code review and QA test generation by applying test-first delivery to verify comprehensive tests pass, updating story records, and reporting completion with file-level precision.

Does story-driven code implementation skip subtasks during story execution?

Story-driven code implementation does not skip subtasks; it follows the story file sequentially, executing ordered tasks and subtasks to ensure all code changes and test requirements align with approved acceptance criteria.

Why does test-first delivery require comprehensive passing tests before code implementation is complete?

Test-first delivery requires comprehensive passing tests to verify code changes meet acceptance criteria, ensuring the developer agent updates the story file and documents all changes before reporting the task as complete.