superforge-biz

superforge-biz is a skill for Claude Code from takaoumehara/superforge-skill. It costs 263 tokens per session (2,548 once invoked), scanned A, original, MIT.

A business-planning process that tests whether a market is worth entering and then designs pricing and revenue models around it.

In plain words
What is it for?
Use it for market-entry decisions, pricing tiers, paywalls, monetization models, and growth loops.
Why use it?
It checks customer requirements, market size, reachability, and entry barriers before time is spent on monetization details.

Skill for Claude Code

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

Part of the superforge-skills plugin — 15 skills shipped together

Good fit Use it for market-entry decisions, pricing tiers, paywalls, monetization models, and growth loops.

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

Made for: Claude Code.

Or install superforge-skills, the plugin that ships this one along with the rest of its 15 skills.

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 superforge-biz

README.md
[![agentmods](https://agentmods.dev/badge/skills/takaoumehara/superforge-skill/superforge-biz/github.svg)](https://agentmods.dev/skills/takaoumehara/superforge-skill/superforge-biz)
Your own site
<a href="https://agentmods.dev/skills/takaoumehara/superforge-skill/superforge-biz"><img src="https://agentmods.dev/badge/skills/takaoumehara/superforge-skill/superforge-biz/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 superforge-biz

Your own site · 80×15
<a href="https://agentmods.dev/skills/takaoumehara/superforge-skill/superforge-biz"><img src="https://agentmods.dev/badge/skills/takaoumehara/superforge-skill/superforge-biz.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 263 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,548 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.00263 $0.02548
Opus 5 $0.00131 $0.01274
Sonnet 5 $0.00053 $0.00510
Haiku 4.5 $0.00026 $0.00255

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

Security

Grade A, and why

superforge-biz 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/superforge-biz/SKILL.md · 198 lines

How it starts

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

Superforge Biz — Business Architecture & Monetization Engine

Use this skill whenever defining monetization models, pricing tiers, paywall placements, or business growth loops. This engine turns product ideas into sustainable, high-margin software businesses.


0. The gate — is this market worth entering at all

Everything below assumes the answer is yes. Check it first, because a perfect pricing model for a market that cannot support one person is a wasted month.

Three questions, in this order:

  1. How many customers does this actually need? 必要な年間売上 ÷ (価格 × 継続率). Run this before any market-size figure — a large TAM reliably stops everyone, models included, from asking whether a path to those customers exists.
  2. Is the market big enough, computed both ways? Top-down and bottom-up. The gap between them is the finding; if they differ by an order of magnitude, one assumption is wrong and you need to know which.
  3. Can you get in, and does getting in protect you? Every barrier is a cost before revenue and a moat after it. A market with no barriers is a warning, not an opportunity.

End with a verdict code, never with prose: GO / GO/NARROW / NO-GO/TOO-SMALL / NO-GO/NO-PATH / NO-GO/LOCKED / WAIT. A WAIT carries the one-sentence condition that would change it, and that sentence is the same one superforge-brain stores on its Lab shelf.

Full method — the two-directional math, the A/B/C/D confidence tiers on every input, maturity staging, and which mature markets remain enterable → references/market-sizing.md. Run it after superforge-brain's market pass, never before: sizing a market before the ideas exist collapses the idea space, which is the exact failure that skill's §8 is built to prevent.


1. Monetization Archetype Selection

Evaluate the product against 4 core revenue mechanics and select the primary driver:

  • Freemium & Feature Paywall: Free entry with high-value feature gates (e.g. usage limits, advanced exports, pro automation).
  • Recurring Subscription (SaaS): Tiered monthly/annual plans with clear value metrics (per-seat, per-usage, or feature-tier).
  • Usage-Based / Metered: Pay-as-you-go based on consumed computational or API value.
  • B2B Enterprise / Custom: High-touch licensing, dedicated support, custom integrations, and SLA guarantees.

Read the full file on GitHub · 198 lines

Files

What ships with it

11 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. 11d ago First seen · 198 lines · 263 tokens per session scan A ea06a5daaf5c

Subscribe to this mod's changes

superforge-biz is a skill published in the GitHub repository takaoumehara/superforge-skill (1 stars, last pushed 26d ago), licensed MIT. It adds 263 tokens to every session and 2,548 once invoked, about $0.0013 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

spec-kitty-charter-doctrine

Run charter interview, generation, context, and sync workflows for project governance in Spec Kitty 3.x. Access doctrine artifacts programmatically via DoctrineService. Resolve agent profiles. Load action-scoped governance context iteratively, not all at once. Triggers: "interview for charter", "generate charter"…

Priivacy-ai/spec-kitty · 135 tokens

mongodb-query-optimizer

Help with MongoDB query optimization and indexing. Use only when the user asks for optimization or performance: "How do I optimize this query?", "How do I index this?", "Why is this query slow?", "Can you fix my slow queries?", "What are the slow queries on my cluster?", etc. Do not invoke for general MongoDB query…

fcakyon/claude-codex-settings · 98 tokens

polar-local-environment

This skill should be used when setting up or managing Polar local development environment with Docker.

fcakyon/claude-codex-settings · 22 tokens

neo4j-modeling-skill

Design, review, and refactor Neo4j graph data models. Use when choosing node labels vs relationship types vs properties, migrating relational/document schemas to graph, detecting anti-patterns (generic labels, supernodes, missing constraints), designing intermediate nodes for n-ary relationships, enforcing schema with…

neo4j-contrib/neo4j-skills · 152 tokens

lov-article-creator

A skill that turns source material or a draft into a complete, branded WeChat public-account article package.

lovstudio/skills · 75 tokens

lov-repo2docs

Turn any folder of source material — a code repository, a pile of articles, a mixed knowledge dump with images — into a professional, polished Fumadocs (Next.js) documentation website, then deploy it to https://{product-id}.example.com/docs. Works by reading the folder one unit at a time and incrementally growing and…

lovstudio/skills · 186 tokens