source-driven-development

Installation
SKILL.md

Source-Driven Development

Overview

Verify every framework or library decision against official documentation before implementing. Flag any decision that lacks a source. This skill prevents the agent from relying on outdated patterns, hallucinated APIs, or assumptions about library behavior.

When to Use

  • Working with a framework or library you have not used recently
  • When API surface area is large or frequently changing
  • When the cost of a wrong assumption is high (auth, data, security)
  • When documentation lookup tools are available

Process

Step 1: Identify Framework Decisions

Before writing code that depends on a library:

  • List every API call, configuration option, or pattern you plan to use
Related skills
Installs
1
GitHub Stars
6
First Seen
6 days ago