一键导入
user-stories
Turn a feature description into well-structured user stories with acceptance criteria, edge cases, and dependencies.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Turn a feature description into well-structured user stories with acceptance criteria, edge cases, and dependencies.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Design a complete A/B test or experiment from a hypothesis. Takes what you want to test and outputs a full experiment design with hypothesis, metrics, sample size, duration, and success criteria.
Quick competitive landscape scan for any product or market. Takes a product/market description and returns a competitive map with positioning, gaps, and opportunities.
Structure a product decision with options, trade-offs, and a clear recommendation. Takes a decision to make and outputs a concise decision document ready for stakeholder review.
Classify and analyze raw user feedback into themes, sentiment, and actionable insights. Takes pasted feedback text or a path to a CSV file and returns structured patterns and recommendations.
Generate a complete go-to-market checklist from a product description. Everything you need to launch.
TAM/SAM/SOM estimation for any product or market. Takes a product/market description and returns structured market sizing with sources, assumptions, and confidence ranges.
| name | user-stories |
| description | Turn a feature description into well-structured user stories with acceptance criteria, edge cases, and dependencies. |
| argument-hint | ["feature description"] |
| allowed-tools | Read, Write |
Turn a feature description into a complete set of user stories ready for sprint planning. Each story is independently deliverable with testable acceptance criteria.
stories-[feature-name].md.For each story:
Story: As a [specific user type], I want [concrete action], so that [measurable or observable benefit].
Priority: Must-have / Should-have / Nice-to-have
Acceptance Criteria:
Edge Cases:
Notes: Any implementation hints or context the team needs.