# 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 1. Load system status from Hub API 2. Identify the exception or task 3. Execute the relevant skill from `skills/` 4. Run validators 5. Write status to `hub/outputs/company/operations/` 6. Run writeback loop ## Validators Run all checks in `validators/` before marking done. ## Writeback On completion, run `writeback/` loop.