bmad-testarch-atdd

Generate red-phase ATDD scaffolds and artifact packages for stories.

Updated Sep 27, 2025
One-click install
npx skills add https://github.com/Cbanzaime23/Booking-System --skill bmad-testarch-atdd-cbanzaime23
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-testarch-atdd
Source: https://github.com/Cbanzaime23/Booking-System/tree/main/.agent/skills/bmad-testarch-atdd
Command: npx skills add https://github.com/Cbanzaime23/Booking-System --skill bmad-testarch-atdd-cbanzaime23

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates generation of red-phase ATDD test scaffolds and the associated artifacts to jump-start test-driven development.

Core Features & Use Cases

  • Orchestrates ATDD workflows by loading acceptance criteria and mapping them to test strategy
  • Dispatches API and E2E red-phase scaffold generation subagents and aggregates results
  • Produces an ATDD checklist and provisioning artifacts for downstream development handoff

Quick Start

Run the ATDD workflow to generate red-phase scaffolds for a given story using subagents.

Frequently Asked Questions about bmad-testarch-atdd

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

FAQPage Schema
How do I generate red-phase ATDD test scaffolds for a user story?

Run an ATDD workflow that loads acceptance criteria, maps them to a test strategy, and dispatches API and E2E subagents to produce red-phase scaffolds and a final checklist for downstream handoff.

What are ATDD artifact packages and when do I need them for test-driven development?

ATDD artifact packages bundle red-phase scaffolds, checklists, and metadata outputs needed to jump-start test-driven development and coordinate downstream implementation handoff for a given story.

Can I coordinate both API and E2E test scaffolds in a single ATDD workflow?

Yes, the ATDD workflow dispatches both API and E2E red-phase scaffold generation subagents, aggregates their results, and produces a unified checklist and provisioning artifacts for the story.

What is the best way to automate acceptance test-driven development scaffolding?

Automating ATDD scaffolding involves orchestrating a workflow that maps acceptance criteria to test strategies, coordinates subagents for scaffold generation, and saves artifacts and metadata for downstream use.

Does this ATDD workflow require any external dependencies or components?

No external dependencies or components are required; the workflow operates standalone to generate scaffolds, checklists, and metadata by coordinating its internal API and E2E subagents.

Why use a red-phase ATDD scaffold instead of writing tests manually?

Red-phase ATDD scaffolds automate the initial test structure generation from acceptance criteria, ensuring consistent strategy mapping and producing handoff artifacts that reduce manual setup effort.