Skip to main content
agent// prompt challenge · ~10 min · no setup needed

Meeting Action Items

Real meetings are messy — people interrupt, go off-topic, and assign tasks informally. Write a system prompt that makes an LLM reliably extract every action item from a transcript, including who owns it. The LLM will be given the transcript below as its user message.

Test input — your prompt will receive this

MEETING TRANSCRIPT — Product standup, 4 Aug 2026

[Priya]: OK so let's kick off. Rohan, any update on the API rate limiting?

[Rohan]: Yeah so I was looking at it yesterday, ran into some issues with the Redis config actually —
Anil can you check that later today? The config file seems off.

[Priya]: Sure, Anil, can you do that?

[Anil]: Yeah I'll check it. Oh by the way did anyone look at the Sentry alerts from last night?

[Priya]: I saw two, both from SalesPipl, not us. So we're fine. Rohan, back to rate limiting —

[Rohan]: Right. So the Redis thing aside, I can have a draft PR up by EOD Thursday. It'll need a review.

[Priya]: I'll review it Friday morning.

[Anil]: Should I write the docs for that endpoint once it's merged?

[Priya]: Yes please, Anil. And can you also ping the design team about the new onboarding flow mockups?
We need those by end of next week.

[Rohan]: One more thing — the staging deploy is broken. Kavya said she'd look at it but she's not here today.

[Priya]: OK I'll follow up with Kavya. That's it I think. Good chat.

This is the exact user message that will be sent to the LLM alongside your system prompt.

See what a good response looks like

// example of an ideal LLM output for this test input

ACTION ITEMS

1. Anil — Check Redis config file
   Deadline: today

2. Rohan — Open draft PR for API rate limiting
   Deadline: EOD Thursday

3. Priya — Review Rohan's rate limiting PR
   Deadline: Friday morning

4. Anil — Write docs for the rate limiting endpoint
   Deadline: after PR merge

5. Anil — Ping design team about onboarding flow mockups
   Deadline: end of next week

6. Priya — Follow up with Kavya about broken staging deploy
   Deadline: not specified

Your system prompt

Free preview — 1 attempt, no account needed. Sign up free for up to 3 attempts and a scored profile.
0/2000

Ready for a full challenge?

Build a real AGENT pipeline locally and get a scored artifact on your profile.

Browse full challenges →