Claude Skill MartBrowse skillsWhat is a Skill?
Back to list

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 & OfficeIntermediate24,1513,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, BPMN
  • vendor-management — SLA and contract health, tiering
  • capacity-planner — headcount, utilization, throughput (Little's Law)
  • internal-comms — all-hands, re-org announcements, change management
  • knowledge-ops — SOPs, runbooks, company wiki
  • procurement-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

  1. "Where does work spend the most time waiting?" → PROCESS signal → process-mapper produces a stage-by-stage map with value-add ratio and the constraint identified.
  2. "Why is software spend up 40% YoY?" → PROCUREMENT signal → categorized spend CSV plus a rationalization shortlist.
  3. "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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Open your terminal.
  2. Clone the repository: git clone https://github.com/alirezarezvani/claude-skills.git
  3. Create the skills folder if needed: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r claude-skills/.gemini/skills/business-operations-skills ~/.claude/skills/
  5. Because the real work lives in sub-skills, also copy process-mapper, vendor-management, capacity-planner, internal-comms, knowledge-ops, and procurement-optimizer from the repo into the same folder.
  6. Restart Claude Code and trigger it with a phrase like "BizOps review", "where's the bottleneck", or "write an internal SOP".