| name | task-implementation |
| description | Execute next task from Implementation Plan. Use when user asks to implement next task, start next feature, or continue implementation. |
Task Implementation
Workflow
- Review
docs/Implementation Plan.mdto identify next pending task by priority order - Review
docs/PROJECT_OVERVIEW.mdto understand project context - Assess task size and choose approach:
- Small: Implement directly
- Medium: Design complete solution before coding
- Large: Review
.cursor\skills\task-splitting\SKILL.mdto break into 2-3 subtasks
- Implement with edge case tests to maintain coverage (Design for Testability)
- Run
make cito verify - Review
.cursor\skills\docs-maintenance\SKILL.mdto update documentation