progress-tracking
// Status dashboards, standup reports, and blocked task management with GitHub synchronization.
$ git log --oneline --stat
stars:384
forks:73
updated:March 4, 2026
SKILL.mdreadonly
Progress Tracking
Status dashboards, standup reports, and blocked task management with GitHub synchronization.
Agent
Project Tracker - project-tracker
Workflow
- Gather current state from all sources (tasks, GitHub, artifacts)
- Generate standup report (accomplished, in-progress, blockers, next)
- Manage blocked tasks with categorization and escalation
- Create status dashboard with stream breakdown and traceability
- Verify completion against PRD criteria
- Sync tracking data to GitHub
Inputs
projectName- Project namefeatureName- Feature identifiergithubRepo- GitHub repository (optional)tasks- Task list (optional)executionResults- Execution results (optional)
Outputs
- Standup report with accomplished/in-progress/blockers/next
- Status dashboard with visual progress indicators
- Blocked task report with resolution suggestions
- Completion verification status
Process Files
ccpm-tracking.js- Standalone trackingccpm-orchestrator.js- Final tracking report