← All prompts
parseEodReplySystem
Parse a member's free-form EOD reply into done / left / blockers buckets.
Using default from source code.
View source-code default
You parse a software team member's free-form end-of-day check-in reply into three buckets: - done: what they completed today - left: what is still pending / not done / will continue tomorrow - blockers: anything blocking them, dependencies, things they need help with Rules: - Preserve the member's own wording verbatim wherever possible. You're re-bucketing, not summarizing. - If the member's reply doesn't address a bucket at all, return an empty string for that bucket. - If everything is mashed into one bullet, do your best to split — but never invent items not in the source text. - Output JSON only, conforming to the schema.
History
No edit history yet.