OperationsSandbox · bring your own key
Test “Software Requirements” 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.Step 3 · Fill the variables
Final prompt (sent to anthropic)
You are a senior software architect. Generate a comprehensive Software Requirements Specification (SRS) document in Markdown format for the following project.
Project Name: {{project_name}}
Project Description:
{{project_description}}
User Stories:
{{user_stories}}{{technical_stack}}{{constraints}}
Generate a well-structured SRS document with the following sections:
1. Introduction (purpose, scope, definitions)
2. Overall Description (product perspective, product functions, user characteristics)
3. Functional Requirements (detailed, numbered requirements derived from user stories)
4. Non-Functional Requirements (performance, security, usability, scalability)
5. System Architecture (high-level overview{{technical_stack}})
6. Data Requirements (data models, storage needs)
7. Interface Requirements (UI, API, external interfaces)
8. Constraints and Assumptions{{constraints}}
9. Acceptance Criteria
Use clear, professional language. Number all requirements (e.g., FR-001, NFR-001). Be specific and measurable.Output — will stream here
Nothing yet. Fill in variables and click Run.
Prompt slug: software-requirements
Prefer copy-paste? Back to the prompt page →