source-driven-development

Verify framework and API decisions against official documentation with source citations.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/meisijiya/ohMeisijiyaCode --skill source-driven-development-meisijiya
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: source-driven-development
Source: https://github.com/meisijiya/ohMeisijiyaCode/tree/main/skills/source-driven-development
Command: npx skills add https://github.com/meisijiya/ohMeisijiyaCode --skill source-driven-development-meisijiya

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents guesswork when using frameworks and APIs by requiring decisions to be grounded in current official documentation instead of memory or assumptions.

Core Features & Use Cases

  • Version-aware verification: Confirms the exact behavior of a library or API at the version in use.
  • Source-backed answers: Encourages citing official docs and clearly marking any unverified claims.
  • Practical scenarios: Useful when integrating a new framework, debugging a version-specific issue, checking whether an API signature changed, or validating behavior that differs from training data.

Quick Start

Use the source-driven-development skill to verify the official documentation for the library or API you are about to use and summarize the confirmed behavior with sources.

Frequently Asked Questions about source-driven-development

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify an API signature against official documentation before implementation?▼

To verify an API signature against official documentation, you look up the official docs, cite the source, and explicitly mark any unverified claims. This prevents relying on outdated memory for API signatures.

What is the best way to check if a library API behavior changed in a new version?▼

The best way to check if a library API behavior changed in a new version is to perform version-aware verification against official documentation. This confirms exact behavior at the target version rather than relying on assumptions.

When do I need to look up official docs for framework integration instead of using model memory?▼

You need to look up official docs for framework integration when using version-sensitive libraries, encountering uncertain API signatures, or debugging behavior that may differ from model memory. This grounds decisions in current documentation.

How do I document unverified claims when researching framework APIs?▼

When researching framework APIs, you document unverified claims by explicitly marking them during your official-doc lookup. This source-driven approach requires citing official documentation to separate verified behavior from assumptions.

Can I use this approach to debug version-specific issues with version-sensitive libraries?▼

Yes, you can use this approach to debug version-specific issues with version-sensitive libraries. It applies to implementation work by requiring official documentation lookup and source citation to confirm exact behavior at the version in use.