Prompt #85
Back to promptsSystem Design Document
- Variables
- feature
- Tags
- system-design,architecture,documentation
- Source
- research-2026-05-01
- Use count
- 0
- Created
- 2026-05-01T18:11:52.162090+00:00
- Updated
- 2026-05-01T18:11:52.162090+00:00
Content
Create a comprehensive system design document for: {{feature}}
Include:
## 1. Requirements
- Functional requirements (bullet list)
- Non-functional requirements (latency, availability, scale)
## 2. High-Level Design
- Component diagram (ASCII art)
- Data flow description
## 3. Database Design
- Schema with field types and indexes
- Relationships (ERD text notation)
## 4. API Design
- Endpoints (method + path + brief description)
- Key request/response schemas
## 5. Scalability Considerations
- Expected load and growth
- Bottlenecks and mitigations
## 6. Open Questions / Trade-offs