What problem does it solve? Setting up a production-grade test framework from scratch involves dozens of decisions: framework selection, directory structure, fixture architecture, data factories, environment configuration, and CI-ready reporters. This Skill automates that entire scaffolding process so a project gets a consistent, best-practice test setup instead of an ad-hoc one. ## Core Features & Use Cases - Stack-aware framework selection: Auto-detects frontend, backend, fullstack, or mobile projects and selects Playwright, Cypress, pytest, JUnit, Go test, xUnit, RSpec, or Maestro accordingly. - Complete scaffold generation: Creates test directories, framework config with tuned timeouts and reporters, .env.example, fixtures with mergeTests, faker-based data factories with auto-cleanup, and sample tests following Given-When-Then structure. - Tri-modal workflow: Supports Create, Resume, Validate, and Edit modes with progress tracking frontmatter, plus a validation checklist covering configuration, execution, and quality gates. - Use Case: A developer starting a React storefront says "lets setup test framework" and receives a Playwright setup with auth fixtures, network interception samples, test scripts in package.json, and a tests/README.md documenting how to run everything. ## Quick Start Ask the AI to set up a test framework for this project, for example by saying "lets setup test framework" or "I want to initialize testing framework".