pipeline-steps

pipeline-steps is a skill for Claude Code from lenar-amirov/product-pipeline-public. It costs 67 tokens per session (894 once invoked), scanned A, original, MIT.

A reference guide for a product-work pipeline, mapping jobs such as hypotheses, validation, solutions, sketches, and tickets to numbered steps.

In plain words
What is it for?
Use it when running pipeline commands or jobs and when updating, validating, or rendering the hypothesis registry.
Why use it?
It tells the agent which detailed instructions and hypothesis records apply to each pipeline job, reducing missed or inconsistent steps.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions CLAUDE.md.

Good fit Use it when running pipeline commands or jobs and when updating, validating, or rendering the hypothesis registry.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lenar-amirov/product-pipeline-public/pipeline-steps
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 lenar-amirov/product-pipeline-public --skill pipeline-steps
Clone the repo
git clone --depth 1 https://github.com/lenar-amirov/product-pipeline-public

Made for: Claude Code.

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 pipeline-steps

README.md
[![agentmods](https://agentmods.dev/badge/skills/lenar-amirov/product-pipeline-public/pipeline-steps/github.svg)](https://agentmods.dev/skills/lenar-amirov/product-pipeline-public/pipeline-steps)
Your own site
<a href="https://agentmods.dev/skills/lenar-amirov/product-pipeline-public/pipeline-steps"><img src="https://agentmods.dev/badge/skills/lenar-amirov/product-pipeline-public/pipeline-steps/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 pipeline-steps

Your own site · 80×15
<a href="https://agentmods.dev/skills/lenar-amirov/product-pipeline-public/pipeline-steps"><img src="https://agentmods.dev/badge/skills/lenar-amirov/product-pipeline-public/pipeline-steps.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 894 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.00067 $0.00894
Opus 5 $0.00034 $0.00447
Sonnet 5 $0.00013 $0.00179
Haiku 4.5 $0.00007 $0.00089

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

Security

Grade A, and why

pipeline-steps 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.

.claude/skills/pipeline-steps/SKILL.md · 66 lines

How it starts

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

Pipeline Step Instructions

Navigation layer: jobs map + registry rules here, per-step details in references/steps.md (read only the section you are executing).

Jobs → steps. Jobs are the primary interface (CLAUDE.md → JOBS CATALOG): /hypotheses → steps 1–2 · /brief → 4/5/11 · /validate → 6 · /solutions → 7 · /sketch → 8 · /tickets → create-tickets · /ingest → skill ingest · /next → skill next-advisor · /challenge → skill challenge · /deep-think → skill deep-think. Every job runs standalone: no initiative → work on chat context, type evidence INFERRED, offer to persist afterwards; initiative exists → read and write its registry and artifacts as described per step.

Hypothesis registry (all steps). Hypothesis STATE (status, evidence type, confidence, sources, history) lives in output/hypotheses.json — manage it via python3 tools/scripts/hypotheses.py (add / set / validate / render). set records history automatically. Narrative markdown (hypotheses.md, validated-hypotheses.md) stays authored prose and must not contradict the registry. After changing the registry run hypotheses.py render <dir> to refresh output/registry.md. Legacy initiatives: convert once with python3 tools/scripts/migrate-hypotheses.py <dir>.


Step index

Details for every step live in references/steps.mdread the section for the step you are executing (table of contents at the top; don't load other steps, they aren't needed).

# Command Type Note
0 /setup-initiative Core
1 /analyze-cjm Core
2 /synthetic-research Recommended
3 /competitor-research Recommended
4 /generate-research Recommended
5 /create-survey-audience Optional
6 /validate-problems Core
7 /solution-hypotheses Core
8 /sketch-solution Core
8.5 /user-test-concept Optional; alias for user-testing concept mode
9 /review-design Recommended
10 /create-presentation Core Problem Research Report
11 /create-design-brief Recommended
12 /estimate-with-dev Core
13 /finalize-prd Core
14 /design-ab-test Recommended
15 /create-gate2-presentation Core Solution Research Report
/create-tickets after Gate 2 push to tracker via MCP
16 /analyze-ab-test Recommended
17 /plan-gtm Core
18 /create-gtm-materials Optional
19 /support-task Optional

Read the full file on GitHub · 66 lines

Files

What ships with it

1 file 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.

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 · 66 lines · 67 tokens per session scan A a3b7c34f36f4

Subscribe to this mod's changes

pipeline-steps is a skill published in the GitHub repository lenar-amirov/product-pipeline-public (12 stars, last pushed 22d ago), licensed MIT. It adds 67 tokens to every session and 894 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-30.

Related

Other skills, from other repositories

chief-strategy-officer

Owns where the business plays and how it wins over a multi-year horizon — portfolio choices, corporate development, strategic partnerships, and planning under uncertainty. Use this for a decision about which markets or businesses to be in, whether to build, buy, or partner, how to allocate capital across business…

cbrock84/headcount · 93 tokens

seo-strategy

Audits and improves organic search performance — technical health, site architecture, internal linking, structured data, and the content decisions that determine what can rank. Use this to run an SEO audit, diagnose why pages are not ranking or were deindexed, plan a site's URL and navigation structure, add structured…

cbrock84/headcount · 74 tokens

financial-statement-analysis

Reads a set of financial statements and establishes what changed and why — fluctuation analysis against prior period and against budget, profitability, liquidity, solvency and efficiency ratios, benchmarking, and the non-GAAP measures presented alongside them. Use this to interpret results, review a counterparty's or…

cbrock84/headcount · 93 tokens

youtube-producer

Plans, packages, and scripts long-form video for retention and channel growth — idea selection, titles and thumbnails, script structure, and diagnosing why a video or channel underperforms. Use this for video ideas, packaging, scripting, a retention teardown, or channel strategy — including when someone describes a…

cbrock84/headcount · 86 tokens

estimating-and-contingency

Produces a cost or effort estimate someone can defend — decomposing the work, choosing between analogous, parametric and bottom-up methods, documenting the basis and its assumptions, expressing confidence as a range, and sizing contingency and management reserve separately. Use this to build an estimate, challenge one…

cbrock84/headcount · 87 tokens

scenario-planning

Plans under genuine uncertainty — building scenarios, identifying which assumptions are load-bearing, setting early-warning indicators, and stress-testing a plan against futures rather than forecasting one. Use this when a decision depends on something unknowable, when a plan assumes conditions that may not hold…

cbrock84/headcount · 78 tokens