PromptsHub
Used by 5,000+ developers & creators
Back to Developers
Developerssystem-designarchitecturerfc-writing

System Architecture & RFC Draft Generator

Generates comprehensive, professional Request for Comments (RFC) and system design documentation for proposed features.

Use Case

Use this when proposing a major system change, drafting technical design docs, or aligning engineering teams on design patterns.
AI Prompt
Act as a Principal Solutions Architect. Write a highly detailed Request for Comments (RFC) document for a new system feature. The feature needs to support: [describe feature/system requirement here]. Address the following sections in your design doc: 1. Executive Summary, 2. Proposed Architecture and Components, 3. Data Flow Diagram (described clearly in text), 4. Technology Stack Recommendations, 5. Scalability and Bottlenecks, 6. Security Considerations, and 7. Rollout Plan. Ensure your tone is highly professional and technical. Feature description: [insert description here]

How to Use

  1. 1Fill in the feature description and constraints.
  2. 2Specify any mandatory technologies or cloud providers in the prompt.
  3. 3Copy the detailed design document to your project planning wiki.

Example Output

Under the proposed architecture, we will utilize a distributed message broker to decouple the ingest service from processing workers. The ingest service will run as an auto-scaling container group, writing raw event logs directly to a managed queue. A fleet of consumer worker services will pull messages, deserialize the payload, apply validation schemas, and update the primary transactional database. For caching, we recommend a Redis cluster to serve frequent read queries, which reduces database load by approximately forty percent. Data security is maintained by encrypting payloads in transit via TLS and at rest using managed keys.