π Progress Tracking Skill
name: progress-tracking
description: Track task progress, visualize completion status, and maintain project momentum
π― Purpose
Track and visualize progress on tasks, features, and projects to maintain momentum and transparency.
π When to Use
- Starting a new task/project
- During long-running tasks
- Reporting progress to stakeholders
- Managing multiple parallel tasks
π Progress Format
Task Checklist
## Task: [Task Name]
### Progress: ββββββββββ 80%
- [x] Step 1: Setup
- [x] Step 2: Implementation
- [x] Step 3: Testing
- [ ] Step 4: Documentation
- [ ] Step 5: Deploy
Visual Progress Bar
Empty: ββββββββββ 0%
Quarter: ββββββββββ 25%
Half: ββββββββββ 50%
3/4: ββββββββββ 75%
Complete: ββββββββββ 100%
π Progress Indicators
Status Emoji
| Status |
Emoji |
Meaning |
| Not Started |
βͺ |
Waiting |
| In Progress |
π΅ |
Working |
| Blocked |
π΄ |
Needs help |
| Review |
π‘ |
Pending review |
| Complete |
π’ |
Done |
Priority Markers
| Priority |
Marker |
Urgency |
| Critical |
π΄ P0 |
Immediate |
| High |
π P1 |
This sprint |
| Medium |
π‘ P2 |
Soon |
| Low |
π’ P3 |
Eventually |
ποΈ Project Progress Template
# Project: [Name]
## Overall Progress: ββββββββββ 60%
### Milestones
| Milestone | Status | Due | Progress |
|-----------|--------|-----|----------|
| MVP | π΅ In Progress | Jan 20 | 75% |
| Beta | βͺ Not Started | Feb 1 | 0% |
| Launch | βͺ Not Started | Feb 15 | 0% |
### Current Sprint
- [x] π’ Feature A - Complete
- [x] π’ Feature B - Complete
- [ ] π΅ Feature C - In Progress (80%)
- [ ] βͺ Feature D - Not Started
### Blockers
- π΄ Waiting for API credentials
- π΄ Design review pending
π Metrics to Track
| Metric |
Description |
Example |
| Completion % |
Tasks done / Total |
8/10 = 80% |
| Velocity |
Tasks per day |
3 tasks/day |
| Blockers |
Number of blocks |
2 blockers |
| Time remaining |
Est. time to complete |
2 hours |
π Update Workflow
Start Task
β
βΌ
Mark as π΅ In Progress
β
βΌ
Update progress % periodically
β
βΌ
Hit blocker? β Mark π΄ Blocked
β
βΌ
Complete β Mark π’ Done
β
βΌ
Update overall project %
π Daily Progress Report
## π
Daily Progress - [Date]
### Completed Today β
- [Task 1]
- [Task 2]
### In Progress π΅
- [Task 3] - 60% done
- [Task 4] - Started
### Blocked π΄
- [Issue description]
### Tomorrow's Plan π
- [ ] Task 5
- [ ] Task 6
π Related Skills
documentation - Document progress
project-setup - Define project scope
memory-system - Persist progress state