create-tasks

Installation
SKILL.md

Create Tasks

A task file is the unit an AI agent picks up and ships. Each file has a checkbox list of work items with concrete file paths and a code-verifiable acceptance list that always includes a test command. The consuming AI ticks checkboxes as it completes them — anything a human has to look at by hand is forbidden.

When to use

  • A slice exists with §3 decisions resolved and §7 empty (or closed).
  • A feature needs to be queued for agent execution.
  • You need a verifiable handoff between planning and implementation.

When NOT to use

  • The slice has open decisions or open questions — finish the slice first.
  • The change is a single-line edit — just edit it.
  • The slice's HOW is still genuinely uncertain — go back to /slice and resolve it.

Output location

Mirror the existing repo convention. Tasks pool by feature, not by slice.

Related skills

More from patrickruddiman/skills

Installs
9
First Seen
12 days ago