851 B
851 B
auto_execution_mode, description
| auto_execution_mode | description |
|---|---|
| 0 | Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions red-green-refactor, wants integration tests, or asks for test-first development. |
Workflow: tdd
-
Context Analysis:
- The user wants to build features or fix bugs using TDD. Treat this as the primary input for the skill.
-
Load Skill:
- Use the
view_filetool to read the skill file at:.windsurf/skills/tdd/SKILL.md
- Use the
-
Execute:
- Follow the instructions in the
SKILL.mdexactly. - Plan → Tracer Bullet → Incremental Loop → Refactor
- One test at a time, only enough code to pass current test.
- Follow the instructions in the
-
On Error:
- If interface changes are needed: Confirm with user first
- If unsure which behaviors to test: Ask user to prioritize