write-todos

Installation
SKILL.md

Write Todos

Read the absolute plan path supplied by the caller. Write only the supplied todos path; do not implement work or launch agents.

Rules

  • Preserve the plan's architecture, scope, exclusions, and acceptance criteria.
  • Use stable sequential IDs (TODO-001, TODO-002, ...). When updating an existing file, preserve IDs and completed evidence.
  • Make each source-writing todo fit one focused worker and one commit.
  • Source-writing todos must be dependency ordered because workers share one checkout and run sequentially.
  • Repeat the constraints a worker needs; do not make it infer critical intent.
  • Name target files, useful source references, objective checks, and plausible wrong approaches.
  • Only the coordinator updates status, owner, commit, verification, and result fields. Delegated agents read this file but never edit it.

File Format

# Execution Todos
Installs
1
Repository
hazat/pi-config
GitHub Stars
443
First Seen
Aug 25, 2026
write-todos — hazat/pi-config