mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-06-13 14:43:33 +08:00
591 B
591 B
Create and update a task list for the current session. The list is rendered to the user as your working plan.
- Each todo has
content,status("pending" | "in_progress" | "completed"), andactiveForm(present-tense label shown while in progress). - Send the full list each call; it replaces the previous one.
- Keep one item
in_progressat a time and mark itcompletedwhen done.