Source Intelligence
Sweep 28 Aug 2026 ยท 00:00Z Build v2.1.250 478 read Stable v2.1.236 Latest v2.1.250 Next v2.1.250 Feeds RSS JSON llms.txt

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

Prompt capture

TaskList tool description

27 model strings share this prompt, byte for byte.

v2.1.154 21 lines 998 chars sha256 e179dcc4c755 Plain text Whole capture

This renders the markdown inside the description, so it isn't quite the description itself. The raw view and the plain text are the bytes as they were sent.

Use this tool to list all tasks in the task list.

When to Use This Tool

  • To see what tasks are available to work on (status: 'pending', no owner, not blocked)
  • To check overall progress on the project
  • To find tasks that are blocked and need dependencies resolved
  • After completing a task, to check for newly unblocked work or claim the next available task
  • Prefer working on tasks in ID order (lowest ID first) when multiple tasks are available, as earlier tasks often set up context for later ones

Output

Returns a summary of each task:

  • id: Task identifier (use with TaskGet, TaskUpdate)
  • subject: Brief description of the task
  • status: 'pending', 'in_progress', or 'completed'
  • owner: Agent ID if assigned, empty if available
  • blockedBy: List of open task IDs that must be resolved first (tasks with blockedBy cannot be claimed until dependencies resolve)

Use TaskGet with a specific task ID to view full details including description and comments.