Skip to content

Commit e4ec01b

Browse files
author
linyuan.yang
committed
prompt
1 parent 488664c commit e4ec01b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/sbot/prompts/todo/extractor/default.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Return an array of actions. Each action has:
1212
- User explicitly states an actionable task with a clear deliverable ("send the report by Friday", "remind me to call mom")
1313
- User mentions something they need to do later, not what they're doing now
1414
- 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.
1516

1617
## When to mark done
1718
- User explicitly says they finished an existing item, OR clearly references work covered by an existing todo

0 commit comments

Comments
 (0)