关于
The Flexible Testing skill provides a pragmatic framework for software quality, specifically tailored for indie developers using Swift/SwiftUI or TypeScript. It introduces a dual-mode workflow that allows users to toggle between 'Production Mode' for rigorous, test-first development on critical paths like security and business logic, and 'Prototype Mode' for rapid iteration where tests can be deferred. By offering specific implementation patterns for XCTest and Vitest, this skill helps developers gain high confidence in their codebases without the productivity drain of dogmatic 100% test coverage.