← スキル一覧に戻る

user-story-writing
by dasien
Multi-agent development system template for Claude Code with specialized agents, task queue management, and automated workflows
⭐ 3🍴 1📅 2026年1月24日
SKILL.md
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"]
User Story Writing
Purpose
Create well-structured user stories that clearly communicate user needs, business value, and acceptance criteria in a format teams can understand and implement.
When to Use
- Defining new features from user perspective
- Breaking down large features into implementable pieces
- Communicating requirements to development teams
- Planning sprints and iterations
Key Capabilities
- Story Structure - Write clear "As a/I want/So that" format
- Acceptance Criteria - Define testable validation requirements
- Value Focus - Emphasize user benefits and business value
Approach
- Identify the user role or persona
- Define what they want to accomplish
- Explain why it provides value
- Write 3-5 clear acceptance criteria
- Estimate complexity (story points or T-shirt sizes)
Example
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)
Best Practices
- ✅ Keep stories small and focused (deliverable in 1-3 days)
- ✅ Write from user perspective, not system perspective
- ✅ Make acceptance criteria specific and testable
- ❌ Avoid: Technical implementation details in stories
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です