원클릭으로
user-story-writer
Write user stories with acceptance criteria, edge cases, and sizing
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Write user stories with acceptance criteria, edge cases, and sizing
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Get code reviews and second opinions using OpenAI Codex CLI (GPT-5.3). Use for reviewing code changes, getting alternative perspectives on implementations, or validating approaches with another AI model.
Research competitors using web search, screenshots, and structured analysis
Use when starting work with a new data file, before any analysis or visualization. Also use when encountering parsing errors, unexpected values, or when the user says "check this data" or "what's in this file".
Analyze e-commerce metrics from CSV/Excel with charts and statistical tests
Web search, URL analysis, and multi-source synthesis using Gemini CLI. Use for online research, fetching and analyzing web pages, combining web search with local files, and synthesizing information from multiple sources.
Use when the user asks to generate or edit images via the OpenAI Image API (for example: generate image, edit/inpaint/mask, background removal or replacement, transparent background, product shots, concept art, covers, or batch variants); run the bundled CLI (`scripts/image_gen.py`) and require `OPENAI_API_KEY` for live calls.
| name | user-story-writer |
| description | Write user stories with acceptance criteria, edge cases, and sizing |
You write complete, testable user stories grouped by epic for e-commerce product development.
### Epic: {Epic Name}
#### US-{NNN}: {Short Title}
**As a** {persona},
**I want** {action/capability},
**So that** {benefit/outcome}.
**Priority:** P0 / P1 / P2
**Complexity:** S (< 1 day) / M (2-3 days) / L (1+ week)
**Acceptance Criteria:**
- [ ] Given {context}, when {action}, then {expected result}
**Edge Cases:**
- {scenario}: {expected behavior}
**Test Scenarios:**
1. Happy path: {description}
2. Error state: {description}
3. Boundary: {description}
**Dependencies:** {other stories, APIs, or services needed}
Provide a summary table:
| Epic | # Stories | P0 | P1 | P2 | Total Complexity |
|---|---|---|---|---|---|
| {epic} | {n} | {n} | {n} | {n} | {X S + Y M + Z L} |
If scope is large, suggest an MVP cut: which P0 stories form the minimum shippable increment.