feature-tasks

Installation
SKILL.md

Feature Tasks

Create planning artifacts in planning/<dd-mm-yyyy-title-slug>/ and generate task.graph.json.

Workflow

  1. Clarify feature scope, constraints, and acceptance criteria.
  2. Pick a title slug (for example add-new-payment-method). The generator resolves it to planning/<dd-mm-yyyy-title-slug>/ for new folders, while existing non-prefixed folders are reused.
  3. Author planning/<dd-mm-yyyy-title-slug>/SPEC.md with: feature overview, requirements, constraints, and design decisions. Required by the companion orchestration skill.
  4. Author planning/<dd-mm-yyyy-title-slug>/tasks.yaml using the strict schema below.
  5. Keep related planning artifacts in the same folder (SPEC.md, task.graph.json, task.status.json).
  6. Run the bundled script to validate and generate task.graph.json.
  7. Fix all schema and parity errors until generation succeeds.
  8. Use task.graph.json to drive execution order.

tasks.yaml schema (strict)

version must be 3. Version 3 supports the optional context field per task.

Related skills
Installs
9
First Seen
Feb 11, 2026