Use when running, diagnosing, or designing internal business operations — process documentation, vendor SLAs, capacity planning, internal comms, SOP/runbook authoring, procurement spend. Triggers on "BizOps review", "where's the bottleneck", "vendor health", "internal SOP", "all-hands deck", "spend categorization", "capacity for Q3", "process mapping". Forks context to route to one of six BizOps s
cd ~/.claude/skills
git clone https://github.com/alirezarezvani/claude-skills.git claude-skills mkdir -p ~/.claude/skills/business-operations-skills
curl -fsSL https://raw.githubusercontent.com/alirezarezvani/claude-skills/HEAD/.gemini/skills/business-operations-skills/SKILL.md \
-o ~/.claude/skills/business-operations-skills/SKILL.md The BizOps surface is internal: how the company actually runs. This orchestrator forks its conversation context, routes your inquiry to one of six sub-skills, then returns a tight digest to the parent thread. The heavy ingestion (vendor catalogs, process interviews, multi-doc SOP intake) stays in the forked context.
| Symptom | Sub-skill to route to |
|---|---|
| ”Where does the work spend most of its time waiting?” | process-mapper |
| ”Is this vendor delivering against the SLA?” | vendor-management |
| ”Do we have enough people to ship in Q3?” | capacity-planner |
| ”I need to brief the company on a re-org” | internal-comms |
| ”Write me a runbook for the incident response process” | knowledge-ops |
| ”Why is our software spend up 40% YoY?” | procurement-optimizer |
The orchestrator classifies the inquiry by signals detected in the prompt. Two-signal threshold for confident routing; one-signal triggers a clarifying question.
| Signal class | Keywords | Sub-skill |
|---|---|---|
| PROCESS | bottleneck, cycle time, waiting, handoff, BPMN, process map, workflow | process-mapper |
| VENDOR | vendor, supplier, SLA, contract, third-party, MSA, SaaS subscription, renewal | vendor-management |
| CAPACITY | headcount, capacity, utilization, planning, hiring sequence, FTE | capacity-planner |
| COMMS | all-hands, internal newsletter, announcement, change management, FAQ, town hall | internal-comms |
| KNOWLEDGE | SOP, runbook, knowledge base, wiki, playbook, documentation, onboarding doc | knowledge-ops |
| PROCUREMENT | spend, procurement, purchase, supplier rationalization, software audit, SaaS sprawl | procurement-optimizer |
If signals are mixed (e.g., “vendor SLA + spend audit”), run the highest-confidence sub-skill first, then chain into the second one in a follow-up forked turn.
If no signal class scores ≥ 2, ask one clarifying question naming the two most likely candidates. Do NOT guess silently.
Derived from Matt Pocock’s grill-with-docs pattern: explore-then-ask, one question per turn with a recommended answer, walk the decision tree depth-first, track dependencies, anchor every challenge in the documented canon (references/).
Before any clarifying question, check:
vendor-management, no question needed)?procurement-Q3.csv → procurement)?If the codebase resolves the lane, route silently. Don’t ask.
Matt’s rule: never bundle questions. Never default to “what do you think?”. Always offer your recommendation.
Pattern:
Q1/1: [precise question naming the two candidate lanes]
Recommended: [Lane X, because <one-sentence rationale from the signal table>]
(Confirm, or override?)
Wait for the user’s response. Then route. Never guess silently after a turn that asked a question.
If the user’s inquiry legitimately crosses two lanes (e.g., “vendor SLA + spend audit” = VENDOR + PROCUREMENT), walk the tree depth-first:
Do NOT chain silently. Each fork is an explicit user-confirmed step.
Each sub-skill is invoked with the original prompt + a digest of any structured inputs (file paths, JSON inputs). The fork keeps heavy ingestion (vendor catalog, process transcripts, SOP source documents) out of the parent context.
When the sub-skill completes, return a ≤ 200-word digest to the parent thread:
The parent agent can then ask follow-ups (each triggering new forked invocations).
When the user has provided enough context to enter a lane, the orchestrator may grill them on the decisions inside that lane before invoking the sub-skill. One question per turn, each with a recommended answer + canon citation. Examples:
Never run a sub-skill until the lane-defining decision is locked.
business-growth/* — that’s the external sales motion (CSM, sales engineering, RevOps). BizOps is internal.c-level-advisor/coo-advisor — that’s strategic COO judgment (“should we restructure?”). BizOps is tactical (“here’s the process map with bottlenecks”).engineering/slo-architect — that’s system reliability with SLO/SLI/error budgets. process-mapper is business process reliability, not system reliability.engineering/llm-wiki — that’s a personal PKM (Karpathy’s pattern). knowledge-ops is company-wide SOP authoring.Every sub-skill produces at least one artifact (markdown, CSV, or JSON) saved to the user’s working directory. The orchestrator surfaces the file path in the digest.
c-level-advisor/coo-advisor for strategic COO framingdocumentation/implementation/bizops-commercial-expansion-plan.mdCreate beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.
Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images
Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or
Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working w
Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.