``` User Story: As a user, I want to reset my password ┌─────────────────────────────────────────────┐ │ Tasks │ │ ├─ Create password reset API endpoint │ │ ├─ Add email sending logic │ │ ├─ Create reset password form │ │ ├─ Add validation (min 8 chars) │ │ ├─ Write unit tests │ │ └─ Write integration tests │ ├─────────────────────────────────────────────┤ │
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill scrum-agile --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Scrum Agile?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-scrum-agile)More formats (shields.io, HTML) on the badges page.
# Scrum & Agile Participation
## Story Breakdown
```
User Story: As a user, I want to reset my password
┌─────────────────────────────────────────────┐
│ Tasks │
│ ├─ Create password reset API endpoint │
│ ├─ Add email sending logic │
│ ├─ Create reset password form │
│ ├─ Add validation (min 8 chars) │
│ ├─ Write unit tests │
│ └─ Write integration tests │
├─────────────────────────────────────────────┤
│ Acceptance Criteria │
│ ├─ User receives email with reset link │
│ ├─ Link expires after 1 hour │
│ ├─ Password must be 8+ characters │
│ └─ Success message shown after reset │
└─────────────────────────────────────────────┘
```
## Estimation
| Story Points | Time | Complexity |
|--------------|------|------------|
| 1 | < 4h | Trivial |
| 2 | 4-8h | Simple |
| 3 | 8-16h | Medium |
| 5 | 16-24h | Complex |
| 8 | 24-32h | Very Complex |
## Sprint Planning
- [ ] Review backlog
- [ ] Estimate stories
- [ ] Commit to sprint goal
- [ ] Break down stories into tasks
- [ ] Identify blockers
## Retrospective Contribution
- [ ] Come prepared with examples
- [ ] Focus on process, not people
- [ ] Propose solutions
- [ ] Follow up on action items
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Practical guide to testing web applications with screen readers for comprehensive accessibility validation.
克劳德代码会话的正式评估框架,实施评估驱动开发(EDD)原则
Go测试模式包括表格驱动测试、子测试、基准测试、模糊测试和测试覆盖率。遵循TDD方法论,采用地道的Go实践。
Django测试策略,包括pytest-django、TDD方法论、factory_boy、模拟、覆盖率以及测试Django REST Framework API。
在编写新功能、修复错误或重构代码时使用此技能。强制执行测试驱动开发,包含单元测试、集成测试和端到端测试,覆盖率超过80%。