aipom-use-case-triage

aipom-use-case-triage is a skill for Claude Code from deanpeters/ai-product-operating-model-skills. It costs 38 tokens per session (1,217 once invoked), scanned A, original, no licence file.

A decision aid for sorting possible uses of artificial intelligence by value, evidence, practicality, responsibility, readiness, and how easily the choice can be reversed.

In plain words
What is it for?
Reviewing AI opportunities and recommending whether to explore, validate, defer, or reject each one.
Why use it?
It helps separate ideas worth exploring from those that need more proof, should wait, or should be rejected.

Skill for Claude Code

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

Part of the aipom plugin — 41 skills, 5 commands shipped together

Good fit Reviewing AI opportunities and recommending whether to explore, validate, defer, or reject each one.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/deanpeters/ai-product-operating-model-skills/aipom-use-case-triage
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 deanpeters/ai-product-operating-model-skills --skill aipom-use-case-triage
Clone the repo
git clone --depth 1 https://github.com/deanpeters/ai-product-operating-model-skills

Made for: Claude Code.

Or install aipom, the plugin that ships this one along with the rest of its 41 skills, 5 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 aipom-use-case-triage

README.md
[![agentmods](https://agentmods.dev/badge/skills/deanpeters/ai-product-operating-model-skills/aipom-use-case-triage/github.svg)](https://agentmods.dev/skills/deanpeters/ai-product-operating-model-skills/aipom-use-case-triage)
Your own site
<a href="https://agentmods.dev/skills/deanpeters/ai-product-operating-model-skills/aipom-use-case-triage"><img src="https://agentmods.dev/badge/skills/deanpeters/ai-product-operating-model-skills/aipom-use-case-triage/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 aipom-use-case-triage

Your own site · 80×15
<a href="https://agentmods.dev/skills/deanpeters/ai-product-operating-model-skills/aipom-use-case-triage"><img src="https://agentmods.dev/badge/skills/deanpeters/ai-product-operating-model-skills/aipom-use-case-triage.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,217 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 unknown 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.00038 $0.01217
Opus 5 $0.00019 $0.00609
Sonnet 5 $0.00008 $0.00243
Haiku 4.5 $0.00004 $0.00122

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

Security

Grade A, and why

aipom-use-case-triage 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 12d 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/aipom-use-case-triage/SKILL.md · 114 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Files

What ships with it

3 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. 12d ago First seen · 114 lines · 38 tokens per session scan A 9bb11e49ba9c

Subscribe to this mod's changes

aipom-use-case-triage is a skill published in the GitHub repository deanpeters/ai-product-operating-model-skills (8 stars, last pushed 1mo ago), with no licence file. It adds 38 tokens to every session and 1,217 once invoked, about $0.0002 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

context-engineering-advisor

Diagnose context stuffing vs. context engineering. Use when an AI workflow feels bloated, brittle, or hard to steer reliably.

deanpeters/Product-Manager-Skills · 32 tokens

recommendation-canvas

Evaluate an AI product idea across outcomes, hypotheses, risks, and positioning. Use when deciding whether an AI solution deserves investment or recommendation.

deanpeters/Product-Manager-Skills · 32 tokens

eval-engine

Use this skill when a user supplies an AI feature spec, PRD, PMOS/task contract, existing eval suite, traces, outputs, state evidence, or release question and wants to define good, create or run evals, grade outcomes, agent trajectories, end-to-end system checkpoints, or promised memory behavior, add deterministic or…

Abhillashjadhav/AI-PM-essential-skills · 190 tokens

prompt-optimizer-loop

Use this skill when the user wants to improve, tune, or optimize an existing prompt or system instruction — phrasings like "improve this prompt", "my prompt works 80% of the time", "optimize my system prompt", "make this prompt more reliable", "tune this instruction". Runs an interactive optimization loop, one…

Abhillashjadhav/AI-PM-essential-skills · 155 tokens

token-cost-estimator

Use this skill before running any prompt in production or sharing a workflow with stakeholders. Triggers on phrases like "how much will this cost", "compare model costs", "which model should I use", "estimate tokens", "pre-flight check", or when a user pastes a prompt and asks about inference economics. Takes a prompt…

Abhillashjadhav/AI-PM-essential-skills · 105 tokens

ai-feature-kill-criteria

Define falsifiable assumptions, explicit kill thresholds, an evidence plan, and a decision date before an AI feature is built. Use when a team is excited by a demo, proposing an AI feature, debating whether to prototype, or continuing investment without clear stopping conditions. Do not use for post-launch evaluation…

Abhillashjadhav/AI-PM-essential-skills · 72 tokens