business-operations-skills

Routes internal business operations inquiries to six BizOps sub-skills and returns digests.

25.3k|3.6k|Updated Oct 19, 2025
One-click install
npx skills add https://github.com/alirezarezvani/claude-skills --skill business-operations-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: business-operations-skills
Source: https://github.com/alirezarezvani/claude-skills/tree/main/business-operations/skills/business-operations-skills
Command: npx skills add https://github.com/alirezarezvani/claude-skills --skill business-operations-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Internal operations questions — process bottlenecks, vendor SLA health, capacity planning, SOP authoring, procurement spend — require different analytical playbooks, and picking the wrong one wastes time. This orchestrator classifies the inquiry by keyword signals, forks context to the right sub-skill, and returns a concise digest so the parent conversation stays clean.

Core Features & Use Cases

  • Deterministic signal-based routing: Classifies prompts across six lanes (process-mapper, vendor-management, capacity-planner, internal-comms, knowledge-ops, procurement-optimizer) using a two-signal confidence threshold.
  • Forked context execution: Heavy ingestion like vendor catalogs and SOP source documents stays in the forked context; the parent thread receives a digest of 200 words or fewer with findings, next actions, and artifact paths.
  • Grill-with-docs questioning: Asks one forcing question per turn with a recommended answer anchored in cited operations canon (Goldratt, Little's Law, Lean) before locking a lane.
  • Use Case: Ask "why is our software spend up 40% YoY" and get routed to procurement-optimizer, which produces a spend categorization artifact and a digest with cited findings.

Quick Start

Ask the assistant to run a BizOps review of your vendor SLAs and process bottlenecks using the business-operations-skills orchestrator.

Frequently Asked Questions about business-operations-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route a business operations question to the right sub-skill?

The orchestrator classifies your prompt using a signal table of keywords across six lanes: process, vendor, capacity, comms, knowledge, and procurement. Two matching signals trigger confident routing; one signal triggers a single clarifying question with a recommended lane.

What sub-skills does the business operations orchestrator include?

It routes to six sub-skills: process-mapper for bottleneck analysis, vendor-management for SLA and contract health, capacity-planner for headcount modeling, internal-comms for announcements, knowledge-ops for SOPs and runbooks, and procurement-optimizer for spend audits.

How is business-operations-skills different from c-level-advisor or business-growth?

BizOps covers internal tactical operations like process maps and vendor scorecards. The c-level-advisor COO skill handles strategic judgment calls, and business-growth covers the external sales motion such as CSM and RevOps, not internal operations.

Does the orchestrator call external APIs or store state between sessions?

No. All sub-skill Python tools are stdlib-only by design and make no external API calls. Every invocation is self-contained with no state persisted across sessions, and outputs are saved as artifacts in your working directory.

What happens when a request spans multiple operations lanes?

The orchestrator runs the highest-confidence lane first in a forked context, returns a digest, then asks for explicit confirmation before chaining into the second lane. It never chains sub-skills silently.