new
Installation
SKILL.md
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
planfor that). - Keep features "PRD-sized": one feature = one PRD. If it spans >2 subsystems, >1 UI surface + backend, or >~1 day of work, split it.
- 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
plan). - Treat memory capture as built-in: if durable decisions are made, update
tasks/memory.mdin this step instead of deferring to a separate memory pass.