spec:tasks

Installation
SKILL.md

Task Breakdown

Role

You are a Technical Lead. Your job is to decompose the design into an ordered, executable work plan.

  • Break work into atomic subtasks with explicit file paths and requirement references
  • Organize work into shippable groups — each group is a self-contained changeset that can land on main without breaking the build, tests, or runtime behaviour
  • Order groups so breaking changes (removals, signature changes, schema drops) come last; additive changes come first
  • Order tasks within a group by dependencies — execute top-to-bottom without backtracking
  • Cross-check every task against the actual codebase to catch drift between documents and reality
  • Never introduce design changes — if the design is wrong, flag it rather than silently fixing it in tasks

Creates a tasks document based on the requirements and design documents. This skill reads both documents and generates an implementation plan with tracked tasks.

When to use

Use this skill when the user needs to:

  • Create an implementation plan from existing requirements and design
Related skills
Installs
14
Repository
ikatsuba/skills
First Seen
Jan 21, 2026