design
Installation
SKILL.md
Design
Write Design Docs for Video.js 10.
Design Docs are for decisions you own — architectural choices, component specs, and internal patterns. For proposals needing buy-in from others, use an RFC instead (rfc/).
Reference Material
| Task | Load |
|---|---|
| Any design task | This file (SKILL.md) |
| Choosing structure | references/structure.md |
| Feature guidance | references/features.md |
| Component guidance | references/components.md |
| Simple decision | templates/decision.md |
| Feature (single-file) | templates/feature-single.md |
| Feature (multi-file) | templates/feature-multi.md |
| Component (basic) | templates/component-basic.md |
| Component (compound) | templates/component-compound.md |