feature-tasks
Installation
SKILL.md
Feature Tasks
Create planning artifacts in planning/<dd-mm-yyyy-title-slug>/ and generate task.graph.json.
Workflow
- Clarify feature scope, constraints, and acceptance criteria.
- Pick a title slug (for example
add-new-payment-method). The generator resolves it toplanning/<dd-mm-yyyy-title-slug>/for new folders, while existing non-prefixed folders are reused. - Author
planning/<dd-mm-yyyy-title-slug>/SPEC.mdwith: feature overview, requirements, constraints, and design decisions. Required by the companion orchestration skill. - Author
planning/<dd-mm-yyyy-title-slug>/tasks.yamlusing the strict schema below. - Keep related planning artifacts in the same folder (
SPEC.md,task.graph.json,task.status.json). - Run the bundled script to validate and generate
task.graph.json. - Fix all schema and parity errors until generation succeeds.
- Use
task.graph.jsonto drive execution order.
tasks.yaml schema (strict)
version must be 3. Version 3 supports the optional context field per task.
Related skills