task
SKILL.md
Task
Execute a single atomic content unit using Preview-First Development.
Atomic Unit Reference
| Unit Type | Scope | Max Size | Example |
|---|---|---|---|
| Section | One logical part of a page | ~50 lines | "Education" section in about.qmd |
| Component | Single UI element | ~30 lines | Hero banner, navbar item |
| Visualization | Single chart/plot | 1 output | Matplotlib figure in notebook |
| Asset | Single file | 1 file | profile-headshot.jpg |
| Config | Single setting group | ~10 lines | navbar configuration |
| Cell | Single notebook cell | ~20 lines | Code cell with explanation |
Golden Rule: If you can't describe the unit in one sentence, it's too big.