Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

Business Operations — Domain Orchestrator

Routes internal-ops questions by keyword signals into one of six BizOps sub-skills (process, vendor, capacity, comms, SOP, procurement) and returns a short, citation-backed digest.

AutomationIntermediate24,1513,405AI score 8/10Last updated: Aug 9, 2026

What it does

  • Detects keyword "signals" in your prompt and routes to the right sub-skill: process-mapper, vendor-management, capacity-planner, internal-comms, knowledge-ops, or procurement-optimizer.
  • Requires two signals for confident routing; with only one it asks exactly one clarifying question naming the two candidate lanes plus a recommendation — never guesses silently.
  • Keeps heavy ingestion (vendor catalogs, process transcripts, SOP sources) in a forked context and returns a ≤200-word digest: what was analyzed, top 3 findings, top 3 next actions, artifact paths, and one cited challenge.
  • Grounds pushback in operations canon (Theory of Constraints, Little's Law, Lean, DORA, Gartner TPRM) instead of generic advice.

Who it's for

  • Ops leads, COO staff, chiefs of staff, and PMOs at organizations with 10+ people.
  • Anyone repeatedly diagnosing process bottlenecks, vendor SLA health, or quarterly capacity.
  • Teams standardizing runbooks, SOPs, and all-hands/internal announcements.

Example uses

  1. "Where does work wait longest in our approval flow?" → PROCESS signal → process map plus bottleneck report artifact.
  2. "Software spend is up 40% YoY — why?" → PROCUREMENT signal → SaaS sprawl and duplicate-contract analysis.
  3. "Review the vendor SLA and audit the spend" → cross-lane detected → runs the higher-confidence lane first, then asks for explicit confirmation before chaining the second.

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/alirezarezvani/claude-skills/HEAD/.gemini/skills/business-operations-skills/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

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. Make sure git and Claude Code are installed.
  2. Clone the repo: git clone https://github.com/alirezarezvani/claude-skills.git /tmp/claude-skills
  3. Create the skills folder if needed: mkdir -p ~/.claude/skills
  4. Copy this skill: cp -r /tmp/claude-skills/.gemini/skills/business-operations-skills ~/.claude/skills/
  5. Because it is an orchestrator, also copy the sibling sub-skills it routes to (process-mapper, vendor-management, capacity-planner, internal-comms, knowledge-ops, procurement-optimizer) if present: cp -r /tmp/claude-skills/.gemini/skills/* ~/.claude/skills/
  6. Restart Claude Code and test with: "BizOps review — where's the bottleneck in our employee onboarding process?"
  7. If Claude asks one clarifying question about the lane, confirm or override it — that's the intended behavior.