proflead

ticket-breakdown

Break a task or ticket into small steps. Use when a junior developer needs guidance on how to start.

proflead 106 22 Updated 4mo ago
GitHub

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

  1. Summarize the ticket goal and acceptance criteria.
  2. Split into implementation steps with dependencies.
  3. 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.