skills/requirements-to-tasks/SKILL.md
Use this skill to break down requirements into user stories, acceptance criteria, and actionable tasks. Invoke when starting a new feature or receiving new requirements.
npx skillsauth add gentamura/dotfiles requirements-to-tasksInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Transform requirements into structured, actionable work items.
Format each story as:
As a [user type],
I want [capability],
so that [benefit].
Include:
For each user story:
Identify required changes by layer:
Create tasks with:
# Feature: [Name]
## Summary
[1-2 sentence description]
## User Stories
### US-1: [Title]
As a [user], I want [feature] so that [benefit].
**Acceptance Criteria:**
- [ ] Given [context], when [action], then [result]
- [ ] Given [context], when [action], then [result]
**Tasks:**
1. [Task] (S) - [layer]
2. [Task] (M) - [layer], depends on #1
---
## Technical Notes
- [Architecture decisions]
- [Integration points]
## Risks
| Risk | Impact | Mitigation |
|------|--------|------------|
| ... | H/M/L | ... |
## Open Questions
- [ ] Question needing clarification
devops
Use this skill for release preparation and execution. Invoke when deploying to staging or production environments.
development
Use this skill to review pull requests against coding standards and best practices. Invoke when reviewing code changes before merge.
tools
Use this skill to create a pull request from current local changes. Invoke when the user asks to create a branch, commit, push, and open a PR.
development
Use this skill to process bot review feedback on a pull request (for example coderabbitai and chatgpt-codex-operator). Invoke when bot comments arrive and the user wants triage, decision making, and implementation of required fixes.