Skip to content
Development
Skill

/business-ops

Business operations: strategy, technology, growth, competitive intelligence, support, finance, HR, legal, operations, sales, productivity, product management.

From plugin
vexjoy-agent
421122 skills198 agents11 commands76 hooks
Install
$ npx -y skills add notque/vexjoy-agent --skill business-ops --agent claude-code

How it fires

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

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/business-ops

Context preview

The summary Claude sees to decide when to auto-load this skill.

Business operations: strategy, technology, growth, competitive intelligence, support, finance, HR, legal, operations, sales, productivity, product management.

SKILL.md

business-ops.SKILL.md
name: business-ops
description: "Business operations: strategy, technology, growth, competitive intelligence, support, finance, HR, legal, operations, sales, productivity, product management."
user-invocable: false
allowed-tools:
  - Read
  - Write
  - Bash
  - Grep
  - Glob
  - Edit
routing:
  triggers:
    # Strategy/CEO
    - "should we"
    - "evaluate opportunity"
    - "trade-off"
    - "worth it"
    - "invest in"
    - "strategy"
    # Technology/CTO
    - "build vs buy"
    - "vendor evaluation"
    - "adopt"
    - "technology choice"
    - "tech stack"
    # Growth/CMO
    - "grow audience"
    - "growth"
    - "brand"
    - "positioning"
    - "community building"
    # Competitive
    - "competitive analysis"
    - "market landscape"
    - "differentiation"
    # Evaluation
    - "feasibility"
    - "effort estimate"
    - "ROI"
    - "priority"
    - "project evaluation"
    - "go no go"
    - "viability"
    # Customer Support
    - "customer support"
    - "ticket triage"
    - "support response"
    - "knowledge base"
    - "KB article"
    - "escalation"
    - "customer research"
    # Finance
    - "finance"
    - "journal entry"
    - "reconciliation"
    - "variance analysis"
    - "financial statements"
    - "financial audit"
    - "month-end close"
    - "SOX"
    # HR
    - "HR"
    - "human resources"
    - "recruiting"
    - "performance review"
    - "compensation"
    - "hiring"
    - "onboarding"
    - "org planning"
    # Legal
    - "legal"
    - "contract review"
    - "compliance check"
    - "NDA"
    - "legal risk"
    - "legal brief"
    - "vendor check"
    - "german compliance"
    - "DSGVO"
    - "GoBD"
    - "TDDDG"
    - "AI Act compliance"
    - "eIDAS"
    # Operations
    - "operations"
    - "vendor review"
    - "runbook"
    - "process documentation"
    - "risk assessment"
    - "capacity plan"
    - "change management"
    - "compliance tracking"
    # Sales
    - "sales"
    - "call prep"
    - "pipeline review"
    - "forecast"
    - "draft outreach"
    - "prospect research"
    - "competitive intelligence"
    # Productivity
    - "productivity"
    - "task management"
    - "daily plan"
    - "weekly review"
    - "meeting agenda"
    - "focus time"
    - "goal setting"
    - "status update"
    - "time management"
    - "prioritize tasks"
    - "standup"
    - "retrospective"
    # Product Management
    - "product management"
    - "feature spec"
    - "PRD"
    - "roadmap"
    - "stakeholder update"
    - "user research"
    - "sprint planning"
    - "product metrics"
  not_for: "micro library choices (use decision-helper), writing content, SEO of specific posts, or tactical marketing competitive analysis (use marketing) — this is executive strategy, not campaign execution. Code security audits, vulnerability scanning, or auth-flow reviews (use security-review) — only financial/accounting audit and SOX compliance. Code performance review (use reviewer-code) — this covers people performance reviews and HR operations. Software task specs, requirements, or plan-lifecycle management (use planning) — this skill prioritizes and tracks work, not specs. UX design methodology, wireframes, or accessibility audits (use design) — this handles product strategy, roadmaps, user research for feature prioritization."
  complexity: Medium
  category: decision-support
  pairs_with:
    - marketing
    - data-analysis

Business Operations

Umbrella skill for all business functions: executive strategy (CEO/CTO/CMO), competitive intelligence, project evaluation, customer support, finance, HR, legal, operations, sales, productivity, and product management. Each domain loads its own reference files on demand — this skill detects the mode, loads the right references, and executes the appropriate framework.

**Scope**: Business decisions and operational workflows. Use decision-helper for technical architecture micro-choices, domain agents for code, voice-writer for content, and systematic-debugging for debugging.

---

Mode Detection

Classify the user's request into exactly one mode before proceeding. If the request spans multiple modes, choose the primary one and note the secondary.

| Mode | Signal Phrases | Reference | |------|---------------|-----------| | **STRATEGY** | Market entry, partnerships, resource allocation, opportunity, "should I/we", strategic pivots, investment | `references/csuite.md` | | **TECHNOLOGY** | Build vs buy, vendor, SaaS, tech stack, architecture, adopt, technology choice | `references/csuite.md` | | **GROWTH** | Content strategy, audience, SEO, marketing, brand, community, positioning, channel | `references/csuite.md` | | **COMPETITIVE** | Competitor, competition, market landscape, differentiation, positioning against, market share | `references/csuite.md` | | **EVALUATION** | Feasibility, effort estimate, ROI, priority, go/no-go, viability, "is it worth it" | `references/csuite.md` | | **SUPPORT** | Customer support, ticket triage, support response, knowledge base, KB article, escalation | `references/customer-support.md` | | **FINANCE** | Finance, journal entry, reconciliation, variance analysis, financial statements, audit, SOX, month-end close | `references/finance.md` | | **HR** | HR, recruiting, performance review, compensation, hiring, onboarding, org planning | `references/hr.md` | | **LEGAL** | Legal, contract review, compliance check, NDA, legal risk, legal brief, vendor check, DSGVO, GoBD | `references/legal.md` | | **OPERATIONS** | Operations, vendor review, runbook, process documentation, risk assessment, capacity plan, change management | `references/operations.md` | | **SALES** | Sales, call prep, pipeline review, forecast, draft outreach, prospect research, competitive intelligence | `references/sales.md` | | **PRODUCTIVITY** | Productivity, task management, daily plan, weekly review, meeting agenda, focus time, goal setting, standup | `references/productivity.md` | | **PRODUCT** | Product managem

Read more
Ships withvexjoy-agent

Essays and writing behind this toolkit live at vexjoy.com. VexJoy Agent connects plain-English requests to specialist agents, skills, and workflows. /do selects the knowledge and tools needed for your task.

Get the whole plugin

Other skills on vexjoy-agent.