# Feature Workflow
Task:
{{prompt}}
Execution plan:
1. Understand the existing context, constraints, and interfaces involved.
2. Implement the feature with the smallest coherent set of changes.
3. Test the user-facing behavior and any critical edge cases.
4. Document the outcome, including notable assumptions or follow-up work.
Response format:
- Context
- Implementation
- Testing
- Documentation