Agent Plugins Marketplace
All plugins

operating-model

v0.1.0

Design how a team runs: the operating model itself, decision rights, governance forums, and OKRs. For teams with no existing process to inherit.

Claude Code4 Skills

By Mai Lam0 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
4 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 operating-model 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 operating-model@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/operating-model/.

Plugin files

plugins/operating-model/
├── .claude-plugin/plugin.json
├── skills/decision-rights/SKILL.md
├── skills/governance-design/SKILL.md
├── skills/okr-tracking/SKILL.md
└── skills/operating-model-builder/SKILL.md

Included Skills4

decision-rightsskills/decision-rights/SKILL.md

Map who decides what on a team or program — the authority to approve, to break a tie, to spend, and to stop — and surface where that authority is currently undefined. Use whenever decisions are stalling, two people think they own the same call, work spans teams with no clear arbiter, someone asks "who actually decides this," or a new program is being set up. Trigger on ambiguity about authority, not about tasks.

governance-designskills/governance-design/SKILL.md

Design the review and forum layer for a team or portfolio — which recurring meetings exist, what each one decides, what artifact it requires as input, and which existing meetings should be deleted. Use whenever the user is setting up reviews or steering committees, is drowning in recurring meetings, needs a portfolio or program review cadence, or asks how leadership should oversee something. Trigger on "governance," "steering committee," "review cadence," or too many meetings producing too few decisions.

okr-trackingskills/okr-tracking/SKILL.md

Draft, review, or check in on objectives and key results — including diagnosing OKRs that are really task lists in disguise. Use whenever the user is writing goals for a quarter or year, asks whether their OKRs are any good, needs a mid-cycle or end-of-cycle check-in, is grading results, or is trying to connect team goals to company ones. Trigger on "OKRs," "quarterly goals," "key results," "am I on track," or any goal-setting and goal-review conversation.

operating-model-builderskills/operating-model-builder/SKILL.md

Design an operating model for a team from scratch — purpose, cadence, artifacts, roles, and the decisions the model exists to make possible. Use whenever a team has no existing process to inherit, a new team or function is standing up, an existing model has stopped working, or the user says things like "we have no process," "how should this team run," or "everything is ad hoc." Trigger for any request to design how a team operates rather than what it works on.

Plugin manifests1

plugins/operating-model/.claude-plugin/plugin.json
{
  "name": "operating-model",
  "displayName": "Operating Model",
  "version": "0.1.0",
  "description": "Design how a team runs: the operating model itself, decision rights, governance forums, and OKRs. For teams with no existing process to inherit.",
  "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.

[operating-model on Agent Plugins Marketplace](https://pluginsmp.com/plugins/operating-model)