| name | implement |
| description | Execute an approved plan with focused edits, iterative verification, and strict attention to repo boundaries. |
Implementation Skill
Use this skill when research and planning are complete.
Execution Rules
- Edit only the files required by the plan.
- Verify incrementally with focused commands.
- Keep context tight around the touched paths.
- Split work if one file or subsystem starts carrying too much responsibility.
- Report verification results and any remaining risks.
Practical Checks
- targeted
pytest for touched modules
ruff check for touched packages when practical
mypy on the narrowest relevant surface when practical