Agent Plugins Marketplace
All plugins

bizops

v0.1.0

Run the business: operating rhythm, planning and OKRs, metrics, processes, vendors, compliance, and meetings that actually decide things.

Claude Code14 Skills

By Mai Lam0 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
14 skill or MCP entries
Source updated
Sep 21, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install bizops for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install bizops@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/maitlam/strategic-operator

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/bizops/.

Plugin files

plugins/bizops/
├── .claude-plugin/plugin.json
├── skills/activation-funnel/SKILL.md
├── skills/change-request/SKILL.md
├── skills/compliance-tracking/SKILL.md
├── skills/meeting-analyzer/SKILL.md
├── skills/metrics-dashboard/SKILL.md
├── skills/metrics-review/SKILL.md
├── skills/north-star-metric/SKILL.md
├── skills/process-doc/SKILL.md
├── skills/process-optimization/SKILL.md
├── skills/quarterly-planning/SKILL.md
├── skills/risk-assessment/SKILL.md
├── skills/runbook/SKILL.md
├── skills/team-communications/SKILL.md
└── skills/vendor-review/SKILL.md

Included Skills14

activation-funnelskills/activation-funnel/SKILL.md

Design and analyze activation funnels (AARRR / AAARRR Pirate Metrics) with conversion + drop-off math, bottleneck detection, and Mermaid funnel diagrams. Includes a stdlib Python tool that emits all 6 shared PM output formats.

change-requestskills/change-request/SKILL.md

Create a change management request with impact analysis and rollback plan. Use when proposing a system or process change that needs approval, preparing a change record for CAB review, documenting risk and rollback steps before a deployment, or planning stakeholder communications for a rollout.

compliance-trackingskills/compliance-tracking/SKILL.md

Track compliance requirements and audit readiness. Trigger with "compliance", "audit prep", "SOC 2", "ISO 27001", "GDPR", "regulatory requirement", or when the user needs help tracking, preparing for, or documenting compliance activities.

meeting-analyzerskills/meeting-analyzer/SKILL.md

Turn meeting notes into an accountable register — extract decisions, actions and open questions, flag ownerless items, track follow-through. Use when commitments get dropped or a recurring meeting decides nothing.

metrics-dashboardskills/metrics-dashboard/SKILL.md

Design the whole product metrics dashboard SYSTEM: layers, owners, review cadence, and visualization — the board a team actually reviews on a weekly or monthly rhythm. Trigger on "design our dashboard", "metrics board architecture", "dashboard layers and owners", "review cadence", or when the user is building the wider dashboard rather than choosing a single metric. For the North Star Metric spec itself, use `north-star-metric` first.

metrics-reviewskills/metrics-review/SKILL.md

Review and analyze product metrics with trend analysis and actionable insights. Use when running a weekly, monthly, or quarterly metrics review, investigating a sudden spike or drop, comparing performance against targets, or turning raw numbers into a scorecard with recommended actions.

north-star-metricskills/north-star-metric/SKILL.md

Define the North Star Metric spec: the single number, its input metric tree, leading indicators, anti-metrics, and counter-metrics — with a Python tool that renders it as a Mermaid diagram. Trigger on "what's our north star", "define our NSM", "pick a north star metric", "input metric tree", or when the user is choosing or refining the ONE headline metric. For the wider dashboard system (layers, owners, cadence), use `metrics-dashboard` instead.

process-docskills/process-doc/SKILL.md

Document a business process — flowcharts, RACI, and SOPs. Use when formalizing a process that lives in someone's head, building a RACI to clarify who owns what, writing an SOP for a handoff or audit, or capturing the exceptions and edge cases of how work actually gets done.

process-optimizationskills/process-optimization/SKILL.md

Analyze and improve business processes. Trigger with "this process is slow", "how can we improve", "streamline this workflow", "too many steps", "bottleneck", or when the user describes an inefficient process they want to fix.

quarterly-planningskills/quarterly-planning/SKILL.md

Run the full quarterly planning cycle -- pre-quarter homework, kickoff, weekly Wodtke rhythm, mid-quarter check-in, and close retro -- using Radical Focus, Cagan strategy, and the Reforge cycle around your OKRs.

risk-assessmentskills/risk-assessment/SKILL.md

Identify, assess, and mitigate ongoing operational risks — the standing risk register that lives across a program or team. Trigger with "risk register", "operational risks", "compliance risks", "vendor risk review", "process risks", or ongoing risk work. For pre-launch imagined-failure exercises, use `pre-mortem` instead.

runbookskills/runbook/SKILL.md

Create or update an operational runbook for a recurring task or procedure. Use when documenting a task that on-call or ops needs to run repeatably, turning tribal knowledge into exact step-by-step commands, adding troubleshooting and rollback steps to an existing procedure, or writing escalation paths for when things go wrong.

team-communicationsskills/team-communications/SKILL.md

Design a delivery team's communication system — channel routing, meeting-load reduction, status structure, escalation SLAs, timezone norms. Use when the calendar is full, updates go unread, or blockers surface late.

vendor-reviewskills/vendor-review/SKILL.md

Evaluate a vendor — cost analysis, risk assessment, and recommendation. Use when reviewing a new vendor proposal, deciding whether to renew or replace a contract, comparing two vendors side-by-side, or building a TCO breakdown and negotiation points before procurement sign-off.

Plugin manifests1

plugins/bizops/.claude-plugin/plugin.json
{
  "name": "bizops",
  "displayName": "Biz Ops",
  "version": "0.1.0",
  "description": "Run the business: operating rhythm, planning and OKRs, metrics, processes, vendors, compliance, and meetings that actually decide things.",
  "author": {
    "name": "Mai Lam"
  },
  "homepage": "https://github.com/maitlam/strategic-operator",
  "repository": "https://github.com/maitlam/strategic-operator"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[bizops on Agent Plugins Marketplace](https://pluginsmp.com/plugins/bizops)