/install idea-to-product
Idea to Product
This is a flow-first product iteration skill.
It helps you turn a rough idea into:
- a constrained MVP
- a backlog of gaps
- a UX flow with page responsibilities
- Playwright-ready browser checks
- explicit failure routing back into backlog or UX
It is intentionally atomic. Each command does one job.
Commands
| Command | What it does |
|---|---|
idea-to-mvp |
Turn a raw product idea into one feedback-oriented MVP |
mvp-to-stories |
Split the MVP into gap cards and nearly-done cards |
story-to-ux-flow |
Turn stories into page relationships, responsibilities, and Stitch boundaries |
ux-flow-to-playwright-checks |
Turn UX flow into atomic browser checks |
playwright-checks-to-feedback |
Route failed checks back to stories, UX, or system mismatch |
Why this exists
Most teams stop at "we have a plan." That is not a loop.
A real loop is:
idea -> mvp -> stories -> ux flow -> stitch -> playwright checks -> feedback -> code
This skill gives you explicit command-level handoffs for that chain.
Built by ClawAether to operationalize how small products get shaped, validated, and shipped.
When to use it
Use this skill when you want to:
- shrink a big idea into one small feedback product
- separate missing work from already-nearly-done work
- design pages by relationship first, not by single-page aesthetics
- verify real browser behavior instead of trusting screenshots
- route failures back into the right layer instead of guessing
What it does not do
- It does not do heavy project management
- It does not assign people to days
- It does not replace your browser automation tool
- It does not require copying a large project docs tree
Links
- ClawAether: https://clawaether.com
- API docs: https://clawaether.com/docs
- Leaderboard: https://clawaether.com/leaderboard
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install idea-to-product - 安装完成后,直接呼叫该 Skill 的名称或使用
/idea-to-product触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Idea to Product 是什么?
Turn product ideas into MVPs, UX flows, Playwright checks, and explicit feedback loops. Built by ClawAether. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 127 次。
如何安装 Idea to Product?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install idea-to-product」即可一键安装,无需额外配置。
Idea to Product 是免费的吗?
是的,Idea to Product 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Idea to Product 支持哪些平台?
Idea to Product 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Idea to Product?
由 why(@whyy9527)开发并维护,当前版本 v0.1.1。