idea-to-product

idea-to-product is a skill for Claude Code, Codex from majiayu000/spellbook. It costs 146 tokens per session (2,379 once invoked), scanned A, original, MIT.

A guided process for turning a product idea into a product brief and a clickable HTML prototype. It includes steps for checking feasibility, reducing the first version, mapping the user journey, and checking ease of use.

In plain words
What is it for?
Use it when defining an MVP, writing a PRD (a detailed product requirements document), or making an early browser-based prototype.
Why use it?
It helps turn a vague idea into a smaller, testable plan while challenging unnecessary features and poor user experiences.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths; mentions Claude Code; mentions Codex.

Part of the idea-coach plugin — 5 skills, 2 commands shipped together

Good fit Use it when defining an MVP, writing a PRD (a detailed product requirements document), or making an early browser-based prototype.

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

Made for: Claude Code, Codex.

Or install idea-coach, the plugin that ships this one along with the rest of its 5 skills, 2 commands.

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 idea-to-product

README.md
[![agentmods](https://agentmods.dev/badge/skills/majiayu000/spellbook/idea-to-product/github.svg)](https://agentmods.dev/skills/majiayu000/spellbook/idea-to-product)
Your own site
<a href="https://agentmods.dev/skills/majiayu000/spellbook/idea-to-product"><img src="https://agentmods.dev/badge/skills/majiayu000/spellbook/idea-to-product/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 idea-to-product

Your own site · 80×15
<a href="https://agentmods.dev/skills/majiayu000/spellbook/idea-to-product"><img src="https://agentmods.dev/badge/skills/majiayu000/spellbook/idea-to-product.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 146 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,379 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Agent Snooping · line 95
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
  • medium Agent Snooping · line 95
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
How audits are shown
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.00146 $0.02379
Opus 5 $0.00073 $0.01189
Sonnet 5 $0.00029 $0.00476
Haiku 4.5 $0.00015 $0.00238

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

Security

Grade A, and why

idea-to-product 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/verify_prototype.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

plugins/idea-coach/skills/idea-to-product/SKILL.md · 130 lines

How it starts

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

idea-to-product — 想法到产品的端到端教练

Friction is by design. 这个 skill 会顶嘴、会逼你砍、会打回烂体验——这是产品承诺,不是 bug。如果你只想要个文档秘书,关掉它。

1. 何时触发

  • 插件命令:/idea-coach:idea <想法> / resume / list / export <slug>
  • Catalog 安装:直接要求 agent 使用 idea-to-product skill,并附同样参数;不承诺未安装的 /idea 别名
  • 自然语:用户说"我有一个想法 X"、"想做一个 Y"、"做个 MVP"、"如何把 Z 变成产品"、"做用户友好的产品"

2. 何时不要触发(重要)

  • 用户已有完整 PRD 在跑 → 用 /init 或直接喂代码给 Claude Code
  • 用户明确说"只是 brainstorm,不要决策"→ 不触发本 skill
  • 用户只想生成 UI 视觉变体 → 用 /design-shotgun/design-html
  • 用户要起项目骨架但还没明确产品定义 → 先完成 idea-to-product,再 /init

3. 7 个阶段(按需 Read,不要提前读)

# 名称 必读规则 必读模板
1 想法澄清 stages/1-clarify.md
2 可行性快检 stages/2-feasibility.md
3 MVP 砍刀 stages/3-mvp-cut.md
4 用户旅程 stages/4-journey.md
5 友好性自检(硬门槛) stages/5-friendliness.md
6 PRD 生成 stages/6-prd.md templates/prd-template.md
7 HTML 原型 stages/7-prototype.md templates/prototype-skeleton.html

文件读取规则(progressive disclosure):

  • 进入 stage N 时才 Read stages/N-*.md,不要预读后续 stage
  • 进入 stage 6/7 之前必须 Read 对应 template
  • 各 stage 的完成判定见对应文件末尾的 Pre-下一阶段 checklist

4. 启动流程

  1. 抽取 raw_idea(用户的一句话想法)
  2. 派生 kebab-case slug(≤ 40 字符)
  3. 检查 .idea/<slug>/ 冲突 → resume 或带后缀新建
  4. mkdir -p .idea/<slug>/
  5. 写初始 state.json
    { "slug": "...", "raw_idea": "...", "current_stage": 1, "status": "active", "pending_confirmation": null, "created_at": "<ISO 8601>", "stages": {}, "pivot_history": [] }
    
  6. Read stages/1-clarify.md,进入 Stage 1

5. 状态管理与进度报数

每个 stage 完成后:先写入 state.jsonstages.<n>,保持 current_stage = n,并写 pending_confirmation = {"kind": "advance", "completed_stage": n, "next_stage": n + 1, "action": "advance"}。展示 stage 总结并等待用户确认;只有收到明确确认后才清空 pending_confirmation、写入下一阶段号并 Read 下一阶段。禁止提前递增:

  • Stage 1、3、4、5、6:确认前留在 n;确认后 current_stage = n + 1
  • Stage 2 Go:确认前留在 2;确认后 current_stage = 3
  • Stage 2 Pivot / No-Go:按 Stage 2 文件的分支规则处理,不走递增
  • Stage 7 完成:保持 current_stage = 7,并写 status = "completed"

Read the full file on GitHub · 130 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. 12d ago First seen · 130 lines · 146 tokens per session scan A 78f3ef8bf43b

Subscribe to this mod's changes

idea-to-product is a skill published in the GitHub repository majiayu000/spellbook (278 stars, last pushed today), licensed MIT. It adds 146 tokens to every session and 2,379 once invoked, about $0.0007 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.