implement-and-validate
Installation
SKILL.md
Implement a single task from start to finish. Verify with self-review and the validator. Return a report.
Your Task
Implementation Methodology
Implement the specified task using the codagent:implement-with-tdd skill.
Implement exactly what the task specifies — no extra features, refactoring, or improvements beyond scope. Follow existing code patterns and conventions.
Self-Review
After implementation is complete, perform a structured self-review:
- Is every scenario from the task spec implemented?
- Are there any changes not justified by the task spec?
- Are all success criteria met?
- Do all tests and linters pass?
Related skills