aipom-portfolio-posture-advisor

aipom-portfolio-posture-advisor is a skill for Claude Code from deanpeters/ai-product-operating-model-skills. It costs 43 tokens per session (1,057 once invoked), scanned A, original, no licence file.

An advisor for examining a group of AI projects for imbalance, weak evidence, early scaling, dependence on vendors, or stalled pilot projects.

In plain words
What is it for?
It helps review an AI project portfolio and recommend which efforts to explore, validate, scale, pause, or stop.
Why use it?
It helps separate promising work from projects that need more testing, a pause, or an end. This supports decisions about how much attention and investment each project should receive.

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 It helps review an AI project portfolio and recommend which efforts to explore, validate, scale, pause, or stop.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/deanpeters/ai-product-operating-model-skills/aipom-portfolio-posture-advisor
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-portfolio-posture-advisor
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-portfolio-posture-advisor

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/deanpeters/ai-product-operating-model-skills/aipom-portfolio-posture-advisor"><img src="https://agentmods.dev/badge/skills/deanpeters/ai-product-operating-model-skills/aipom-portfolio-posture-advisor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,057 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.00043 $0.01057
Opus 5 $0.00022 $0.00528
Sonnet 5 $0.00009 $0.00211
Haiku 4.5 $0.00004 $0.00106

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

Security

Grade A, and why

aipom-portfolio-posture-advisor 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-portfolio-posture-advisor/SKILL.md · 111 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 · 111 lines · 43 tokens per session scan A f9ee2cf0f468

Subscribe to this mod's changes

aipom-portfolio-posture-advisor 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 43 tokens to every session and 1,057 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

ai-stakeholder-balance

Guides leaders through the ethical and strategic complexities of balancing multiple stakeholder interests during AI adoption, from employees and customers to society at large. Provides frameworks for responsible AI deployment, stakeholder impact mapping, and moral decision-making when efficiency gains conflict with…

fatihguner/foreman · 104 tokens

gtm-domain-library

Go-to-market domain knowledge for consumer marketplace, membership, subscription and AI-feature products: sharpening an ICP until it excludes someone, running a real user-interview panel, differentiating when the capability is rentable, launch-post anatomy, the value-metric pricing tree, the four-part deal test, and…

naderelewa/Product-to-Prod · 116 tokens

ai-shaped-readiness-advisor

Assess whether your product work is AI-first or AI-shaped. Use when evaluating AI maturity and choosing the next team capability to build.

deanpeters/Product-Manager-Skills · 33 tokens

agent-orchestration-advisor

Design multi-agent AI workflows with clear boundaries, handoffs, and monitoring. Use when a complex PM task should run as parallel specialized agents instead of one linear process.

deanpeters/Product-Manager-Skills · 40 tokens

company-intel

Research a company, industry, or competitor set using web search and seven analytical lenses. Use when you need structured intel that feeds downstream PM skills.

deanpeters/Product-Manager-Skills · 33 tokens

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