bmad-quick-dev

Orchestrate rapid development workflows from tech-specs or direct instructions.

4|1|Updated Sep 30, 2024
One-click install
npx skills add https://github.com/co-cddo/ndx --skill bmad-quick-dev-co-cddo
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: bmad-quick-dev
Source: https://github.com/co-cddo/ndx/tree/main/_bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev
Command: npx skills add https://github.com/co-cddo/ndx --skill bmad-quick-dev-co-cddo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinates fast, spec-driven development by guiding users through a modular Quick Dev workflow that can operate from a tech-spec or direct input.

Core Features & Use Cases

  • Step-file architecture that loads each step fresh to avoid state leakage and ensures deterministic progress.
  • Automatic mode-detection between tech-spec and direct instructions, with explicit NEXT step directives.
  • End-to-end execution loop: context gathering, implementation, testing, and review, with escalation handling.
  • Optional adversarial review to surface and resolve potential issues before release.

Quick Start

Provide a tech-spec file path or direct task instructions to begin the quick-dev workflow.

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 spec-driven development from a tech-spec file?▼

Spec-driven development automation orchestrates a rapid workflow from a tech-spec file path, handling mode detection, context gathering, implementation, testing, and optional adversarial reviews.

What is the step-file architecture approach for workflow execution?▼

Step-file architecture loads each workflow step fresh to avoid state leakage, ensuring deterministic progress and disciplined task execution throughout the rapid development cycle.

Can I execute rapid prototyping without a formal tech-spec?▼

Rapid prototyping supports direct task instructions without a formal tech-spec through automatic mode detection, allowing the workflow to process direct input and guide execution step-by-step.

How do I run an adversarial review before a software release?▼

Adversarial reviews integrate optionally into the execution loop to surface and resolve potential issues before release, functioning as a final validation stage after implementation and testing.

What is the best way to maintain baseline commits during fast prototyping?▼

Fast prototyping maintains baseline commits automatically within the workflow execution loop, preserving stable states and enabling safe rollback while applying step-wise implementation.

How does context gathering work in a spec-driven DevOps workflow?▼

Context gathering in a DevOps workflow operates as the initial phase of the execution loop, collecting necessary project parameters before implementation to ensure accurate step-wise progress.