Business Operations Orchestrator (BizOps)
Routes internal-operations questions to one of six BizOps sub-skills — process, vendor, capacity, comms, knowledge, procurement — and returns a ≤200-word digest.
Docs & OfficeIntermediate★ 24,151⑂ 3,405AI score 8/10Last updated: Aug 9, 2026
What it does
This orchestrator handles the internal surface of a company. It classifies your prompt against a deterministic signal table and routes to one of six sub-skills:
process-mapper— bottlenecks, cycle time, handoffs, BPMNvendor-management— SLA and contract health, tieringcapacity-planner— headcount, utilization, throughput (Little's Law)internal-comms— all-hands, re-org announcements, change managementknowledge-ops— SOPs, runbooks, company wikiprocurement-optimizer— spend categorization, SaaS sprawl
Heavy ingestion (vendor catalogs, interview transcripts, SOP sources) stays in a forked context; the parent thread receives only a short digest: what was analyzed, three cited findings, three next actions, artifact paths, and one canon-anchored challenge question.
Who it's for
- Ops leads, chiefs of staff, and COOs at organizations with 10+ people
- Teams standardizing process docs, runbooks, and vendor governance
- Anyone who prefers repeatable, artifact-producing analysis over LLM prose
Examples
- "Where does work spend the most time waiting?" → PROCESS signal →
process-mapperproduces a stage-by-stage map with value-add ratio and the constraint identified. - "Why is software spend up 40% YoY?" → PROCUREMENT signal → categorized spend CSV plus a rationalization shortlist.
- "Review vendor SLAs and audit spend" → two lanes detected → highest-confidence lane runs first, second only after you explicitly confirm the chain.
· · · Install guide · · ·
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the .gemini/skills/business-operations-skills folder from the GitHub repo alirezarezvani/claude-skills into my ~/.claude/skills/business-operations-skills/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/alirezarezvani/claude-skills.git /tmp/claude-skills && cp -r /tmp/claude-skills/.gemini/skills/business-operations-skills ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open your terminal.
- Clone the repository:
git clone https://github.com/alirezarezvani/claude-skills.git - Create the skills folder if needed:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r claude-skills/.gemini/skills/business-operations-skills ~/.claude/skills/ - Because the real work lives in sub-skills, also copy
process-mapper,vendor-management,capacity-planner,internal-comms,knowledge-ops, andprocurement-optimizerfrom the repo into the same folder. - Restart Claude Code and trigger it with a phrase like "BizOps review", "where's the bottleneck", or "write an internal SOP".
View source on GitHub ↗License: MIT