bmad-quick-dev

Implement code changes through a structured five-step workflow with adversarial review.

Updated May 5, 2026
One-click install
npx skills add https://github.com/devalexanderdaza/bmad-any --skill bmad-quick-dev-devalexanderdaza
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-quick-dev
Source: https://github.com/devalexanderdaza/bmad-any/tree/main/.agents/skills/bmad-quick-dev
Command: npx skills add https://github.com/devalexanderdaza/bmad-any --skill bmad-quick-dev-devalexanderdaza

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates slow, inconsistent, or off-pattern code implementation by enforcing a structured workflow that ensures all code artifacts follow your project's existing architecture, patterns, and conventions, reducing rework and review time.

Core Features & Use Cases

  • Structured 5-Step Workflow: Guides you through intent clarification, spec planning, implementation, adversarial review, and final presentation to deliver shippable code.
  • BMAD Workflow Integration: Syncs with sprint status, supports team/personal customization via TOML overrides, and handles both epic story-aligned and freeform intent tasks.
  • Scope & Quality Guardrails: Enforces single-goal scope standards, ready-for-development spec validation, and automated review loops to catch gaps before code is finalized.
  • Use Case: A developer wants to add a dark mode toggle to their existing React app; this skill guides them through scoping the work, generating a compliant spec, implementing it, running adversarial review, and producing a review-ready artifact with a suggested review order.

Quick Start

Use the bmad-quick-dev skill to implement your feature, bug fix, or refactor request by following its guided workflow from intent clarification to final review-ready code.

Frequently Asked Questions about bmad-quick-dev

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

FAQPage Schema
How do I implement feature requests into code that matches my existing project architecture?

To implement feature requests into matching code, a structured workflow enforces scope standards and validates ready-for-development specs to ensure new artifacts follow your existing architecture, patterns, and conventions with minimal rework.

What is the best way to turn user intent into production-ready code fast?

Turning user intent into production-ready code fast requires a 5-step process: intent clarification, spec planning, implementation, adversarial code review, and final presentation to deliver shippable, reviewable changes.

How does adversarial code review work during feature implementation?

Adversarial code review works by applying automated review loops during the implementation phase to catch gaps and enforce single-goal scope standards before the final code artifacts are finalized and presented for review.

Can I use this workflow for both epic story-aligned tasks and freeform intent implementation?

Yes, you can use this workflow for both epic story-aligned tasks and freeform intent implementation across full-stack projects, synchronizing sprint status and supporting team or personal customization via TOML overrides.

How do I generate a compliant spec for a bug fix or refactoring task?

To generate a compliant spec for a bug fix or refactoring task, the workflow guides you through intent clarification and spec planning, validating that requirements are ready for development before code implementation begins.

What are the limitations of automated scope enforcement for code implementation?

Automated scope enforcement for code implementation limits scope to single-goal standards, meaning multi-goal change requests must be broken down into separate tasks before entering the implementation and review workflow.