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.
npx skills add magnus919/agent-skills --skill product-roadmapping-and-portfoliogit clone --depth 1 https://github.com/magnus919/agent-skillsWrote 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.
[](https://agentmods.dev/skills/magnus919/agent-skills/product-roadmapping-and-portfolio)<a href="https://agentmods.dev/skills/magnus919/agent-skills/product-roadmapping-and-portfolio"><img src="https://agentmods.dev/badge/skills/magnus919/agent-skills/product-roadmapping-and-portfolio/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.
<a href="https://agentmods.dev/skills/magnus919/agent-skills/product-roadmapping-and-portfolio"><img src="https://agentmods.dev/badge/skills/magnus919/agent-skills/product-roadmapping-and-portfolio.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00144 | $0.01658 |
| Opus 5 | $0.00072 | $0.00829 |
| Sonnet 5 | $0.00029 | $0.00332 |
| Haiku 4.5 | $0.00014 | $0.00166 |
Grade A, and why
product-roadmapping-and-portfolio 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.
How it starts
The opening of the file, as written. The whole thing — 111 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Product Roadmapping and Portfolio Management
Build roadmaps that communicate strategic intent without pretending to predict the future. This skill covers outcome-based sequencing, strategic-bet management, and portfolio-level choices — not feature-level prioritization or project scheduling.
Core Principles
-
Roadmaps are not project schedules. A roadmap communicates strategic direction and sequencing intent. It does not commit to dates by default. The default view is Now/Next/Later; dates appear only when explicitly labeled as commitments.
-
Distinguish four categories in every artifact. Every roadmap output separates evidence (observed data), assumptions (beliefs not yet validated), commitments (decisions with consequences for reversal), and options (alternatives under consideration).
-
Bets, not plans. Each roadmap item is a strategic bet — an investment with an expected outcome, a confidence level, explicit dependencies, and pre-defined continue/pause/kill/revisit criteria. A roadmap is a portfolio of bets, not a to-do list.
-
Portfolio thinking scales up and down. The same bet-record and roadmap structure works for a single product and for a portfolio of products.
Loading Guide
| File | Load when |
|---|---|
| references/outcome-roadmapping.md | Building or reviewing a Now/Next/Later outcome roadmap |
| references/strategic-bets.md | Defining, evaluating, or comparing strategic bets |
| references/dependency-confidence-view.md | Mapping cross-bet dependencies or calibrating confidence |
| references/scenario-comparison.md | Comparing alternative futures or building scenario plans |
| references/roadmap-review-cadence.md | Designing or running a roadmap review process |
| references/discovery-brief.md | Understanding ownership boundaries and routing rules |
| templates/outcome-roadmap.md | Fillable Now/Next/Later roadmap template |
| templates/bet-record.md | Fillable strategic-bet record |
| templates/roadmap-review-record.md | Recording a roadmap review session |
What ships with it
11 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.
- evals/evals.json 5.1 KB
- README.md 2.2 KB
- references/dependency-confidence-view.md 641 B
- references/discovery-brief.md 1.6 KB
- references/outcome-roadmapping.md 986 B
- references/roadmap-review-cadence.md 955 B
- references/scenario-comparison.md 509 B
- references/strategic-bets.md 1007 B
- templates/bet-record.md 1.0 KB
- templates/outcome-roadmap.md 748 B
- templates/roadmap-review-record.md 741 B
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.
- 6d ago Changed · +1 lines a7551138ef0d
- 9d ago First seen · 110 lines · 144 tokens per session scan A 698fe6f7d5e0
product-roadmapping-and-portfolio is a skill published in the GitHub repository magnus919/agent-skills (76 stars, last pushed yesterday), licensed MIT. It adds 144 tokens to every session and 1,658 once invoked, about $0.0007 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-09-03.
Other skills, from other repositories
cocoharvest
Decompose an approved plan into parallel workstreams, assign specialist personas, classify stages as HITL or AFK (CocoLens), generate flow.json stages with checkpoints and dual-file state, and create per-stage prompt files. Includes adaptive parallelism, stall detection, shell identity injection, and consecutive…
plan
Enter the Plan phase of CocoBrew. Runs CocoSpec quality gate pre-flight, reads spec.md and discuss.md (if present), invokes Coco native plan mode as a mandatory gate, captures the approved plan to plan.md, creates initial flow.json template, and commits. Must have $spec completed first.
cocoplus-config
CocoPlus configuration SSOT — $cocoplus sync propagates cocoplus.toml into downstream artifacts; $cocoplus migrate-config converts legacy safety-config.json. Invoked via $cocoplus sync and $cocoplus migrate-config.
ops-demo
CocoOps demo mode activator — populates .cocoplus/ops/demo/ with realistic mock data and sets cocoplus.toml [demo] enabled = true. Invoked via $ops demo.
ops-dora
CocoOps DORA metrics — computes four DORA-adapted delivery metrics from Snowflake task history and git log. Extends the longitudinal delivery thesis through the skill-native CocoOps thesis workflow. Invoked via $ops dora.
ops-sprint
CocoOps sprint health — computes story velocity, burndown, and completion prediction from git log and sprint window config. Invoked via $ops sprint.