update-icp

update-icp is a command for Claude Code from adidacta/pmf-detective. It costs 4 tokens per session (786 once invoked), scanned A, original, MIT.

A command for updating the Ideal Customer Profile (ICP), the description of the customers a product is meant to serve, in a product-market-fit notes folder.

In plain words
What is it for?
Use it to review the current customer hypothesis, pain points, supporting evidence, and alternative customer groups, then choose what to update.
Why use it?
It keeps the customer definition current and shows what information is already recorded. If the file does not exist, it explains that and offers to create it.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool.

Part of the plan-pmf plugin — 9 skills, 6 commands shipped together

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.

agentmods
npx agentmods add commands/adidacta/pmf-detective/update-icp
Clone the repo
git clone --depth 1 https://github.com/adidacta/pmf-detective

Made for: Claude Code.

Or install plan-pmf, the plugin that ships this one along with the rest of its 9 skills, 6 commands.

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 update-icp

README.md
[![agentmods](https://agentmods.dev/badge/commands/adidacta/pmf-detective/update-icp.svg)](https://agentmods.dev/commands/adidacta/pmf-detective/update-icp)
Your own site
<a href="https://agentmods.dev/commands/adidacta/pmf-detective/update-icp"><img src="https://agentmods.dev/badge/commands/adidacta/pmf-detective/update-icp.svg" alt="Measured on agentmods" height="20"></a>
Per session 4 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 786 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00004 $0.00786
Opus 5 $0.00002 $0.00393
Sonnet 5 $0.00001 $0.00157
Haiku 4.5 $0.00000 $0.00079

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

Security

Grade A, and why

update-icp 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 6d 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.

commands/update-icp.md · 92 lines

How it starts

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

Update ICP

Update the ICP (Ideal Customer Profile) section of your PMF context layer.

Instructions

  1. Check if pmf/icp.md exists

    • If exists: Read it and show summary, then present update menu
    • If not: Inform user and offer to create it (trigger icp-builder skill)
  2. If file exists, show current state:

┌───────────────────────────────────────────────────────────────┐
│  CURRENT ICP                                                  │
├───────────────────────────────────────────────────────────────┤
│                                                               │
│  Selected: [Hypothesis name]                                  │
│  Who: [Filtered persona summary]                              │
│  Pain: "[Emotional bedrock]"                                  │
│  Evidence: Pain [X]/5 │ Access [X]/5 │ Evidence [X]/5         │
│                                                               │
│  Alternatives on file:                                        │
│  • [Hypothesis B name]                                        │
│  • [Hypothesis C name]                                        │
│                                                               │
└───────────────────────────────────────────────────────────────┘
  1. Use AskUserQuestion with this menu:

"What would you like to update about your ICP?"

Options:

  1. Who They Are — Refine persona filters (company stage, tools, behaviors)
  2. Their Pain — Re-run 5 Whys deep dive to find emotional bedrock
  3. What They Want — Update goals and desired outcomes
  4. How They Talk About It — Update language and phrases
  5. Where To Find Them — Update channels and communities
  6. Switch to an alternative ICP — Promote one of the alternative hypotheses
  7. Re-run research validation — Launch fresh research agents for updated scores
  8. Start over completely — Re-run the full ICP builder from scratch

Option Details

Options 1, 3, 4, 5: Section updates

  • Ask targeted follow-up questions for the selected section
  • Update only that section in pmf/icp.md
  • Preserve all other sections unchanged

Read the full file on GitHub · 92 lines

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. 6d ago First seen · 92 lines · 4 tokens per session scan A 6f92a4c48d7b

Subscribe to this mod's changes

update-icp is a command published in the GitHub repository adidacta/pmf-detective (18 stars, last pushed 6mo ago), licensed MIT. It adds 4 tokens to every session and 786 once invoked, about $0.0000 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-30.