What problem does it solve? Teams practicing TDD often skip the red phase or write acceptance tests after implementation, losing the design feedback loop. This Skill generates failing-first acceptance test scaffolds from a story's acceptance criteria before any code exists, complete with fixtures, data factories, and a developer-ready implementation checklist. ## Core Features & Use Cases - Red-Phase Scaffold Generation: Creates E2E, API, and component tests marked with test.skip() that fail for the right reasons once activated, following Given-When-Then structure. - Test Infrastructure: Produces faker-based data factories, auto-cleanup Playwright fixtures, mock requirements, and required data-testid attribute lists. - Tri-Modal Workflow: Supports Create, Resume, Validate, and Edit modes with step-file architecture, progress tracking frontmatter, and checklist-based validation. - Use Case: Given a user story for guest checkout with five acceptance criteria, the Skill maps each criterion to prioritized E2E and API tests, generates the scaffolds, and hands developers a task-by-task red-green-refactor roadmap. ## Quick Start Ask the agent to write acceptance tests for a story file using ATDD, providing the path to the story markdown with its acceptance criteria.