원클릭으로
user-story-writing
Create well-structured user stories with clear acceptance criteria in 'As a/I want/So that' format for team communication
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create well-structured user stories with clear acceptance criteria in 'As a/I want/So that' format for team communication
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Design AI agents with appropriate capabilities, tools, and personas for specific software development tasks
Design RESTful APIs with proper resource modeling, HTTP methods, error handling, and clear contracts following REST principles
Document APIs comprehensively with signatures, parameters, return values, errors, and working code examples for developer reference
Implement robust third-party API integrations with proper authentication, error handling, and rate limiting
Apply proven architectural patterns (MVC, layered, microservices) to create maintainable systems with clear separation of concerns
Systematically reproduce, diagnose, and analyze bugs to determine root cause, assess severity, and plan fix strategy
| name | User Story Writing |
| description | Create well-structured user stories with clear acceptance criteria in 'As a/I want/So that' format for team communication |
| category | analysis |
| required_tools | ["Read","Write"] |
Create well-structured user stories that clearly communicate user needs, business value, and acceptance criteria in a format teams can understand and implement.
Context: User needs to export data
**User Story**: As a data analyst, I want to export reports to CSV format, so that I can analyze data in Excel.
**Acceptance Criteria**:
- [ ] Export button available on report page
- [ ] CSV file includes all visible columns
- [ ] File download starts immediately on click
- [ ] Filename includes report name and timestamp
- [ ] Export handles reports with 10,000+ rows
**Complexity**: Medium (3 points)