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

Business Ops

Routes business requests into 13 modes — strategy, finance, HR, legal, sales, product and more — then applies each mode's dedicated decision framework.

Docs & OfficeIntermediate★ 424⑂ 46AI score 8/10Last updated: Sep 24, 2026

What it does

  • Detects requests like "build vs buy", "competitive analysis", "hiring plan" or "unit economics" and classifies them into one of 13 modes (Strategy, Technology, Growth, Competitive, Evaluation, Support, Finance, HR, Legal, Operations, Sales, Productivity, Product).
  • The five executive modes share a FRAME → ANALYZE → DECIDE pipeline: name the real decision, list 2–4 options, quantify upside/downside, and judge reversibility.
  • Loads a per-mode reference file (references/*.md) so the model follows fixed templates and scoring matrices instead of improvising a framework.
  • Ships explicit guardrails: never fabricate ticket history, account codes, balances or customer quotes; finance/legal output is working material requiring professional review.

Who it's for

  • Founders, PMs/POs, and ops/back-office staff whose day is documents and decisions.
  • Small teams that repeatedly draft close packages, performance reviews, or contract redlines.
  • Anyone standardizing runbooks, risk matrices, and roadmaps into one consistent format.

Examples

  1. "Should we build or buy this SaaS tool?" → TECHNOLOGY mode: TCO analysis, vendor scorecard, recommendation.
  2. "Prioritize next quarter's roadmap" → PRODUCT mode: Now/Next/Later roadmap plus a PRD with acceptance criteria.
  3. "Flag the risky clauses in this NDA" → LEGAL mode: clause-by-clause GREEN/YELLOW/RED triage with counsel-review markers.

· · · 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/notque/vexjoy-agent/HEAD/skills/business/business-ops/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 skills/business/business-ops folder from the GitHub repo notque/vexjoy-agent into my ~/.claude/skills/business-ops/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/notque/vexjoy-agent.git && mkdir -p ~/.claude/skills && cp -r vexjoy-agent/skills/business/business-ops ~/.claude/skills/

⚠ This is a third-party skill. Check the source repository before installing.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/notque/vexjoy-agent.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill with its references: cp -r vexjoy-agent/skills/business/business-ops ~/.claude/skills/
  5. Verify with ls ~/.claude/skills/business-ops/references. If it's empty, locate the references directory in the repo and copy it into the skill folder.
  6. Restart Claude Code.
  7. Note that user-invocable: false — you don't call it by name. Just phrase your request with a trigger like "build vs buy evaluation" and it activates automatically.