ds-productize

ds-productize is a skill for Claude Code, Codex from sungurerdim/dev-skills. It costs 45 tokens per session (4,400 once invoked), scanned A, original, MIT.

A readiness audit and planning skill for turning a project into a paid product. It covers how customers pay, what plans include, how paid access is enforced, and the basics of selling the product.

In plain words
What is it for?
Use it to design or review pricing and packages, check billing and entitlements, plan monetisation, and prepare a project for launch as a paid product or SaaS.
Why use it?
It exposes business gaps that technical testing does not, such as missing payment rules, unclear pricing, or paid features that are not actually restricted.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to design or review pricing and packages, check billing and entitlements, plan monetisation, and prepare a project for launch as a paid product or SaaS.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sungurerdim/dev-skills/ds-productize
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 sungurerdim/dev-skills --skill ds-productize
Clone the repo
git clone --depth 1 https://github.com/sungurerdim/dev-skills

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 ds-productize

README.md
[![agentmods](https://agentmods.dev/badge/skills/sungurerdim/dev-skills/ds-productize.svg)](https://agentmods.dev/skills/sungurerdim/dev-skills/ds-productize)
Your own site
<a href="https://agentmods.dev/skills/sungurerdim/dev-skills/ds-productize"><img src="https://agentmods.dev/badge/skills/sungurerdim/dev-skills/ds-productize.svg" alt="Measured on agentmods" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,400 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.00045 $0.04400
Opus 5 $0.00023 $0.02200
Sonnet 5 $0.00009 $0.00880
Haiku 4.5 $0.00005 $0.00440

Measured 5d ago against content hash 462237d407bd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

ds-productize 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 5d 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.

ds-productize/SKILL.md · 196 lines

How it starts

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

/ds-productize

Projects reach technical ship-readiness with zero revenue readiness: no monetization model chosen, paid features unenforced, pricing invented in the release week, and no funnel instrumentation to learn from. Skill audits the business layer with the same file:line rigor the rest of the suite applies to code.

Productize — monetization, pricing/packaging, and go-to-market readiness audit + productization plan.

Completion Evidence — applies to every phase: Report done/OK only with the machine-checkable evidence the gates name — the exact command run and its observed output (or file:line diff). Missing evidence → report INCOMPLETE plus what is missing. Self-assessment is never evidence. (This band repeats at file end by design — both copies are normative.)

Triggers

  • User runs /ds-productize, or asks to turn a project into a paid product/SaaS, audit monetization/paywall/billing readiness, design pricing tiers or packaging, or check go-to-market readiness — see the table below for concrete phrases

Triggers — INVOKE / DON'T INVOKE

INVOKE DON'T INVOKE
"make this a paid SaaS", "monetization audit" "optimize store listing / ASO" (→ ds-launch)
"design pricing tiers / packaging" "full GDPR/KVKK privacy audit" (→ ds-compliance --privacy)
"is my paywall/billing production-ready" "review billing API code quality" (→ ds-backend --audit)
"go-to-market readiness check" "research competitors' architecture" (→ ds-benchmark)
"why does nobody convert to paid" "optimize a conversion metric via experiments" (→ ds-tune)

Contract

Dimensions: A1 (GTM), A2, A3 (funnel), A11 (GTM signal)

  • Covers three scopes: monetization (model + billing/entitlement integrity), pricing (metric + tiers + packaging + channels + unit economics), gtm (positioning + funnel baseline, including funnel-analytics instrumentation — ops telemetry delegated to ds-deploy).
  • Audits and plans — generates findings and ds/productize/plan.md; payment-provider integration code itself is implemented by the user or ds-backend.
  • Only recommends established patterns with published benchmarks — no speculative growth hacks.
  • Minimal liability + maximum privacy: recommends Merchant-of-Record or managed billing over hand-rolled payment handling; funnel metrics are privacy-first (no PII in events, consent-gated where required).
  • Standalone. Uses blueprint profile or ds/audit/findings.md when available; own analysis when absent.
  • State-exempt: audit + plan are regenerable from source; the plan file and git are the durable record.
  • Full accounting enforced: every finding and planned check ends in an explicit disposition (fixed / skipped + reason / only you can do); summary totals balance.
  • Pre-existing / out-of-scope errors detected during work are NOT skipped — fixed inline or escalated with concrete blocker.

Read the full file on GitHub · 196 lines

Files

What ships with it

5 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.

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. 5d ago Changed · +2 lines 462237d407bd
  2. 8d ago First seen · 194 lines · 45 tokens per session scan A 3731f902ffab

Subscribe to this mod's changes

ds-productize is a skill published in the GitHub repository sungurerdim/dev-skills (1 stars, last pushed 3d ago), licensed MIT. It adds 45 tokens to every session and 4,400 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-31.

Related

Other skills, from other repositories

memstack-business-financial-model

Use this skill when the user says 'financial model', 'projections', 'revenue forecast', 'unit economics', 'break-even', 'cash flow', or mentions MRR, churn, CAC, LTV, or runway. Builds monthly projections with scenario modeling. Do NOT use for pricing strategy or invoice generation.

cwinvestments/memstack · 71 tokens

memstack-business-invoice-generator

Use this skill when the user says 'invoice', 'generate invoice', 'create invoice', 'bill client', 'line items', 'payment terms', or needs professional invoices with tax calculations and payment instructions. Do NOT use for contracts or financial projections.

cwinvestments/memstack · 57 tokens

memstack-business-freelancer-toolkit

Use when the user says 'track my time', 'freelancer invoice', 'billable hours', 'time tracking', 'freelance finances', 'client billing', 'project hours', or needs invoicing, time tracking, or analytics patterns for freelance work. Do NOT use for general invoice templates or proposal writing.

cwinvestments/memstack · 75 tokens

ring:migrating-to-lib-observability

Migrating a Lerian Go app off lib-commons observability imports (deprecated shims or removed APIs) to lib-observability via a fixed mapping table, then bumps go.mod and validates the build; ring:backend-go applies the edits. Covers log/zap/runtime/assert, opentelemetry/tracing, HTTP middleware, context helpers, and…

LerianStudio/ring · 104 tokens

ring:using-lib-streaming

Using lib-streaming, Lerian's producer-only event publication library (Kafka/SQS/RabbitMQ/EventBridge), in two modes. Sweep Mode detects DIY publishers (franz-go, sarama, amqp091, watermill, raw AWS SDK) and re-rolled manifests/breakers. Reference Mode catalogs the Builder/Emitter/Catalog facade. Companion to…

LerianStudio/ring · 99 tokens

ring:using-lib-systemplane

Using lib-systemplane, the hot-reload runtime-config plane (Postgres LISTEN/NOTIFY or MongoDB change streams), in two modes. Sweep Mode detects DIY config reload (SIGHUP, fsnotify, viper, pgx LISTEN), manual tenant-scoping, hand-built admin CRUD, and v4 residue. Reference Mode catalogs client lifecycle and…

LerianStudio/ring · 106 tokens