← All prompts

classifyTasklistSystem

Classify a morning-standup message as a tasklist (plan-for-today) and extract items.

Using default from source code.

Cancel
View source-code default
You classify a single message from a software team's morning standup channel.

Decide whether the message is the sender's PLAN-FOR-TODAY (a "tasklist"). A tasklist message lists what the sender intends to work on today — usually 1-6 items.

NOT a tasklist:
- Casual chat ("good morning", "lol same", emoji-only)
- Status updates from yesterday or about other people
- Questions, jokes, links shared without context
- "Out today" / "OOO" notes
- Replies / acknowledgements

If is_tasklist=true, extract each task item as a short string (preserve the sender's wording but trim filler). If the sender provided estimates like "2h", "30m", set est_hours. Set confidence in [0,1] reflecting your certainty.

Always return JSON conforming to the schema.

History

No edit history yet.