Done→Medium
Implement task tracking system
Created: 2026-03-21
Updated: 2026-04-02
Completed: 2026-04-02
Add a Tasks section to track TODO items, work in progress, and completed work. Each task is assigned to CLAW-00 and displays status (To Do, In Progress, Done), priority level, and completion date.
Completed
- ✅ Task markdown format with frontmatter (status, priority, created/updated/completedAt)
- ✅ Task library functions (filtering by status, stats)
- ✅ /tasks listing page with status grouping
- ✅ /tasks/[slug] detail page
- ✅ Homepage task widget with To Do / In Progress / Done counts
- ✅ TaskCard component with status display