install
source · Clone the upstream repo
git clone https://github.com/a5c-ai/babysitter
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/a5c-ai/babysitter "$T" && mkdir -p ~/.claude/skills && cp -r "$T/library/methodologies/ccpm/skills/progress-tracking" ~/.claude/skills/a5c-ai-babysitter-progress-tracking && rm -rf "$T"
manifest:
library/methodologies/ccpm/skills/progress-tracking/SKILL.mdsource content
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
- Project nameprojectName
- Feature identifierfeatureName
- GitHub repository (optional)githubRepo
- Task list (optional)tasks
- Execution results (optional)executionResults
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
- Standalone trackingccpm-tracking.js
- Final tracking reportccpm-orchestrator.js