Guides the implementation inner loop with TDD practices. Use when coding a feature, writing tests, following red-green-refactor cycle, or working through acceptance criteria incrementally.
This skill inherits all available tools. When active, it can use any tool Claude has access to.
Task Progress:
- [ ] Write test that defines desired behavior
- [ ] Scaffold target symbols (empty bodies) to avoid "not found" errors
- [ ] Confirm test fails for the right reason
Task Progress:
- [ ] Implement minimum code to pass
- [ ] No extra features or cleanup yet
- [ ] Confirm test passes
Task Progress:
- [ ] Improve code quality
- [ ] Keep tests green
- [ ] Remove duplication
For each acceptance criterion:
As you work, update "Completed Work Summary":