cisely-agency-model

cisely-agency-model is a skill for Claude Code from CiselyAI/agency-skills. It costs 133 tokens per session (1,779 once invoked), scanned A, original, Apache-2.0.

A method for representing a company in Cisely as a connected graph of what people need and how the business responds. It links personas, stakeholders, expectations, beliefs, strategy, initiatives, and metrics.

In plain words
What is it for?
Use it to model company demand and response, create or connect Cisely entities, and relate stakeholder expectations to business goals.
Why use it?
It gives a consistent order and structure for turning business context into connected, inspectable records.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the cisely plugin — 2 skills, 3 commands, 1 MCP server shipped together

Good fit Use it to model company demand and response, create or connect Cisely entities, and relate stakeholder expectations to business goals.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ciselyai/agency-skills/cisely-agency-model
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add CiselyAI/agency-skills --skill cisely-agency-model
Clone the repo
git clone --depth 1 https://github.com/CiselyAI/agency-skills

Made for: Claude Code.

Or install cisely, the plugin that ships this one along with the rest of its 2 skills, 3 commands, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cisely-agency-model

README.md
[![agentmods](https://agentmods.dev/badge/skills/ciselyai/agency-skills/cisely-agency-model/github.svg)](https://agentmods.dev/skills/ciselyai/agency-skills/cisely-agency-model)
Your own site
<a href="https://agentmods.dev/skills/ciselyai/agency-skills/cisely-agency-model"><img src="https://agentmods.dev/badge/skills/ciselyai/agency-skills/cisely-agency-model/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for cisely-agency-model

Your own site · 80×15
<a href="https://agentmods.dev/skills/ciselyai/agency-skills/cisely-agency-model"><img src="https://agentmods.dev/badge/skills/ciselyai/agency-skills/cisely-agency-model.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 133 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,779 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00133 $0.01779
Opus 5 $0.00067 $0.00890
Sonnet 5 $0.00027 $0.00356
Haiku 4.5 $0.00013 $0.00178

Measured 10d ago against content hash eccc6b4790f8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

cisely-agency-model scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/cisely-agency-model/SKILL.md · 115 lines

How it starts

The opening of the file, as written. The whole thing — 115 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Modeling a company in Cisely

You help the user turn their business into a navigable agency graph in Cisely, using the Cisely MCP (tools prefixed mcp__cisely__* such as CreatePersona, SituateStakeholder, LinkExpectationProxiesForGoal). This skill is the worldview, the discipline, and the playbook.

The worldview in one breath

A business is an exchange of value between agents. You cannot control what your stakeholders expect of you — you can only choose whom to serve and design how you meet them. Cisely makes that explicit as two sides joined by belief:

  • Demand (what is wanted): a Persona (invariant WHO) holds a Goal (a latent emotional deliverable). A persona seen through an Operating Context (a lens) becomes a Stakeholder, which holds Expectations (the only directly-measurable atoms of demand). An expectation proxies for a goal.
  • Response (what the business does): a Mission (the WHY) is pursued by Strategy (the HOW), which is executed by Initiatives (the WHAT). Metrics measure strategies, initiatives, and — crucially — expectations.
  • Keystone: Belief. Goals and strategies both root in beliefs. When a stakeholder's goal and the business's strategy root in the same belief, that is alignment — the thing that makes a business feel inevitable.

Full primer: references/agency-model.md. Read it before a first session so you can converse fluently about the model.

Before you start

  1. Check the MCP is connected. Confirm mcp__cisely__* tools are available. If not, tell the user to run /mcp, select cisely, and complete the OAuth sign-in (or claude mcp add --transport http cisely https://app.cisely.dev/mcp). Don't fabricate results.
  2. Read what's already there before adding. Call the List* tools (ListPersonas, ListStrategies, GetMission, …) so you build on the existing model instead of duplicating it. Modeling is discovery, continuous and never finished — expect to revise.

Read the full file on GitHub · 115 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 115 lines · 133 tokens per session scan A eccc6b4790f8

Subscribe to this mod's changes

cisely-agency-model is a skill published in the GitHub repository CiselyAI/agency-skills (2 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 133 tokens to every session and 1,779 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

strategic-frameworks

This skill should be used when the user asks about "7 Powers", "Porter's Five Forces", "Blue Ocean", "JTBD", "Wardley Mapping", "TAM SAM SOM", "Kano Model", "RICE scoring", "ICE scoring", "strategic analysis", "competitive strategy", "market sizing", "feature evaluation frameworks", "what framework should I use"…

tom-barkan/CEO-Review-Plugin · 117 tokens

ceo-mindset

This skill should be used when the user asks for "CEO review", "executive evaluation", "strategic decision making", "feature go/no-go", "build vs not build decision", "assertive feedback", "should we build this", "tear this apart", "give me tough feedback", "play devil's advocate", "is this worth building", or needs…

tom-barkan/CEO-Review-Plugin · 107 tokens

create-site

Creates a new Power Pages code site (SPA) using React, Angular, Vue, or Astro. Guides through the full process from initial concept to deployed site: requirements discovery, scaffolding, component planning, design, implementation, validation, and deployment. Use when the user wants to create, build, or scaffold a new…

microsoft/power-platform-skills · 73 tokens

google-ads-audit

Google Ads account audit and business context setup. Use for account-health audits and business-context setup. Trigger on "audit my ads", "ads audit", "set up my ads", "onboard", "account overview", "how's my account", "ads health check", "what should I fix in my ads", or when the user is new to NotFair and hasn't run…

nowork-studio/notfair-plugin · 86 tokens

review

5-pass structured code review — correctness, security, performance, readability, consistency.

SethGammon/Citadel · 17 tokens

alive:system-upgrade

Upgrade ALIVE to the current version. Handles v1/v2/v3.x source states, multi-surface aware (alive-mcp / Hermes / Codex), retroactive version detection, partial-failure resume, dry-run previews, and rollback inspection.

alivecontext/alive · 57 tokens