Files
.tweakcc/system-prompts/tool-description-taskcreate.md
wassname 5347b109a2 Compress tool descriptions ~52% less always-loaded context
- Gut monolithic bash.md + sandbox-note.md (duplicated by 2.1.53 sub-files)
- Gut 22 "model-knows-this" bash + sandbox sub-files to header-only
- Deduplicate git safety rules (sub-files cover them)
- Compress TaskCreate, ToolSearch, ReadFile, ExitPlanMode, EnterWorktree,
  WebFetch, WebSearch, Skill, Sleep, LSP, AskUserQuestion, EnterPlanMode
- Fix Task tool: inverted polling instruction, add back isolation:worktree
- Fix sandbox-default dangling "unless:" -- fold conditions inline
- Escape backticks for tweakcc parser
- Add CLAUDE.md with Pi + Trail of Bits design principles
- Always-loaded budget: 8.7k words (down from ~18k stock)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 14:46:57 +08:00

840 B

Create a structured task list for multi-step coding sessions. Shows user progress.

When to Use

  • 3+ step tasks, plan mode, user provides multiple tasks${CONDTIONAL_TEAMMATES_NOTE}
  • Mark in_progress BEFORE starting, completed IMMEDIATELY after

When NOT to Use

  • Single trivial task (<3 steps), purely conversational

Fields

  • subject: imperative ("Fix auth bug")
  • description: detailed, with context and acceptance criteria
  • activeForm: present continuous ("Fixing auth bug") -- shown in spinner. ALWAYS provide.

${CONDITIONAL_TASK_NOTES}Check TaskList first to avoid duplicates. Use TaskUpdate for dependencies (blocks/blockedBy).