# implement-plan > Implement new code and tests. Use when given a asked to implement a plan. - Author: Micaherb - Repository: Micaherb/claude-skill-nesting - Version: 20260209181919 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-10 - Source: https://github.com/Micaherb/claude-skill-nesting - Web: https://mule.run/skillshub/@@Micaherb/claude-skill-nesting~implement-plan:20260209181919 --- --- name: implement-plan description: Implement new code and tests. Use when given a asked to implement a plan. --- # Implementation Plan Implement new code and tests while maintaining good development practices. --- ## Key Steps 1. Write down Plan steps at the top of your todo list. 2. Make commits (using the `commit` skill) whenever a section of code has been completed - For shorter plans, this may typically involve one commit for code, another commit for tests 3. Tests should cover new branches in logic. If tests already cover all logic barnches, no code needs to be added 4. Tests should be checked for passign status after being added