一键导入
rfc-writer
Writes RFC (Request for Comments) documents using a standard structure — TL;DR, WWH context, components, acceptance criteria, addenda
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Writes RFC (Request for Comments) documents using a standard structure — TL;DR, WWH context, components, acceptance criteria, addenda
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | rfc-writer |
| description | Writes RFC (Request for Comments) documents using a standard structure — TL;DR, WWH context, components, acceptance criteria, addenda |
| enabled | true |
Write RFC documents using a fixed structure. An RFC is a concise yet comprehensive document describing a proposed change, feature, or architectural decision.
A short summary — 1–2 sentences. The essence of the proposal: what we're doing and why. The reader should grasp the idea in 10 seconds.
Three mandatory questions as sub headings:
Details:
A Markdown checklist:
- [ ] Criterion 1
- [ ] Criterion 2
Each item must be a concrete, verifiable statement. What needs to be done/working for the task to be considered complete.
Supplementary materials:
When writing an RFC, use Markdown with headings:
# RFC: [Title]
## TL;DR
...
## Context
### What?
### Why?
### How?
## Components & Specifics
...
## Acceptance Criteria
- [ ] ...
- [ ] ...
## Addenda
...