Streaming progress
Skill a5c-ai/babysitter/library/methodologies/automaker/skills/streaming-progress
Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration
npx -y skills add a5c-ai/babysitter --skill streaming-progressAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.0 KB, as published. Nobody here has run it
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