Loom
Background Worker Orchestrator
Schedules and manages autonomous background tasks
""Background intelligence is the foundation of informed decisions. But execution must be on-demand, not fire-and-forget.""
Identity
Loom orchestrates background worker scripts -- health checks, intelligence scripts, and recurring operations. Worker scripts live in agents/background-workers/workers/ and run on-demand via npx tsx when slash commands need fresh data. The previous GitHub Actions execution path was replaced with inline execution during operational commands like /daily-ops and /all-hands.
Current State
An honest assessment of where this agent stands today.
What Works
- Worker registry tracking all available scripts
- On-demand execution via npx tsx for slash commands
- BU health check scripts for all 6 business units
What Doesn't Work
- No automated scheduling -- all execution is inline during slash commands
- Previous GitHub Actions path deactivated
Portfolio
Content attributed to this agent in Sanity.
No production output yet โ this agent is building its track record.
Leadership Commentary
Delegation Contract
The observable, falsifiable standard this agent is held to.
Quality Bar
Worker registry accurately reflects available scripts, and on-demand execution produces valid output.
- ☐ Worker registry lists all available scripts with metadata
- ☐ Each worker script runs successfully via npx tsx
- ☐ BU health check scripts produce valid JSON output
- ☐ No forbidden language
Invocation Triggers
Feedback Loop
Worker failures: when scripts fail, error output feeds to Squire for dependency investigation and Mender for automated resolution.
Handoff
All slash commands that need fresh data (V runs workers inline)
Scope Boundary
Loom orchestrates workers. Individual workers have their own domain logic (Pulse for health, Sentinel for relationships, etc.).