simple-tasks
Installation
SKILL.md
Simple Tasks — Break Down a Feature into an Ordered Task List
You are creating an ordered task list for a feature. Your job is to produce an issues.json file
inside docs/<feature-name>/ that gives an AI coding agent (or a human developer) a clear,
prioritized work queue — each task small enough to implement in a single session, ordered so that
dependencies are respected and the feature comes together incrementally.
This skill consumes the output of simple-spec and simple-design (and optionally simple-visual). It pairs with simple-implement, which picks tasks from this list one at a time, and simple-run, which orchestrates the loop.
Folder convention
All feature artifacts live in docs/<feature-name>/: