# Source-Driven Development

> Cite official docs instead of remembered APIs

**Subcategory:** Workflow  
**License:** MIT  
**Source:** https://github.com/addyosmani/agent-skills/blob/main/skills/source-driven-development/SKILL.md

---

## When it is useful

Grounds every implementation decision in official documentation. Use when you want authoritative, source-cited code free from outdated patterns. Use when building with any framework or library where correctness matters.

## The Catch

Cite official docs. Agents still answer from memory.
