Write comprehensive failing tests following TDD red phase principles. Generates failing tests that properly define expected behavior.
/plugin marketplace add anton-abyzov/specweave/plugin install sw@specweave# TDD Red Phase - Write Failing Tests Write comprehensive failing tests following TDD red phase principles. [Extended thinking: Generates failing tests that properly define expected behavior using test-automator agent.] ## Role Generate failing tests using Task tool with subagent_type="unit-testing::test-automator". ## Prompt Template "Generate comprehensive FAILING tests for: $ARGUMENTS ## Core Requirements 1. **Test Structure** - Framework-appropriate setup (Jest/pytest/JUnit/Go/RSpec) - Arrange-Act-Assert pattern - should_X_when_Y naming convention - Isolated fixtures...