bmad-quick-dev

Implement user requirements through structured multi-step development workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill bridges the gap between high-level user requirements and production-ready code by enforcing a disciplined, step-by-step development workflow that ensures quality, testability, and architectural consistency.

Core Features & Use Cases

  • Step-File Architecture: Executes complex development tasks through a sequence of atomic, self-contained steps to prevent context rot and ensure progress tracking.
  • Automated Planning & Review: Generates structured specifications, performs adversarial code reviews, and maintains a clear audit trail for every change.
  • Use Case: Use this when you need to implement a new feature, fix a bug, or refactor a component, ensuring the resulting code is reviewed, tested, and aligned with project standards.

Quick Start

Activate the bmad-quick-dev skill to begin implementing a new feature by following the guided planning and development steps.

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 feature development to ensure reviewable and testable code?

Automated feature development uses a structured, multi-step workflow to translate user intent into hardened code. It enforces testable acceptance criteria and incremental artifact building to guarantee code quality and architectural consistency.

What is the best way to handle complex architectural refactoring without losing context?

Architectural refactoring is managed through a step-file architecture that executes tasks as atomic, self-contained steps. This prevents context rot, ensures progress tracking, and maintains a clear audit trail for every change.

Can I use an automated workflow for both bug fixes and new feature implementation?

An automated workflow supports both bug fixes and new feature implementation by generating structured specifications and performing adversarial code reviews. This ensures all code changes are aligned with project standards and fully tested.

Does automated code generation perform adversarial code reviews?

Automated code generation includes rigorous adversarial reviews as part of its core workflow. It generates structured specifications, reviews the output code adversarially, and maintains an audit trail to ensure production-ready quality.

Why does my software engineering workflow suffer from context rot during long tasks?

Context rot occurs when complex software engineering workflows lack structured, atomic step execution. By breaking down development into self-contained steps, the workflow prevents context loss and ensures consistent progress tracking.