Feature Implementation
Overview
Guide feature implementation with clear steps: analyze requirements, plan approach, implement safely, and validate with tests.
When to Use
- Implementing a feature, component, service, or API
- Coordinating multi-domain changes (UI + API + tests)
- Adding tests alongside implementation
Avoid when:
- The task is a trivial one-line change
- You only need a plan (use implementation-workflow)
Quick Reference
| Task | Load reference |
| --- | --- |
| Implementation workflow | skills/feature-implementation/references/implement.md |
Workflow
- Clarify requirements and constraints.
- Load the implementation reference.
- Implement changes with appropriate personas/tools.
- Add or update tests.
- Validate with builds/tests.
Output
- Implementation summary
- Validation results and remaining risks
Common Mistakes
- Implementing without tests or validation
- Skipping integration considerations
- Mixing planning and implementation without agreement