product-capability

product-capability is a skill for Claude Code, Codex from drvoss/everything-copilot-cli. It costs 39 tokens per session (1,360 once invoked), scanned A, original, MIT.

A technical specification that turns a product request into implementable work for engineers. It includes verifiable acceptance criteria, a task breakdown, and links between the request, requirements, and implementation tasks.

In plain words
What is it for?
It is for preparing engineering tickets, estimating work, adding detail to an existing product requirements document, and tracking requirements through implementation.
Why use it?
It removes ambiguity before development by making the expected behavior clear and testable.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/drvoss/everything-copilot-cli/product-capability
Any agent
npx skills add drvoss/everything-copilot-cli --skill product-capability
Clone the repo
git clone --depth 1 https://github.com/drvoss/everything-copilot-cli

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 product-capability

README.md
[![agentmods](https://agentmods.dev/badge/skills/drvoss/everything-copilot-cli/product-capability.svg)](https://agentmods.dev/skills/drvoss/everything-copilot-cli/product-capability)
Your own site
<a href="https://agentmods.dev/skills/drvoss/everything-copilot-cli/product-capability"><img src="https://agentmods.dev/badge/skills/drvoss/everything-copilot-cli/product-capability.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,360 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00039 $0.01360
Opus 5 $0.00019 $0.00680
Sonnet 5 $0.00008 $0.00272
Haiku 4.5 $0.00004 $0.00136

Measured today against content hash c639e0094e40, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

product-capability 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 today.

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/product/product-capability/SKILL.md · 148 lines

How it starts

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

Product Capability

Transform a product requirement or feature request into a capability specification: a structured technical document that bridges product intent and engineering implementation.

Distinct from create-prd:

  • create-prdwhat and why (Jobs-to-be-Done, personas, scope). Audience: PMs, stakeholders.
  • product-capabilitywhat + how (acceptance criteria, task breakdown, traceability). Audience: engineers building it.

When to Use

  • Engineering needs a clear, testable spec to implement from — not a narrative PRD
  • Acceptance criteria must be explicit and verifiable before a ticket is created
  • Traceability is required: feature request → capability → AC → implementation tasks
  • A PRD exists but lacks the implementation detail engineers need to estimate or build

When NOT to Use

Instead of product-capability Use
Exploring the problem space and options opportunity-solution-tree
Writing the product story for stakeholders create-prd
Prioritizing what to build next feature-prioritization
Planning launch readiness launch-strategy

Structure

A capability spec consists of five parts:

1. Capability Statement

One sentence: what the system must be able to do.

The system must allow authenticated users to export their activity history
as a CSV file filtered by date range.

Write as system capability, not user story. Avoid "As a user, I want…" — that belongs in the PRD.

2. Context

  • Source requirement (link to PRD, issue, or ticket)
  • Affected components (which services, modules, APIs)
  • Dependencies (what must exist before this can be built)

3. Acceptance Criteria

Each criterion must be:

  • Testable: a QA engineer can write a test case for it without ambiguity
  • Specific: names exact behavior, not intent
  • Binary: pass or fail — no "should generally work"
**AC-01**: Given a user with `EXPORT_HISTORY` permission, when they request
  an export for date range [start, end], the system returns a valid CSV within
  5 seconds containing all activity records in that range.

**AC-02**: Given an empty result set, the system returns an empty CSV with
  only the header row, not an error.

**AC-03**: Given a date range exceeding 1 year, the system rejects the request
  with HTTP 422 and error code `DATE_RANGE_TOO_LARGE`.

**AC-04**: Exported CSV rows include: timestamp (ISO 8601), action_type,
  resource_id, user_id, ip_address.

Read the full file on GitHub · 148 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. today First seen · 148 lines · 39 tokens per session scan A c639e0094e40

Subscribe to this mod's changes

product-capability is a skill published in the GitHub repository drvoss/everything-copilot-cli (45 stars, last pushed 8d ago), licensed MIT. It adds 39 tokens to every session and 1,360 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-09-03.

Related

Other skills, from other repositories

speckit-workflow

Manage and run Spec Kit automation workflows via specify workflow. USE FOR: running a workflow by ID or local YAML, resuming a paused/failed run, checking run status, listing/installing/removing workflows, searching the workflow catalog, showing a workflow step graph. DO NOT USE FOR: extensions (use…

github/spec-kit-copilot · 93 tokens

declare

Analyzes task plan and declares files that will be created or modified, producing declared-files.json.

rickywo/Formic · 21 tokens

execute

Executes the implementation plan for a Formic task.

rickywo/Formic · 13 tokens

launch-command

Launch orchestration and readiness assessment engine with cross-functional workstream tracking and go/no-go gates. Use when: launch readiness, launch checklist, launch orchestration, go no go, launch plan, are we ready to launch.

varunk130/ai-gtm-skill-library · 48 tokens

decompose

Decompose a feature spec into work items for orchestration via nw. Takes a PRD, phase doc, or verbal description and breaks it into human-reviewable PR-sized work items with dependencies mapped into batches. Use when asked to "decompose", "break down this feature", "create work items for", or "plan the work items".

ninthwave-io/ninthwave · 75 tokens

friction-triage

Interactively walk through every friction log in .ninthwave/friction/ one at a time. For each log: read it, assess severity and possible duplicates, ask the human what to do (fix now / create work item / update doc / drop / merge / skip), execute the decision, and delete the log. This is the canonical way to clear the…

ninthwave-io/ninthwave · 123 tokens