Brandedflow operations

Operations Skill

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.md
source 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

  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.