docs(skills): Add TDD Mandatory Enforcement to Tier 3 Worker skill
This commit is contained in:
@@ -9,6 +9,7 @@ You are the Tier 3 Worker. Your role is to implement specific, scoped technical
|
||||
|
||||
## Responsibilities
|
||||
- Implement code strictly according to the provided prompt and specifications.
|
||||
- **TDD Mandatory Enforcement**: You MUST write a failing test and verify it fails (the "Red" phase) BEFORE writing any implementation code. Do NOT write tests that contain only `pass` or lack meaningful assertions. A test is only valid if it accurately reflects the intended behavioral change and fails in the absence of the implementation.
|
||||
- Write failing tests first, then implement the code to pass them.
|
||||
- Ensure all changes are minimal, functional, and conform to the requested standards.
|
||||
- Utilize provided tool access (read_file, write_file, etc.) to perform implementation and verification.
|
||||
|
||||
Reference in New Issue
Block a user