idea-validator
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseIdea Validator
创意验证工具
Critically evaluate ideas with honest feedback on market viability, technical feasibility, and actionable improvements.
批判性地评估创意,提供关于市场可行性、技术可行性的真实反馈以及可执行的改进建议。
Setup
设置步骤
-
Resolve storage location (tool-agnostic, ask once per environment)
- Prefer env var if set.
IDEAS_ROOT - Else use shared marker file: .
~/.config/ideas-root.txt - Backward compatibility: if shared marker is missing but legacy exists, reuse its value and write it into
~/.openclaw/ideas-root.txt.~/.config/ideas-root.txt - If no marker exists (new environment), ask user once where to store generated docs.
- Suggested default: .
/home/luongnv/workspace/ideas - Save chosen root to .
~/.config/ideas-root.txt - Only ask again if the user explicitly asks to change location.
- Prefer env var
-
Create project folder under resolved root:
YYYY_MM_DD_<short_snake_case_name>/ -
Create: Document the idea and clarifications
idea.md -
Create: Document evaluation and recommendations
validate.md -
Echo the absolute project folder path in your response so downstream skills can auto-pick it.
If no idea provided in , ask user to describe their concept.
$ARGUMENTS-
确定存储位置(与工具无关,每个环境仅询问一次)
- 如果已设置环境变量则优先使用。
IDEAS_ROOT - 否则使用共享标记文件:。
~/.config/ideas-root.txt - 向后兼容:如果共享标记文件不存在,但旧版存在,则复用其值并写入
~/.openclaw/ideas-root.txt。~/.config/ideas-root.txt - 如果没有标记文件(新环境),仅询问用户一次生成的文档存储位置。
- 建议默认路径:。
/home/luongnv/workspace/ideas - 将选定的根路径保存到。
~/.config/ideas-root.txt - 仅当用户明确要求更改位置时才再次询问。
- 如果已设置环境变量
-
在确定的根目录下创建项目文件夹:
YYYY_MM_DD_<short_snake_case_name>/ -
创建:记录创意及相关说明
idea.md -
创建:记录评估结果及建议
validate.md -
在回复中返回项目文件夹的绝对路径,以便后续技能自动获取。
如果中未提供创意,请要求用户描述其概念。
$ARGUMENTSPhase 1: Clarify the Idea
阶段1:明确创意
Ask user (via AskUserQuestion):
- What problem does this solve? Who has this pain?
- Who is your target user? Be specific.
- What makes this different from existing solutions?
- What does success look like in 6-12 months?
Update with responses.
idea.md通过AskUserQuestion询问用户:
- 这个创意解决什么问题?目标用户是谁?
- 你的目标用户是谁?请具体化。
- 与现有解决方案相比,它的独特之处是什么?
- 6-12个月内的成功标准是什么?
将回复内容更新到中。
idea.mdPhase 2: Gather Technical Context
阶段2:收集技术背景信息
Ask user:
- Preferred tech stack?
- Timeline and team size?
- Budget situation (bootstrapped/funded/side project)?
- Existing assets (code, designs, research)?
Update technical section.
idea.md询问用户:
- 偏好的技术栈是什么?
- 项目时间线和团队规模?
- 预算情况(自筹资金/获得投资/副业项目)?
- 现有资源(代码、设计、研究成果)?
将内容更新到的技术部分。
idea.mdPhase 3: Critical Evaluation
阶段3:批判性评估
Evaluate honestly and update :
validate.mdMarket Analysis:
- Similar existing products
- Market size and competition
- Unique differentiation
Demand Assessment:
- Evidence people will pay
- Problem urgency level
Feasibility:
- Can this ship in 2-4 weeks MVP?
- Minimum viable features
- Complex dependencies?
Monetization:
- Clear revenue path?
- Willingness to pay?
Technical Risk:
- Buildable with stated constraints?
- Key technical risks?
Verdict: / /
Build itMaybeSkip itRatings (1-10):
- Creativity
- Feasibility
- Market Impact
- Technical Execution
进行真实评估并更新:
validate.md市场分析:
- 同类现有产品
- 市场规模与竞争情况
- 独特差异化优势
需求评估:
- 用户付费意愿的证据
- 问题的紧急程度
可行性分析:
- 是否能在2-4周内推出MVP?
- 最小可行功能
- 是否存在复杂依赖?
盈利模式:
- 是否有清晰的盈利路径?
- 用户付费意愿如何?
技术风险:
- 在给定约束条件下是否可实现?
- 主要技术风险是什么?
结论: / /
Build itMaybeSkip it评分(1-10分):
- 创意性
- 可行性
- 市场影响力
- 技术执行难度
Phase 4: Improvements
阶段4:优化建议
Update with:
validate.md- How to Strengthen: Specific, actionable improvements
- Enhanced Version: Reworked, optimized concept
- Implementation Roadmap: Phased approach (if applicable)
将以下内容更新到中:
validate.md- 优化方向:具体、可执行的改进建议
- 优化后的创意:重新梳理、优化后的概念
- 实施路线图:分阶段实施计划(如适用)
Tone
沟通语气
- Brutally honest: Don't sugarcoat fatal flaws
- Constructive: Every criticism includes a suggestion
- Specific: Concrete examples, not vague feedback
- Balanced: Acknowledge strengths alongside weaknesses
- 极度坦诚:不掩饰致命缺陷
- 富有建设性:每一条批评都附带改进建议
- 具体明确:给出具体案例,而非模糊反馈
- 客观平衡:同时认可优势与不足
README Maintenance (when running inside ideas repo)
README维护(在创意仓库内运行时)
If the current working directory looks like the root of an repo (contains + multiple idea folders):
ideasREADME.mdYYYY_MM_DD_*- After creating/updating +
idea.md, update the repo index table by running:validate.md- (if the script exists)
python3 scripts/update_readme_ideas_index.py
If the script does not exist, update manually by inserting/updating an table with:
README.md## Ideas index- link to each
idea.md - PRD/tasks status
- verdict link to
validate.md
如果当前工作目录是仓库的根目录(包含及多个格式的创意文件夹):
ideasREADME.mdYYYY_MM_DD_*- 创建/更新和
idea.md后,运行以下命令更新仓库索引表:validate.md- (如果该脚本存在)
python3 scripts/update_readme_ideas_index.py
如果脚本不存在,手动更新,插入/更新表格,包含:
README.md## Ideas index- 每个的链接
idea.md - PRD/任务状态
- 指向的结论链接
validate.md
Reporting with GitHub links (mandatory)
报告要求(必须包含GitHub链接)
When reporting completion, include:
- GitHub link to
idea.md - GitHub link to
validate.md - GitHub link to when it was updated
README.md - Commit hash
Link format:
https://github.com/luongnv89/ideas/blob/main/<relative-path>
完成后提交报告时,需包含:
- 的GitHub链接
idea.md - 的GitHub链接
validate.md - 若更新了,需提供其GitHub链接
README.md - 提交哈希值
链接格式:
https://github.com/luongnv89/ideas/blob/main/<relative-path>
Output Summary
输出总结
After all phases:
- Confirm folder/files created
- State verdict and key ratings
- Top 3 strengths, top 3 concerns
- Single most important next step
完成所有阶段后:
- 确认文件夹/文件已创建
- 说明结论及关键评分
- 列出Top3优势与Top3顾虑
- 指出最重要的下一步行动
File Templates
文件模板
idea.md
idea.md
markdown
undefinedmarkdown
undefinedIdea: [Name]
Idea: [Name]
Original Concept
Original Concept
[From $ARGUMENTS]
[From $ARGUMENTS]
Clarified Understanding
Clarified Understanding
[After Phase 1]
[After Phase 1]
Target Audience
Target Audience
[Specific user profile]
[Specific user profile]
Goals & Objectives
Goals & Objectives
[Success criteria]
[Success criteria]
Technical Context
Technical Context
- Stack:
- Timeline:
- Budget:
- Constraints:
- Stack:
- Timeline:
- Budget:
- Constraints:
Discussion Notes
Discussion Notes
[Updates from conversation]
undefined[Updates from conversation]
undefinedvalidate.md
validate.md
markdown
undefinedmarkdown
undefinedValidation: [Name]
Validation: [Name]
Quick Verdict
Quick Verdict
[Build it / Maybe / Skip it]
[Build it / Maybe / Skip it]
Why
Why
[2-3 sentence explanation]
[2-3 sentence explanation]
Similar Products
Similar Products
[Competitors]
[Competitors]
Differentiation
Differentiation
[Unique angle]
[Unique angle]
Strengths
Strengths
Concerns
Concerns
Ratings
Ratings
- Creativity: /10
- Feasibility: /10
- Market Impact: /10
- Technical Execution: /10
- Creativity: /10
- Feasibility: /10
- Market Impact: /10
- Technical Execution: /10
How to Strengthen
How to Strengthen
[Actionable improvements]
[Actionable improvements]
Enhanced Version
Enhanced Version
[Optimized concept]
[Optimized concept]
Implementation Roadmap
Implementation Roadmap
[Phased approach]
undefined[Phased approach]
undefined