bmad-quick-dev

Implement code from technical specifications with testing and adversarial review.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of implementing code based on provided technical specifications or direct user instructions, streamlining the development cycle.

Core Features & Use Cases

  • Tech-Spec Implementation: Takes a technical specification file and executes the defined tasks.
  • Direct Instruction Execution: Implements code directly from user prompts, inferring context and steps.
  • Use Case: A developer receives a ticket with a link to a tech-spec.md file detailing a new API endpoint. They use this Skill to automatically generate the endpoint code, write unit tests, and ensure it adheres to project patterns.

Quick Start

Use the bmad-quick-dev skill to implement the quick tech spec located at ./specs/feature-x.md.

Frequently Asked Questions about bmad-quick-dev

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

FAQPage Schema
How do I automate code implementation from a technical specification?

You can automate code implementation from a technical specification by processing the spec file through an execution flow that manages context gathering, direct implementation, unit testing, and adversarial code review.

Can I generate code and unit tests directly from a markdown spec file?

Yes, you can generate code and unit tests from a markdown spec file. The tool reads the technical specification, infers the necessary steps, and executes the defined tasks to produce the implementation and tests.

What is the best way to implement a new API endpoint from a tech spec?

The best way to implement an API endpoint from a tech spec is to use an automated workflow that handles mode detection, baseline commit capture, iterative progress tracking, and code review to ensure project pattern adherence.

Do I need a Git repository to execute a tech spec implementation workflow?

You do not strictly need a Git repository to execute a tech spec implementation workflow. The process operates within a Git repository or as a standalone process, capturing baseline commits for iterative progress when available.

Does automated tech spec implementation include adversarial code review?

Automated tech spec implementation includes adversarial code review as part of its execution flow. This ensures the generated code is tested and reviewed against project patterns before completing the focused development task.