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

Installs
1
GitHub Stars
7
First Seen
May 7, 2026
source-driven-development — v1truv1us/ai-eng-system