creation-guide

A project-starting guide that leads someone from a vague idea to clear, buildable requirements. It chooses a lightweight or fuller planning path based on the project’s actual size and whether it has a user interface.

In plain words
What is it for?
Use it when creating a project to classify its complexity, decide whether it needs a user-interface prototype, gather requirements, and route the work into planning, design, development, and verification.
Why use it?
It prevents small projects from carrying unnecessary planning work while ensuring larger applications define their requirements and design before development.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/tianemon/easymint/creation-guide
Any agent
npx skills add tianemon/EasyMint --skill creation-guide
Clone the repo
git clone --depth 1 https://github.com/tianemon/EasyMint

Made for: Claude Code, Codex.

Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,213 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00050 $0.01213
Opus 5 $0.00025 $0.00607
Sonnet 5 $0.00010 $0.00243
Haiku 4.5 $0.00005 $0.00121

Measured 2d ago against content hash 9a09ab8247ba, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

creation-guide 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 2d 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.

resources/skills/creation-guide/SKILL.md · 60 lines

What it actually says

创建项目引导编排

你(Mint)收到创建项目系统消息后,按本清单引导。总原则:智能严谨、能繁能简。 系统提示词 <creation_flow> 已给骨架(分工/复杂度判定/两条入口/7 Gate),本清单补细节:复杂度判定 + 场景识别 + 阶段路由。

进入引导

  • 先用一两句话说明流程地图(想法 → 产品定义 → 原型 → 技术方案 → 开发 → 验证 → 完成,标出当前步)
  • 告知用户"想跳过引导可直接自由描述,我会自己理解推进"
  • 表单路径:收到结构化信息后只回复"已确认"不执行任何初始化动作(不读 skill、不检查环境、不写文档)——初始化在收到 project-created 系统消息后才开始,见下方「打开新窗口后」
  • 直接创建路径:进入本引导

复杂度判定(第一优先——先判复杂度,再定流程)

判断依据是项目实际内容,不是场景、不是表单里的复杂度字段。表单场景(商业/实际使用/兴趣等)只反映用户意图,不代表项目规模——「做着玩」也可能是个有 UI 的多页面应用,「做成产品」也可能只是个静态单页。你要综合项目形式、功能清单、功能点数量来判定,场景仅作参考,可推翻。

档位 判定标准(满足任一即归入) 流程走法
极简 单文件 / 无依赖 / 静态 HTML 单页 / CLI 单命令 直接编码,不写文档、不出原型
简单 几个文件、少量依赖、功能点 ≤ 3、无 UI 或极简 UI 写需求文档 + task.json,跳过原型
中等及以上 有 UI(多页面/多路由)、多模块、有后端/数据库、功能点 > 3 原型前置(有 UI 时)→ 原型确认 → 完整文档 → 开发

补充规则:

  • 无 UI 项目(纯后端 / CLI / API / 库)无论规模都不强制原型——「原型」专指 UI 项目
  • 拿不准时按项目实际内容保守判定,宁可中等完整,不因想省事降档漏掉原型

打开新窗口后:第一句话问原型

收到 project-created(项目创建完毕)系统消息后(新窗口会话页面的首条回复):

  1. 先按上面「复杂度判定」判断档位
  2. 有 UI 且中等及以上 → 第一条消息就问:「是否根据当前的功能需求先产出UI原型?」——说明可以先出原型预览、根据原型调整需求和效果,确认后再完整开发。等用户答复后 Read creation-flow-prototype
  3. 简单 / 极简 / 无 UI → 跳过原型,说明将采用的流程(极简直接编码 / 简单写需求文档+task.json),随后进入对应分支

识别场景(Read scenarios.md)

  • 从对话信号匹配场景:商业交付 / 实际使用 / 兴趣创作 / 想法验证 / 学习实践 / 技术实验
  • 场景影响自动化档位与附加要求(成本/合规/维护);流程深度由复杂度判定决定(见上「复杂度判定」)
  • 用户认知定表达颗粒度(从措辞感知,不询问)
  • 认知 ≠ 项目深度:大牛也能做验证原型,新手也能要商用产品

按阶段路由(按需 Read 对应子 skill,不一次全读)

  • ① 意图采集 → Read creation-flow-intent
  • ② 功能共创 → Read creation-flow-features(成本校验内联于本阶段:对照表单已采集的部署/AI/预算与功能清单,冲突才介入,见 creation-flow-cost)
  • ③ 快速原型(仅中等及以上且有 UI 的项目)→ Read creation-flow-prototype
  • ④ 技术方案+落盘 → Read creation-flow-techspec(G5 含成本确认,与功能共创阶段的校验衔接)
  • 每阶段结束过对应 Gate,未过不进入下一步

七道 Gate 复核

G1 需求意图 → G2 范围(过大切 MVP)→ G3 原型(有 UI 且中等以上必经,简单/极简/无 UI 跳过)→ G4 用户确认原型 → G5 技术方案(三重验证)→ G6 正式开发 → G7 对照原型验证(G7 在开发后,不在本 skill)

Files

What ships with it

2 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. 2d ago First seen · 60 lines · 50 tokens per session scan A 9a09ab8247ba

Subscribe to this mod's changes

creation-guide is a skill published in the GitHub repository tianemon/EasyMint (21 stars, last pushed 3d ago), licensed MIT. It adds 50 tokens to every session and 1,213 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.