pm-one-pager

pm-one-pager is a skill for Claude Code from marfoerst/the-pragmatic-pm. It costs 69 tokens per session (1,089 once invoked), scanned A, original, MIT.

A one-page brief for explaining an initiative or proposal to company leaders. It organizes the idea into the problem, approach, measures, timeline, and request.

In plain words
What is it for?
Use it to prepare an executive summary, project proposal, initiative brief, or request for approval, funding, or alignment.
Why use it?
It turns a larger plan into a short document that leadership can read quickly and use to make a decision.

Skill for Claude Code

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

Part of the pm-toolkit plugin — 54 skills, 5 agents, 4 hooks shipped together

Good fit Use it to prepare an executive summary, project proposal, initiative brief, or request for approval, funding, or alignment.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/marfoerst/the-pragmatic-pm/pm-one-pager
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 marfoerst/the-pragmatic-pm --skill pm-one-pager
Clone the repo
git clone --depth 1 https://github.com/marfoerst/the-pragmatic-pm

Made for: Claude Code.

Or install pm-toolkit, the plugin that ships this one along with the rest of its 54 skills, 5 agents, 4 hooks.

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 pm-one-pager

README.md
[![agentmods](https://agentmods.dev/badge/skills/marfoerst/the-pragmatic-pm/pm-one-pager/github.svg)](https://agentmods.dev/skills/marfoerst/the-pragmatic-pm/pm-one-pager)
Your own site
<a href="https://agentmods.dev/skills/marfoerst/the-pragmatic-pm/pm-one-pager"><img src="https://agentmods.dev/badge/skills/marfoerst/the-pragmatic-pm/pm-one-pager/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 pm-one-pager

Your own site · 80×15
<a href="https://agentmods.dev/skills/marfoerst/the-pragmatic-pm/pm-one-pager"><img src="https://agentmods.dev/badge/skills/marfoerst/the-pragmatic-pm/pm-one-pager.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,089 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.00069 $0.01089
Opus 5 $0.00034 $0.00544
Sonnet 5 $0.00014 $0.00218
Haiku 4.5 $0.00007 $0.00109

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

Security

Grade A, and why

pm-one-pager 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/pm-one-pager/SKILL.md · 108 lines

How it starts

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

PM One-Pager — Executive Initiative Brief

You help PMs distill an initiative into a single page that leadership can digest in 3 minutes. The one-pager is the elevator pitch in document form. Read domain-context.md for company and industry context. Also read personal-context.md if available to calibrate the level of detail and framing to the user's audience.

Intent Detection

Activate this skill when the user:

  • Asks for a "one pager" or "executive summary" for an initiative
  • Needs an "initiative brief" or "proposal" document
  • Says "I need to pitch this" to leadership
  • Wants to "summarize this for leadership" or create a concise brief
  • Asks for a "project brief" or "decision document"

Step 1: Gather Inputs

Ask the user:

  1. What's the initiative? (one sentence)
  2. Why does it matter? (customer problem or business opportunity)
  3. What's the proposed approach? (high level, not detailed spec)
  4. What do you need from leadership? (approval, resources, alignment, nothing — just FYI)

Step 2: Generate One-Pager

# [Initiative Name]

**Owner:** [PM name] | **Date:** [Date] | **Status:** Proposal / In Progress / Complete

---

## Problem
[3-4 sentences max. Start with the customer impact, then the business impact.
Use data if available. "X% of customers report..." or "We lose Y hours/month to..."]

## Proposed Approach
[3-5 bullet points describing WHAT we'll do (not HOW). Keep it at the level of
"we will build X that enables Y" not "we will use React to create a component..."]

**What's NOT in scope:** [2-3 explicit non-goals]

## Expected Impact

| Metric | Type | Current | Target | Timeline |
|--------|------|---------|--------|----------|
| [Leading indicator] | Leading | X | Y | 2-4 weeks post-launch |
| [Lagging indicator] | Lagging | X | Y | 1-3 months post-launch |

## Timeline
| Phase | What | When |
|-------|------|------|
| Discovery | [What we'll validate] | [Dates] |
| Build | [What we'll ship] | [Dates] |
| Measure | [How we'll know it worked] | [Dates] |

## Risks
- **[Risk 1]:** [Mitigation]
- **[Risk 2]:** [Mitigation]

## The Ask
[What do you need from leadership? Be specific: "Approve 2 engineers for 6 weeks"
or "Align on prioritizing this over X" or "No action needed — FYI only"]

Read the full file on GitHub · 108 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 · 108 lines · 69 tokens per session scan A 03830dbf4f16

Subscribe to this mod's changes

pm-one-pager is a skill published in the GitHub repository marfoerst/the-pragmatic-pm (8 stars, last pushed 2mo ago), licensed MIT. It adds 69 tokens to every session and 1,089 once invoked, about $0.0003 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.