بنقرة واحدة
rfc-writer
Write technical RFCs and design documents from a problem statement or rough notes
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Write technical RFCs and design documents from a problem statement or rough notes
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Generate system architecture diagrams as Mermaid, PlantUML, or ASCII art from a description or codebase
Convert images or video frames to ASCII art, or generate ASCII animations from descriptions
Generate concept maps, mind maps, and ER diagrams from free-form descriptions
Design, implement, and debug ETL/ELT pipelines — batch or streaming, any source/sink
Explain SQL queries, execution plans, and performance issues in plain English with rewrites
Guide incident response: triage, diagnosis, mitigation, communication, and post-mortem
| name | rfc-writer |
| description | Write technical RFCs and design documents from a problem statement or rough notes |
| category | software-development |
Write clear, well-structured technical RFCs that drive decisions, not just describe ideas.
# RFC-NNN: <Title>
**Status**: Draft | In Review | Accepted | Rejected | Superseded by RFC-NNN
**Author(s)**: <names>
**Date**: YYYY-MM-DD
**Decision deadline**: YYYY-MM-DD
## Summary
One paragraph. What are we proposing, and why does it matter?
## Problem statement
Current situation, pain caused, data (error rates, latency, support tickets, developer hours).
## Goals
Specific, measurable outcomes this RFC achieves.
## Non-goals
Explicitly out of scope.
## Proposed solution
Architecture diagram (Mermaid preferred), key data structures, API contracts,
migration path, rollout plan (feature flags, gradual rollout, kill switch).
## Alternatives considered
For each: what it is, why rejected (specific reasons — not just "too complex").
## Impact assessment
| Dimension | Assessment |
|---|---|
| Performance | adds 2ms p99 latency |
| Security | no new attack surface |
| Reliability | one new external dependency |
| Cost | +$200/mo Snowflake compute |
## Open questions
Numbered list. Each has an owner and resolution deadline.
## Implementation plan
- [ ] Phase 1: ... (owner, ETA)
- [ ] Phase 2: ... (owner, ETA)
## References
Related RFCs, ADRs, tickets, papers, external docs.
Describe the problem and rough solution and I will draft the RFC immediately.