Break a task or ticket into small steps. Use when a junior developer needs guidance on how to start.
Install
npx skillscat add proflead/codex-skills-library/ticket-breakdown Install via the SkillsCat registry.
SKILL.md
Ticket Breakdown
Purpose
Break a task or ticket into small steps.
Inputs to request
- Ticket description and acceptance criteria.
- Target files or components.
- Known constraints or deadlines.
Workflow
- Summarize the ticket goal and acceptance criteria.
- Split into implementation steps with dependencies.
- Identify what to test and how to validate.
Output
- Step-by-step task list with checks.
Quality bar
- Keep steps small and testable.
- Highlight any missing requirements.