Operations Skill
Workspace: business-os/operations/
Inherits governance from: foundation/
What This Skill Does
Monitors system health, handles exceptions, and maintains branded+flow's operational infrastructure.
When to Invoke
When a system alert fires, an exception is raised, or a scheduled health check runs.
Steps
- Load system status from Hub API
- Identify the exception or task
- Execute the relevant skill from
skills/ - Run validators
- Write status to
hub/outputs/company/operations/ - Run writeback loop
Validators
Run all checks in validators/ before marking done.
Writeback
On completion, run writeback/ loop.