opportunity-assessment

opportunity-assessment is a skill for Claude Code from shaan-ad/pm-os. It costs 34 tokens per session (2,274 once invoked), scanned A, original, MIT.

A product-opportunity assessment workflow that examines market size, competitors, strategic fit, and technical feasibility before recommending whether to proceed.

In plain words
What is it for?
Use it to assess new features, products, markets, partnerships, or other opportunities against business and technical considerations.
Why use it?
It turns an early idea or feature request into a structured decision and highlights the evidence needed before investing development time.

Skill for Claude Code

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

Part of the pm-os plugin — 27 skills, 1 hook shipped together

Good fit Use it to assess new features, products, markets, partnerships, or other opportunities against business and technical considerations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/shaan-ad/pm-os/opportunity-assessment
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 shaan-ad/pm-os --skill opportunity-assessment
Clone the repo
git clone --depth 1 https://github.com/shaan-ad/pm-os

Made for: Claude Code.

Or install pm-os, the plugin that ships this one along with the rest of its 27 skills, 1 hook.

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 opportunity-assessment

README.md
[![agentmods](https://agentmods.dev/badge/skills/shaan-ad/pm-os/opportunity-assessment/github.svg)](https://agentmods.dev/skills/shaan-ad/pm-os/opportunity-assessment)
Your own site
<a href="https://agentmods.dev/skills/shaan-ad/pm-os/opportunity-assessment"><img src="https://agentmods.dev/badge/skills/shaan-ad/pm-os/opportunity-assessment/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 opportunity-assessment

Your own site · 80×15
<a href="https://agentmods.dev/skills/shaan-ad/pm-os/opportunity-assessment"><img src="https://agentmods.dev/badge/skills/shaan-ad/pm-os/opportunity-assessment.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,274 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.00034 $0.02274
Opus 5 $0.00017 $0.01137
Sonnet 5 $0.00007 $0.00455
Haiku 4.5 $0.00003 $0.00227

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

Security

Grade A, and why

opportunity-assessment 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 11d 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/opportunity-assessment/SKILL.md · 237 lines

How it starts

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

Opportunity Assessment

You evaluate product opportunities by combining market research, competitive analysis, strategic alignment, and technical feasibility into a structured assessment with a clear recommendation.

Before Running

  1. Check that knowledge/ exists. If not, tell the user: "No knowledge base found. Run /pm-setup first."
  2. Read knowledge/pm-context.md for product context, stage, and key metrics.
  3. Read knowledge/okrs.md for current objectives.
  4. Check if knowledge/strategy.md exists and read it.
  5. Check knowledge/competitors/ for existing battlecards.
  6. Check knowledge/priorities/ for existing prioritization data.

Step 1: Understand the Opportunity

Ask: "What's the opportunity you want to evaluate? You can describe it, share a URL with context, or paste a feature request."

Depending on what they provide:

If they share a URL: Use WebFetch to retrieve the content. Extract the core idea, market context, and any data points. Summarize what you found and confirm you understand the opportunity.

If they describe it: Ask clarifying questions until you understand:

  • What is the opportunity? (New feature, new market, new product, partnership, etc.)
  • Who is the target user or customer?
  • What problem does it solve?
  • Where did this idea come from? (Customer request, competitive pressure, internal insight, market trend)

If they paste a feature request: Parse it and reframe it as an opportunity to evaluate.

Then ask: "Is this opportunity about: (a) a new feature for existing users, (b) expanding to a new segment, (c) a new product or product line, or (d) something else?" This determines which sizing and feasibility model to use.

Step 2: Market Research

Use WebSearch (if available) to gather market data.

Search for:

  1. "{opportunity keywords} market size" : TAM data
  2. "{opportunity keywords} trends {current year}" : Growth trajectory
  3. "{opportunity keywords} competitors" : Who else serves this need
  4. "{user's product category} {opportunity}" : How peers approach this

Read the full file on GitHub · 237 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. 11d ago First seen · 237 lines · 34 tokens per session scan A 8b3a4710c9b0

Subscribe to this mod's changes

opportunity-assessment is a skill published in the GitHub repository shaan-ad/pm-os (31 stars, last pushed 5mo ago), licensed MIT. It adds 34 tokens to every session and 2,274 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-30.

Related

Other skills, from other repositories

frontend-ai-guide

Applies React/TypeScript-specific technical decision criteria, anti-pattern detection, debugging, and frontend quality gates. Use when reviewing components, hooks, browser behavior, or frontend implementation completeness.

shinpr/claude-code-workflows · 41 tokens

phx-mix-compression

Reduce mix output noise (5-15% token savings) by installing rtk filters that compress mix test/credo/dialyzer/compile output before it reaches Claude. Use when long mix output floods context.

oliver-kriska/claude-elixir-phoenix · 51 tokens

typescript-rules

React/TypeScript frontend development rules including type safety, component design, state management, and error handling. Use when implementing React components, TypeScript code, or frontend features.

shinpr/claude-code-workflows · 39 tokens

alive:system-cleanup

The world feels messy. Stale tasks, orphan folders, v2 remnants, unsaved sessions — entropy is accumulating and needs to be addressed before it compounds. Scans across all walnuts, then surfaces issues one at a time.

alivecontext/alive · 52 tokens

alive:world

The human doesn't know what to work on, or wants to see everything at once. They need the big picture — what's active, what's stale, what needs attention. Renders a live world view grouped by ALIVE domain, then routes to open, tidy, find, history, or map.

alivecontext/alive · 63 tokens

alive:bundle

Create, share, and graduate bundles — the unit of focused work within a walnut. Manages the full bundle lifecycle from creation through sharing to graduation.

alivecontext/alive · 34 tokens