Test Scaffolding Skill Generate test file scaffolds for source files, enabling TDD workflows. Scaffolds contain TODO stubs that the test-engineer agent fills during lane execution. Variables | Variable | Default | Description | |----------|---------|-------------| | SOURCE FILES | [] | List of source files to scaffold tests for | | TEST FRAMEWORK | auto | Framework to use (auto-detects from manifest) | | OUTPUT DIR | tests/ | Where to place generated test files | | NAMING CONVENTION | language-default | Test file naming pattern | | INCLUDE FIXTURES | true | Generate fixture stubs | | STUB STY…