Source Driven Development

Ground every framework- or library-specific decision in official docs you actually fetched — never in training-data memory. Use the moment you are about to write version-sensitive code (routing, forms, data fetching, auth, state, config, build setup): detect the installed version from the dependency file, deep-link the matching doc page, follow it exactly, and cite the full URL. Use whenever correctness depends on a version and "I think the API is…" is about to happen, or when reviewing framework-specific code for stale/deprecated patterns.

celestialdust 9f5267e 11.0 KB Updated

File contents

celestialdust/achilles-skills/tree/main/skills/source-driven-development commit 9f5267e15a

Frequently asked questions

npx skillmds@latest add celestialdust/source-driven-development