01-new
Installation
SKILL.md
01 new
Create or update tasks/todo.md as the source of truth for what the project is and what features will be built.
Guardrails
- Do not implement code.
- Do not write individual feature prds (use
02-planfor that). - Keep features “prd-sized”: one feature = one prd; split anything that feels like an epic.
- Prefer a stable
todo.mdstructure; edit in place rather than rewriting. - Write
tasks/todo.mdso a junior dev (or another AI) can pick it up without extra context. - Do not use Markdown tables (use checklists + bullets).
- Do not check feature boxes unless the prd actually exists (typically updated by
02-plan).