Skip to content
Development
Command

/cs-bizops

Top-level Business Operations router. Routes the inquiry to one of six BizOps sub-skills (process, vendor, capacity, comms, knowledge, procurement) and returns a digest. Invokes the business-operations-skills orchestrator (context: fork).

From plugin
claude-skills
24k116 skills100 agents116 commands1 MCP
Install
$ npx -y skills add alirezarezvani/claude-skills --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/cs-bizops

Context preview

What this command does when you run it.

Top-level Business Operations router. Routes the inquiry to one of six BizOps sub-skills (process, vendor, capacity, comms, knowledge, procurement) and returns a digest. Invokes the business-operations-skills orchestrator (context: fork).

Command definition

cs-bizops.md
description: Top-level Business Operations router. Routes the inquiry to one of six BizOps sub-skills (process, vendor, capacity, comms, knowledge, procurement) and returns a digest. Invokes the business-operations-skills orchestrator (context: fork).
argument-hint: "<inquiry>"

/cs:bizops — Business Operations router

Use the `cs-bizops-orchestrator` agent + `business-operations-skills` orchestrator skill to handle this inquiry:

**$ARGUMENTS**

Routing protocol

1. Classify the inquiry against the six BizOps lanes:

  • **PROCESS** — bottleneck, cycle time, handoff, workflow → `process-mapper`
  • **VENDOR** — SLA, third-party risk, SaaS audit → `vendor-management`
  • **CAPACITY** — headcount, utilization, hiring sequence → `capacity-planner`
  • **COMMS** — all-hands, change announcement, internal newsletter → `internal-comms`
  • **KNOWLEDGE** — SOP, runbook, onboarding doc → `knowledge-ops`
  • **PROCUREMENT** — spend audit, supplier rationalization → `procurement-optimizer`

2. If top lane signal score ≥ 2 keyword hits → invoke that sub-skill in forked context.

3. If single-signal or tie → ask **one** clarifying question naming the top two candidate lanes.

4. After sub-skill runs, return ≤ 200-word digest to the parent context.

Output expectations

  • What was analyzed
  • Top 3 findings with severity (CRITICAL/HIGH/MEDIUM)
  • Top 3 next actions with named owners
  • Path to artifact(s) saved to the user's working directory
  • Suggested chain (which sub-skill to invoke next, if any)

Anti-patterns

  • ❌ Running multiple sub-skills to be thorough — pick one, digest, chain on request
  • ❌ Auto-approving an ops change — surface findings, the human decides
Read more
Ships withclaude-skills

362 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools. The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents.

Get the whole plugin, auto-invoked
Stats
24,115
Stars
1
Views
3,400
Forks
Active
Maintenance
Python
Language
MIT
License
3d ago
Last commit
9mo ago
Created

Repo: alirezarezvani/claude-skills