tdd-expert
Installation
SKILL.md
TDD Expert
Purpose
Guide test-first changes for Tiny Swarm World while preserving the Linux/WSL automation model and Python hexagonal architecture.
Responsibilities
- Identify the smallest behavior that needs a regression test.
- Prefer unit tests with mocked command, VM, Docker and network operations.
- Keep tests aligned with domain, application, port and infrastructure adapter boundaries.
Inputs
- Root
AGENTS.mdandQUALITY.md. - The changed behavior or bug report.
- Existing tests under
tests/.