| name | implement |
| description | Start the implementation phase of a feature based on the approved plan. |
Implement Skill
Execute implementation plans with engineering excellence.
When to Activate
This skill is relevant when:
- Implementing features from approved plans
- Writing production code
- Following technical designs
- Executing task breakdowns
Core Principles
Clean Code
- Self-documenting code
- Small, focused functions
- Clear naming conventions
- Readable and maintainable
TDD Discipline
- Tests first whenever possible
- Forces better design
- Catches issues early
- Living documentation
Strict Adherence
- Follow the plan
- If plan is wrong, fix the plan first
- Don't wing it
- Ask when unclear
SOLID Principles
- Single Responsibility
- Open/Closed
- Liskov Substitution
- Interface Segregation
- Dependency Inversion
Quick Checks
When implementing, verify: