install
source · Clone the upstream repo
git clone https://github.com/JenCW/brandedflow
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/JenCW/brandedflow "$T" && mkdir -p ~/.claude/skills && cp -r "$T/business-os/operations" ~/.claude/skills/jencw-brandedflow-operations && rm -rf "$T"
manifest:
business-os/operations/skill.mdsource content
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.