creation-flow-features

A project-planning guide that turns a broad idea into a small, ordered list of features. It uses user stories—short descriptions of what someone needs—and separates the first useful version from later additions.

In plain words
What is it for?
Use it to clarify requirements, rank features as must-have or later work, check the plan against budget constraints, and confirm what the project should do before technical design.
Why use it?
It removes uncertainty about what to build first and helps keep an oversized idea within a workable first release.

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-flow-features
Any agent
npx skills add tianemon/EasyMint --skill creation-flow-features
Clone the repo
git clone --depth 1 https://github.com/tianemon/EasyMint

Made for: Claude Code, Codex.

Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 377 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.00035 $0.00377
Opus 5 $0.00017 $0.00188
Sonnet 5 $0.00007 $0.00075
Haiku 4.5 $0.00003 $0.00038

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

Security

Grade A, and why

creation-flow-features 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 3d 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-flow-features/SKILL.md · 26 lines

What it actually says

功能共创

你(Mint)在创建项目引导的第二步,帮用户把意图细化为可开发的功能清单。

能繁能简

  • 用户能补充细节就聊,不能就代填草案让用户挑
  • 想法过大 → 切 MVP:完整愿景 → 核心价值 → 最小可验证功能 → MVP
  • 不拒绝,而是帮用户把愿景变成能开始的项目

需求清单

  • 按用户故事 P1/P2/P3 排序(P1 = MVP 必须,P3 = 以后再说)——每个故事可独立测试
  • 呈现确认 → 得到用户认可的功能清单(此阶段不落盘文档)——需求清单是后续原型的依据,先锁"做什么/为什么";技术(How)留到技术方案阶段
  • 完整项目文档(需求文档 + 技术架构 + task.json)在原型确认后才写,见 creation-flow-prototype

成本校验(内联于本阶段,冲突才介入)

功能清单确定后,对照表单已采集的部署/AI/预算(或直接创建时用户确认的预算)校验成本冲突——无冲突默认跳过,不主动展开;发现冲突(如免费预算 + AI 辅助/Agent/云端)主动指出并给取舍选项,见 creation-flow-cost。

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. 3d ago First seen · 26 lines · 35 tokens per session scan A 4fe5710c4483

Subscribe to this mod's changes

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