skills/no-polling-agents/SKILL.md
No Polling for Background Agents
npx skillsauth add vibeeval/vibecosystem no-polling-agentsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
When launching parallel background agents, do NOT poll with sleep loops.
Background agents write to status files when complete. Wait for them naturally.
run_in_background: truesleep 10 && cat status.txt in loops// Launch agents
Task({ ..., run_in_background: true })
Task({ ..., run_in_background: true })
// Continue with other work or conversation
// Agents will write to status file when done
// Only check when needed
cat .claude/cache/status.txt
User feedback: "You can just wait until everyone pings you"
development
Goal-based workflow orchestration - routes tasks to specialist agents based on user goals
tools
Wiring Verification
development
Connection management, room patterns, reconnection strategies, message buffering, and binary protocol design.
testing
VP Engineering perspective - org design (team topologies), process improvement, cross-team dependencies, engineering culture, OKRs, incident management maturity, platform strategy, DX optimization, release management at scale