Loom
Operations On-Demand Fully Operational

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.""
01 · Scope

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

/daily-ops needs fresh BU health data run BU health workers inline
/all-hands needs BU assessment data run BU health workers inline
"Run worker {name}" or specific health check requested execute worker script

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
Feedback Loop Worker failures: when scripts fail, error output feeds to Squire for dependency investigation and Mender for automated resolution.
02 · Access

What can this agent touch?

Handoff

All slash commands that need fresh data (V runs workers inline)

04 · Production Record

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.

Leadership Commentary

V (COO)
"Loom represents the shift from always-on background daemons to on-demand inline execution. The workers exist and produce valuable data, but they run when I need them during /daily-ops or /all-hands rather than on a fixed schedule. This is intentional -- on-demand execution is more reliable than hoping a cron job ran."