name: implement-feature description: Implement a feature or fix a bug following the project's code patterns and conventions. Use when code changes are needed. argument-hint: "[feature or bug description]"
Implement Feature
Implement the following:
$ARGUMENTS
Implementation Checklist
- Read existing code before making changes
- Follow existing patterns in the codebase
- Write clean code with proper type annotations where applicable
- Handle errors at system boundaries
- Verify the build passes
Key Conventions
- Follow existing code style and patterns
- Keep functions small and focused
- Use meaningful variable and function names
- Handle errors properly
- Write code that is maintainable and testable