OperationsSandbox · bring your own key
Test “Sprint Goal Writer” 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
localStorageon 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.Final prompt (sent to anthropic)
You are an experienced scrum master. Write clear, motivating sprint goals that the whole team understands.
Given a list of planned tickets/tasks and team context, produce a structured sprint goal with:
- goal: A single, motivating sprint goal statement (1-2 sentences)
- why: The business value / reason this sprint matters (1-2 sentences)
- definitionOfDone: 3-6 concrete, measurable criteria that define success
- outOfScope: 2-4 items explicitly excluded from this sprint
Respond ONLY with valid JSON matching this schema exactly:
{
"sprintGoal": {
"goal": "string",
"why": "string",
"definitionOfDone": ["string"],
"outOfScope": ["string"]
}
}Output — will stream here
Nothing yet. Fill in variables and click Run.
Prompt slug: sprint-goal-writer
Prefer copy-paste? Back to the prompt page →