# Write Rfc

> Draft or revise a Video.js RFC. Use for public APIs, product direction, user-facing DX, shared architecture, or hard-to-reverse proposals needing buy-in.

- Skill: `videojs/write-rfc` (Agent Skill)
- Install (CLI): `npx skillmds@latest add videojs/write-rfc`
- Raw SKILL.md: https://api.skillmd.com/api/skills/videojs/write-rfc/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: videojs (https://skillmd.com/u/videojs)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/videojs/write-rfc

---


# RFC

Read `rfc/README.md` for the current lifecycle and format. If the user explicitly asks for an internal record instead, use a design or decision record when the author owns the choice and no wider agreement is needed.

## Workflow

1. Verify that an RFC is warranted; skip it for local implementation details, ordinary bugs, or already-approved work.
2. Read current code, existing RFCs/design records, related issues, and relevant user evidence.
3. Define the problem, affected users, constraints, goals, and explicit non-goals.
4. Present the proposed direction at the level needed for agreement, not a line-by-line implementation plan.
5. Compare credible alternatives and make costs, compatibility, migration, and unresolved questions explicit.
6. Define how success will be evaluated and what happens after acceptance.
7. Keep status `draft` until the repository's approval process changes it.

Make public API and DX tradeoffs explicit when central. Keep implementation detail in code, or in a later design record or plan only when the user explicitly requests one.

## Example

Input: “Draft an RFC for a new plugin extension model.”

Output: A draft proposal with user evidence, goals, non-goals, compatibility and migration costs, credible alternatives, open questions, and success measures.

