progress-tracking ยท diff

git:20260507.8dfdcb4 to git:20260601.da7723a

34 added, 34 removed. Audit C to C.

- ---
+ ---
graph:
domains: [domain:software-engineering]
skillAreas: [skill-area:agentic-loops, skill-area:orchestration-loop]
workflows: [workflow:feature-development]
topics: [topic:developer-experience]
roles: [role:tech-lead, role:backend-engineer]
- ---
-
- # Progress Tracking
-
- Status dashboards, standup reports, and blocked task management with GitHub synchronization.
-
- ## Agent
- Project Tracker - `project-tracker`
-
- ## Workflow
- 1. Gather current state from all sources (tasks, GitHub, artifacts)
- 2. Generate standup report (accomplished, in-progress, blockers, next)
- 3. Manage blocked tasks with categorization and escalation
- 4. Create status dashboard with stream breakdown and traceability
- 5. Verify completion against PRD criteria
- 6. Sync tracking data to GitHub
-
- ## Inputs
- - `projectName` - Project name
- - `featureName` - Feature identifier
- - `githubRepo` - 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 tracking
- - `ccpm-orchestrator.js` - Final tracking report
+ ---
+
+ # Progress Tracking
+
+ Status dashboards, standup reports, and blocked task management with GitHub synchronization.
+
+ ## Agent
+ Project Tracker - `project-tracker`
+
+ ## Workflow
+ 1. Gather current state from all sources (tasks, GitHub, artifacts)
+ 2. Generate standup report (accomplished, in-progress, blockers, next)
+ 3. Manage blocked tasks with categorization and escalation
+ 4. Create status dashboard with stream breakdown and traceability
+ 5. Verify completion against PRD criteria
+ 6. Sync tracking data to GitHub
+
+ ## Inputs
+ - `projectName` - Project name
+ - `featureName` - Feature identifier
+ - `githubRepo` - 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 tracking
+ - `ccpm-orchestrator.js` - Final tracking report