Business Ops Umbrella Skill
A routing skill that classifies any business request into one of 13 modes — strategy, tech, growth, competitive, evaluation, support, finance, HR, legal, ops, sales, productivity, product — and loads the matching framework file.
Docs & OfficeIntermediate★ 415⑂ 44AI score 8/10Last updated: Aug 11, 2026
What it does
- Classifies your request into exactly one business mode, then loads only the reference files that mode needs.
- Maps modes to concrete frameworks: Porter's Five Forces, weighted decision matrices, ICE/RICE, TCO models, vendor scorecards, feasibility scoring, risk-adjusted NPV, month-end close, PRDs and roadmaps.
- Includes an error-handling table for common stalls: too many options, missing information, analysis paralysis, and users who want validation instead of evaluation.
- Declares an explicit
not_forboundary (code security audits, content writing, UX design, task specs) so it hands off to the right sibling skill.
Who it's for
- Solo founders and small-team leaders who cover strategy, finance, legal and hiring themselves.
- PMs, biz-ops and sales folks who repeatedly produce decision documents.
- Teams assembling a Claude Code business-assistant skill suite (this one is dispatched by a parent agent).
Examples
- "Should we build this ourselves or buy the SaaS?" → TECHNOLOGY mode, TCO framework + vendor scorecard comparison.
- "Draft the quarterly roadmap and a stakeholder update" → PRODUCT mode, PRD/roadmap/update templates.
- "Review this NDA for risk and flag DSGVO/GoBD issues" → LEGAL mode, contract review and compliance checklists.
· · · 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)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the 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 /tmp/vexjoy-agent && mkdir -p ~/.claude/skills && cp -r /tmp/vexjoy-agent/skills/business/business-ops ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repository:
git clone https://github.com/notque/vexjoy-agent.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the whole skill directory (the
references/files are required):cp -r vexjoy-agent/skills/business/business-ops ~/.claude/skills/ - Verify the references came along:
ls ~/.claude/skills/business-ops/references - Restart Claude Code and try a trigger phrase such as "evaluate the ROI of this project".
- If the skill never fires, edit its frontmatter and change
user-invocable: falsetotrue.
View source on GitHub ↗License: MIT