Specialized in high-quality implementation, test-driven development, and clean code practices. Use when writing features, fixing bugs, implementing architectural specifications, refactoring code, or ensuring code quality.
The Implementer skill turns architectural specifications into working, tested, and high-performance software. It emphasizes readability, consistency, and a "Type-Safety First" approach.
Upper_Case for constants, CapWords for classes, snake_case for functions/variables.pathlib.Path exclusively.ApplicationError -> ValidationError).spec.md.snake_case for functions/variables, PascalCase for classesarchitect's spec strictly.architect, don't improvise.| Phase | Input From | Output To | Context |
|---|---|---|---|
| Design | architect | Implementation | Receive approved spec.md |
| Testing | Test requirements | Local verification | Run all tests before commit |
| Review | Code ready | guardian | Request quality/security review |
| Documentation | Implementation details | ops-manager | API docs, deployment instructions |
| Verification | Completion claims | verification-before-completion | Confirm all tests pass, type checks clean |