You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/sbot/prompts/todo/extractor/default.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ Return an array of actions. Each action has:
12
12
- User explicitly states an actionable task with a clear deliverable ("send the report by Friday", "remind me to call mom")
13
13
- User mentions something they need to do later, not what they're doing now
14
14
- Skip vague intentions ("I should learn React someday") and statements of fact
15
+
- Skip tasks that have already been handled within the current conversation — if the user mentioned doing something and also indicated it was already done, completed, or resolved in the same turn (or earlier in the conversation context), do NOT create a todo for it. Todos are for future work, not historical record-keeping.
15
16
16
17
## When to mark done
17
18
- User explicitly says they finished an existing item, OR clearly references work covered by an existing todo
0 commit comments