issues-to-tasks
Installation
SKILL.md
Issues to Tasks
Break a single vertical-slice issue into concrete, ordered tasks that can each be completed in one focused AI session.
Process
1. Locate the issue
Ask the user for the issue. If not provided, ask for the issue number or URL or file. Read the parent PRD issue referenced in the "Parent PRD" field.
2. Explore the codebase
Explore the parts of the codebase touched by this issue. Focus on:
- Files and modules that will be created or modified
- Existing patterns to follow (naming conventions, error handling, test structure)
- Any interfaces or contracts this issue must respect