The implementing-new-features agent skill
Provide guidelines on how to implement new features in a project. Should be used when adding or updating features.
Implement features in small increments
When implementing new features, break them down into small, incremental changes. Each change should be self-contained and focused on a specific aspect of the feature. This approach allows for easier testing, review, and integration.