productplan-leadership

productplan-leadership is a skill for Claude Code, Codex from olgasafonova/productplan-mcp-server. It costs 43 tokens per session (1,077 once invoked), scanned A, original, MIT.

A set of instructions for reading ProductPlan, a tool for planning products on roadmaps. It gives product leaders an overview of several roadmaps and tracks OKRs, which are goals with measurable results.

In plain words
What is it for?
Reviewing portfolio health, comparing product roadmaps, finding delayed goals, and preparing updates for company leadership.
Why use it?
It brings roadmap progress, milestones, and team goals into one review instead of requiring separate checks across products.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Reviewing portfolio health, comparing product roadmaps, finding delayed goals, and preparing updates for company leadership.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/olgasafonova/productplan-mcp-server/productplan-leadership
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 olgasafonova/productplan-mcp-server --skill productplan-leadership
Clone the repo
git clone --depth 1 https://github.com/olgasafonova/productplan-mcp-server

Made for: Claude Code, Codex.

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 productplan-leadership

README.md
[![agentmods](https://agentmods.dev/badge/skills/olgasafonova/productplan-mcp-server/productplan-leadership/github.svg)](https://agentmods.dev/skills/olgasafonova/productplan-mcp-server/productplan-leadership)
Your own site
<a href="https://agentmods.dev/skills/olgasafonova/productplan-mcp-server/productplan-leadership"><img src="https://agentmods.dev/badge/skills/olgasafonova/productplan-mcp-server/productplan-leadership/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 productplan-leadership

Your own site · 80×15
<a href="https://agentmods.dev/skills/olgasafonova/productplan-mcp-server/productplan-leadership"><img src="https://agentmods.dev/badge/skills/olgasafonova/productplan-mcp-server/productplan-leadership.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,077 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.00043 $0.01077
Opus 5 $0.00022 $0.00539
Sonnet 5 $0.00009 $0.00215
Haiku 4.5 $0.00004 $0.00108

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

Security

Grade A, and why

productplan-leadership 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/productplan-leadership/SKILL.md · 151 lines

How it starts

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

ProductPlan for Product Leadership

Strategic views and portfolio insights for product leaders.

Portfolio Overview

See all roadmaps

Call list_roadmaps to get a snapshot of all product roadmaps with their status.

Compare roadmap progress

For each roadmap of interest:

  1. Call get_roadmap_complete with roadmap_id
  2. Compare bar counts, milestone dates, and lane distributions

Cross-roadmap milestone view

  1. Call list_roadmaps to get all roadmap IDs
  2. For each, call get_roadmap_milestones
  3. Compile timeline of key dates across products

OKR Tracking

Organization-wide OKR health

  1. Call list_objectives to see all objectives
  2. Review progress percentages across objectives
  3. Identify objectives below target (< 70% progress if mid-quarter)

Drill into struggling objectives

  1. Call get_objective with objective_id
  2. Review individual key result progress
  3. Identify which key results are lagging

Quarterly OKR summary

Request pattern:

  • "Show me all Q1 2025 objectives and their progress"
  • "Which objectives are at risk of missing targets?"
  • "Summarize OKR health across all teams"

Strategic Insights

Feature pipeline health

  1. Call get_roadmap_complete for each product
  2. Count features by lane (e.g., "In Progress", "Planned", "Shipped")
  3. Identify bottlenecks or empty pipelines

Launch calendar

  1. Call list_launches to see all upcoming launches
  2. Review dates and readiness status
  3. Identify launches in the next 30/60/90 days

Idea backlog insights

  1. Call list_ideas to see pending ideas
  2. Sort by vote count to see customer demand
  3. Identify high-value ideas not yet scheduled

Common Leadership Questions

Question Workflow
"What's shipping this quarter?" list_launches filtered by date
"How are our OKRs tracking?" list_objectives → summarize progress
"Show me the product portfolio" list_roadmaps → brief for each
"What are customers asking for?" list_ideas sorted by votes
"Which teams are on track?" Cross-reference roadmaps with OKRs

Read the full file on GitHub · 151 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. 12d ago First seen · 151 lines · 43 tokens per session scan A e75ff3ecfb9d

Subscribe to this mod's changes

productplan-leadership is a skill published in the GitHub repository olgasafonova/productplan-mcp-server (3 stars, last pushed 3d ago), licensed MIT. It adds 43 tokens to every session and 1,077 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.