streaming-progress
// Emit real-time progress events for streaming UI consumption.
$ git log --oneline --stat
stars:384
forks:73
updated:March 4, 2026
SKILL.mdreadonly
Streaming Progress
Emit real-time progress events for streaming UI consumption.
Agent
Progress Streamer - automaker-progress-streamer
Workflow
- Receive progress event from execution stage
- Format event with timestamp and stage information
- Calculate completion percentage
- Generate human-readable summary
- Include machine-readable data for UI rendering
- Emit formatted event
Inputs
projectName- Project namefeatureId- Feature being trackedevent- Progress event with stage, message, data
Outputs
- Formatted streaming event with progress metrics
Process Files
automaker-orchestrator.js- Phase 3 (batch progress)automaker-agent-execution.js- All stages