source-driven-development

Enforce official documentation-backed patterns with versioned citations in code.

3|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/vtgiang-dotcom/Solo-Code-Harness --skill source-driven-development-vtgiang-dotcom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: source-driven-development
Source: https://github.com/vtgiang-dotcom/Solo-Code-Harness/tree/main/.gemini/antigravity/skills/source-driven-development
Command: npx skills add https://github.com/vtgiang-dotcom/Solo-Code-Harness --skill source-driven-development-vtgiang-dotcom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Grounding every implementation decision in official documentation to ensure code correctness, avoid outdated patterns, and provide verifiable sources for every choice.

Core Features & Use Cases

  • Documentation-backed coding: require explicit official-source citations for patterns and decisions.
  • Version-aware implementation: verify patterns against detected framework/library versions to prevent deprecated APIs.
  • Code-comment citations: embed sources directly in code and maintain-facing outputs to enable fast verification.

Quick Start

Instruct the AI to fetch the relevant official docs for the detected stack, implement patterns exactly as per documentation, and include source citations in outputs.

Frequently Asked Questions about source-driven-development

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

FAQPage Schema
How do I ensure AI-generated framework code follows official documentation patterns?

To ensure AI code follows official documentation patterns, you must enforce explicit source citations for every implementation decision and verify patterns against detected library versions to prevent deprecated APIs. This grounds code generation in verifiable sources.

What is source-driven development for framework-specific boilerplate?

Source-driven development is a pattern verification method that identifies and enforces official documentation-backed patterns for framework-specific code decisions. It ensures dependency on exact versioned patterns and embeds explicit citations in code comments.

How do I cite official docs in code comments for framework pattern verification?

To cite official docs in code comments, instruct the AI to fetch relevant official documentation for the detected stack, implement patterns exactly as documented, and include source citations directly in the output and maintain-facing code comments for fast verification.

Can I use documentation-backed coding to verify deprecated APIs in my current stack?

Yes, documentation-backed coding verifies implemented patterns against detected framework or library versions. It prevents deprecated APIs by requiring exact versioned patterns from official sources before generating boilerplate or completing code reviews.

Does version-aware implementation work for code reviews and pattern verification?

Version-aware implementation works for code reviews by checking framework-specific code decisions against official documentation. It validates exact versioned patterns and embeds explicit citations in the output to maintain correctness and avoid outdated implementations.

What are the limitations of relying on official docs for code correctness?

The primary limitation is its strict dependency on available official documentation. If a framework lacks comprehensive versioned docs, the skill cannot verify patterns, generate boilerplate, or enforce source citations for edge cases or undocumented features.