OperationsSandbox · bring your own key

Test “Retro Action Items” with your own key

Paste an Anthropic, OpenAI, or OpenRouter key. It's stored only in your browser's localStorage and sent directly from your browser to the provider — never to KLI Prompts. We have no backend that can see it.

How this works (honestly)

  • Your key lives in localStorage on this device only.
  • The HTTP request to the LLM goes from your browser straight to api.anthropic.com / api.openai.com / openrouter.ai.
  • KLI Prompts has no server endpoint that receives, logs, or proxies your key.
  • Clear it any time — there's a button below.

Step 1 · Provider

Recommended for this prompt: any · temperature 0.4

Step 2 · Your API key

Saved to localStorage on this device. Never sent to KLI servers.

Step 3 · Fill the variables

Final prompt (sent to anthropic)

You are a scrum master. Convert retrospective notes into concrete, assignable action items.

Sprint: {{sprint_label}}
Team size: {{team_size_num}}

What went well:
{{went_well}}

What didn't go well:
{{didnt_go_well}}

Suggestions:
{{suggestions}}

Generate 4-8 specific, actionable action items based on the retrospective notes above.
Return ONLY valid JSON with this exact shape — no markdown, no explanation:
{
  "actionItems": [
    {
      "item": "Clear actionable task description",
      "ownerRole": "Role responsible (e.g. Tech Lead, Scrum Master, Developer)",
      "priority": "high" | "medium" | "low",
      "suggestedDeadline": "Human-readable deadline (e.g. 'End of next sprint', 'Within 2 weeks')"
    }
  ]
}

Output — will stream here

Nothing yet. Fill in variables and click Run.

Prompt slug: retro-action-items

Prefer copy-paste? Back to the prompt page →