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.""
What is this agent's job?
Schedules and manages autonomous background tasks
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.
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
Scope Boundary
Loom orchestrates workers. Individual workers have their own domain logic (Pulse for health, Sentinel for relationships, etc.).
What Works / What Doesn't
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
What can this agent touch?
Handoff
All slash commands that need fresh data (V runs workers inline)
What has this agent produced?
Recent Runs
Run history coming soon — instrumentation in flight.
Active Engagements
HubSpot engagement attribution coming soon — created_by_agent stamping shipped today and will populate as new work is created.
Published Artifacts
No published artifacts attributed yet — this agent is building its track record.