Source profileQuality 83/100Review permissions

alirezarezvani/claude-skills/product-team/skills/product-skills/SKILL.md

product-skills

Use when coordinating product work across the 12 bundled product sub-skills (RICE, OKRs, UX research, design tokens, competitive teardown, analytics, experiments, discovery, roadmaps, spec-to-repo, landing pages, SaaS scaffolding) or the 4 standalone product-team plugins (user stories, Apple HIG, code-to-PRD, research summarizer). Triggers on 'help me prioritize', 'plan a product experiment', 'we ship features nobody uses', 'run the discovery loop', 'is our OST sound'. Forks context to route to

Source repository stars
23,781
Declared platforms
4
Static risk flags
1
Last source update
2026-07-17
Source checked
2026-08-04

Decision brief

What it does—and where it fits

This orchestrator does two jobs. Routing: fork context, classify a product inquiry with scripts/productgoalrouter.py across all 16 product-team lanes (12 bundled + 4 standalone plugins), run exactly one, return a digest. Looping: run product work as bounded agentic loops with ma…

Best for

  • Use when coordinating product work across the 12 bundled product sub-skills (RICE, OKRs, UX research, design tokens, competitive teardown, analytics, experiments, discovery, roadmaps, spec-to-repo, landing pages, SaaS s…

Not for

  • ❌ Run all 16 lanes "to be thorough" — route to one, digest, chain on confirmation
  • ❌ Cite an OST that fails the linter, or promote a single-participant anecdote to insight

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexDeclaredSource recordInstall path and trigger
Claude CodeDeclaredSource recordInstall path and trigger
CursorDeclaredSource recordInstall path and trigger
Gemini CLIDeclaredSource recordInstall path and trigger
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/alirezarezvani/claude-skills --skill "product-team/skills/product-skills"
Safe inspection promptEditorial

Inspect the Agent Skill "product-skills" from https://github.com/alirezarezvani/claude-skills/blob/aa8d778811a557a2c28ccadda4cf3d0bd028a4cc/product-team/skills/product-skills/SKILL.md at commit aa8d778811a557a2c28ccadda4cf3d0bd028a4cc. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    When to invoke

    Review the “When to invoke” section in the pinned source before continuing.

    Review and apply the “When to invoke” source section.
  2. 02

    Routing logic (deterministic)

    Exit 0 → routeto names the skill (with skillpath, including the standalone plugins): load its SKILL.md and follow its workflow. Exit 2 → ask ONE clarifying question naming the listed candidates, with a recommended answer. Exit 3 → no signal: ask the user to restate the goal with…

    Exit 0 → routeto names the skill (with skillpath, including the standalone plugins): load its SKILL.md and follow its workflow. Exit 2 → ask ONE clarifying question naming the listed candidates, with a recommended answe…
  3. 03

    The discovery loop (the domain's recurring agentic loop)

    Modern discovery is a weekly habit, not a project phase (Torres). Run it as a bounded loop with two machine gates:

    Observe — maintain discoverylog.json (interviews, assumption tests; shape inChoose — the tracker's nextloopaction IS the choice: book the touchpoint,Act — run the interview / assumption test with the routed sub-skill's tools.
  4. 04

    Hard rules

    1. Evidence before conviction: no roadmap item cites the OST unless ostlinter.py exits 0; no insight is asserted from a single participant (anecdote, not insight). 2. Outcome-first: every loop hangs from one measurable outcome — the linter's O1 rule is the intake gate. 3. Experi…

    Evidence before conviction: no roadmap item cites the OST unless ostlinter.pyOutcome-first: every loop hangs from one measurable outcome — the linter's O1 ruleExperiments are gated by math: sample size from
  5. 05

    Forcing-question library (grill-with-docs pattern)

    One per turn, recommended answer, canon citation. Never run a sub-skill or start a loop until the lane-defining decision is locked:

    DISCOVERY lane: "What is the single outcome this discovery serves, stated with aPRIORITIZE lane: "Does time sensitivity change this ranking — would delaying anyEXPERIMENT lane: "What baseline rate and MDE justify this test's runtime?

Permission review

Static risk signals and limitations

Runs scripts

medium · line 35

The documentation asks the agent to run terminal commands or scripts.

python3 scripts/product_goal_router.py --text "<the goal>" --output json

Runs scripts

medium · line 52

The documentation asks the agent to run terminal commands or scripts.

python3 scripts/discovery_cadence_tracker.py --input discovery_log.json

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score83/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars23,781SourceRepository attention, not individual Skill quality
Compatibility4 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
alirezarezvani/claude-skills
Skill path
product-team/skills/product-skills/SKILL.md
Commit
aa8d778811a557a2c28ccadda4cf3d0bd028a4cc
License
MIT
Collected
2026-08-04
Default branch
main
View the original SKILL.md

Product Team — Domain Orchestrator & Discovery Loop

This orchestrator does two jobs. Routing: fork context, classify a product inquiry with scripts/product_goal_router.py across all 16 product-team lanes (12 bundled + 4 standalone plugins), run exactly one, return a digest. Looping: run product work as bounded agentic loops with machine-checkable gates — the continuous-discovery loop (weekly cadence scored by discovery_cadence_tracker.py, tree structure enforced by ost_linter.py) and goal-scale runs through the repo-wide agent-harness.

When to invoke

SymptomSub-skill
"Prioritize features / RICE / PRD"product-manager-toolkit
"OKRs, strategy cascade"product-strategist
"Personas, usability, research synthesis"ux-researcher-designer
"Design tokens, WCAG contrast"ui-design-system
"Competitor matrix, teardown"competitive-teardown
"Retention, cohorts, funnels, KPIs"product-analytics
"A/B test, sample size, hypothesis"experiment-designer
"Discovery, assumptions, opportunity trees"product-discovery
"Roadmap comms, release notes, changelog"roadmap-communicator
"Spec → runnable repo"spec-to-repo
"Landing page (Next.js/Tailwind)"landing-page-generator
"SaaS boilerplate"saas-scaffolder
"User stories, sprint capacity"agile-product-owner (standalone)
"Apple HIG audit"apple-hig-expert (standalone)
"PRD from an existing codebase"code-to-prd (standalone)
"Summarize papers/articles"research-summarizer (standalone)

Routing logic (deterministic)

python3 scripts/product_goal_router.py --text "<the goal>" --output json

Exit 0 → route_to names the skill (with skill_path, including the standalone plugins): load its SKILL.md and follow its workflow. Exit 2 → ask ONE clarifying question naming the listed candidates, with a recommended answer. Exit 3 → no signal: ask the user to restate the goal with the deliverable named. Never guess silently; never silently chain — digest first, confirm, then chain.

The discovery loop (the domain's recurring agentic loop)

Modern discovery is a weekly habit, not a project phase (Torres). Run it as a bounded loop with two machine gates:

  1. Observe — maintain discovery_log.json (interviews, assumption tests; shape in assets/sample_discovery_log.json) and score the cadence:
    python3 scripts/discovery_cadence_tracker.py --input discovery_log.json
    
    Refuses on < 2 interviews (exit 5) — there is no cadence to measure yet. Output: health 0–100, verdict HEALTHY/AT-RISK/DORMANT, named gaps, and next_loop_action.
  2. Choose — the tracker's next_loop_action IS the choice: book the touchpoint, re-anchor the guide on the outcome, or test the top untested assumption (route to product-discovery's assumption_mapper for prioritization).
  3. Act — run the interview / assumption test with the routed sub-skill's tools.
  4. Verify — keep the tree structurally sound before it may drive a roadmap:
    python3 scripts/ost_linter.py --input ost.json    # exit 2 = NEEDS-REWORK, fix before citing the tree
    
    Rules: one measurable outcome root (O1), opportunities are needs not features (O2), targeted opportunities compare ≥ 2 solutions (O3), every solution has an assumption test (O4), no orphan solutions (O5 — the feature-factory tell).
  5. Record / Repeat-or-stop — update the log, keep the weekly streak alive. Stop states: HEALTHY + validated assumption → graduate to experiment-designer (build the A/B gate) or product-manager-toolkit (PRD); DORMANT for 4+ weeks → escalate to the product lead by name — do not quietly let discovery die.

For build-scale goals ("turn this validated spec into a repo and verify it"), compile through the repo-wide harness instead:

python3 engineering/agent-harness/skills/agent-harness/scripts/goal_compiler.py \
  --goal "<goal>" --manifest engineering/agent-harness/skills/agent-harness/assets/harnesses/product-team.json \
  --out .agent-harness/plan.json

The domain's three strongest close-out gates plug in as task verifications: ../spec-to-repo/scripts/validate_project.py (exit 0), code-to-prd's golden expected_outputs/, and research-summarizer's citation-count check.

Hard rules

  1. Evidence before conviction: no roadmap item cites the OST unless ost_linter.py exits 0; no insight is asserted from a single participant (anecdote, not insight).
  2. Outcome-first: every loop hangs from one measurable outcome — the linter's O1 rule is the intake gate.
  3. Experiments are gated by math: sample size from ../experiment-designer/scripts/sample_size_calculator.py, never gut feel; report the MDE with the verdict.
  4. Prioritization shows its framework: RICE for steady-state, WSJF/cost-of-delay when time sensitivity dominates, opportunity scoring for underserved needs — name which and why (see references/product_operating_model.md).
  5. AI features ship with evals: a golden set + rubric is the PRD's quality contract for probabilistic features (references/ai_product_evals.md).
  6. Never modify a gate you are judged by; exhausted budgets escalate to a named human, never report as success.

Forcing-question library (grill-with-docs pattern)

One per turn, recommended answer, canon citation. Never run a sub-skill or start a loop until the lane-defining decision is locked:

  • DISCOVERY lane: "What is the single outcome this discovery serves, stated with a number? Recommended: write it as the OST root first — opportunities without an outcome are a feature factory. Canon: Torres, Continuous Discovery Habits; opportunity solution trees (producttalk.org)."
  • PRIORITIZE lane: "Does time sensitivity change this ranking — would delaying any item a quarter erode its value? Recommended: if yes, run WSJF/cost-of-delay alongside RICE and compare ranks; flag items whose rank flips on a one-step estimate change. Canon: Reinertsen, Principles of Product Development Flow; SAFe WSJF false-precision critique."
  • EXPERIMENT lane: "What baseline rate and MDE justify this test's runtime? Recommended: compute n first; if you can't reach it in 4 weeks, test a bigger lever. Canon: statistical power analysis (experiment-designer)."
  • ANALYTICS lane: "Is your North Star a leading indicator of value exchange, or revenue/vanity? Recommended: leading value metric with an input tree. Canon: Amplitude, The North Star Playbook."
  • STRATEGY lane: "Are these OKRs outcomes or shipping lists? Recommended: outcomes — output OKRs are the #1 operating-model failure. Canon: Cagan, Transformed (SVPG, 2024)."
  • BUILD lanes (spec-to-repo / saas-scaffolder): "Which validated assumption says this should be built at all? Recommended: link the OST test that survived; building is the most expensive way to test an idea. Canon: Torres; Bland, Testing Business Ideas."

Assumptions

  1. The user owns (or advises the owner of) the product decision.
  2. Discovery data lives in the workspace as JSON logs — the loop is file-backed and resumable; every tool ships --sample so the shape is visible first.
  3. The four standalone plugins are installed alongside the bundle (the router still routes to them by path if not).

Non-goals

  • Not the delivery loop — sprint/flow/Jira work routes to project-management.
  • Not the generic loop engine — that is engineering/agent-harness; this orchestrator is the product-domain adapter (router + discovery gates).
  • Not campaign marketing — marketing/landing builds from-scratch marketing pages; landing-page-generator here scaffolds product Next.js/TSX pages.

Output artifacts

ModeArtifact
RouteSub-skill's own artifact + ≤ 200-word digest with one canon-cited challenge
Discovery loopdiscovery_log.json + cadence report + linted ost.json
Harness run.agent-harness/plan.json + state.json + close handoff

Anti-patterns (do not)

  • ❌ Run all 16 lanes "to be thorough" — route to one, digest, chain on confirmation
  • ❌ Cite an OST that fails the linter, or promote a single-participant anecdote to insight
  • ❌ Ship an AI feature whose PRD has no eval (golden set + rubric)
  • ❌ Let the discovery streak die silently — DORMANT escalates by name
  • ❌ Treat RICE as the only prioritization lens when deadlines dominate

References

Alternatives

Compare before choosing

Computed 8823,781

alirezarezvani/claude-skills

research-ops-skills

Use when planning, funding, scoping, or synthesizing enterprise research across workstreams — clinical study design, R&D program finance, market sizing/surveys, or product/user research. Triggers on "design this clinical study", "what sample size", "R&D budget", "burn rate", "capitalize or expense", "TAM SAM SOM", "market sizing", "survey design", "segment the market", "plan user interviews", "usability test", "synthesize research insights". Forks context to route to one of four Research-Operati

Computed 97195

PramodDutta/qaskills

Pairwise Test Generator

Generate optimized test combinations using pairwise (all-pairs) testing algorithms to achieve maximum coverage with minimum test cases across multiple input parameters

Computed 92195

PramodDutta/qaskills

Error Message Reviewer

Audit error messages across an application for clarity, actionability, consistency, and user-friendliness by cataloging and grading every error surface.

Computed 9023,781

alirezarezvani/claude-skills

helm-chart-builder

Helm chart development agent skill and plugin for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw — chart scaffolding, values design, template patterns, dependency management, security hardening, and chart testing. Use when: user wants to create or improve Helm charts, design values.yaml files, implement template helpers, audit chart security (RBAC, network policies, pod security), manage subcharts, or run helm lint/test.