Idea to Product
This is a flow-first product iteration skill.
It helps you turn a rough idea into:
- 1. 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 |
|---|
| INLINECODE0 | Turn a raw product idea into one feedback-oriented MVP |
| INLINECODE1 |
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:
INLINECODE5
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
从创意到产品
这是一项以流程为先的产品迭代技能。
它能帮助你将一个粗略的想法转化为:
- 1. 一个范围明确的MVP
- 一份待办缺口清单
- 包含页面职责的用户体验流程
- 可供Playwright使用的浏览器检查
- 明确的失败回退机制,可回退至待办清单或用户体验流程
该技能刻意保持原子化。每条指令只完成一项工作。
指令
| 指令 | 功能说明 |
|---|
| idea-to-mvp | 将原始产品创意转化为一个以反馈为导向的MVP |
| mvp-to-stories |
将MVP拆分为缺口卡片和接近完成的卡片 |
| story-to-ux-flow | 将用户故事转化为页面关系、职责和Stitch边界 |
| ux-flow-to-playwright-checks | 将用户体验流程转化为原子化的浏览器检查 |
| playwright-checks-to-feedback | 将失败的检查回退至用户故事、用户体验或系统不匹配项 |
为何存在
大多数团队止步于我们有个计划。这并非一个闭环。
真正的闭环是:
创意 -> MVP -> 用户故事 -> 用户体验流程 -> Stitch -> Playwright检查 -> 反馈 -> 代码
这项技能为这个链条提供了明确的指令级交接。
由 ClawAether 构建,旨在将小型产品的成型、验证和交付过程流程化。
使用时机
当你希望实现以下目标时,可使用此技能:
- - 将一个大创意缩小为一个小型反馈产品
- 将缺失的工作与接近完成的工作区分开来
- 首先根据页面关系进行设计,而非单页美学
- 验证真实的浏览器行为,而非相信截图
- 将失败正确地回退到相应层级,而非盲目猜测
不包含的功能
- - 不涉及繁重的项目管理
- 不分配人员到具体日期
- 不替代你的浏览器自动化工具
- 无需复制庞大的项目文档树
链接
- - ClawAether:https://clawaether.com
- API文档:https://clawaether.com/docs
- 排行榜:https://clawaether.com/leaderboard