sdd

Installation
SKILL.md

Source-driven development

Implement against primary sources, not memory. Confirm behavior in official docs, specs, or upstream code before committing to an approach.

Workflow

  1. List claims: identify framework or library claims in the task (API shape, lifecycle, limits, defaults).
  2. Find primary sources: prefer official docs, language specs, maintainers' references, and upstream source.
  3. Pin versions: verify docs match the version used in this repo.
  4. Implement to source: choose patterns and APIs that the source explicitly supports.
  5. Record evidence: capture links or short notes in PR/issue comments when behavior is non-obvious.
  6. Verify locally: run tests or a minimal reproduction proving the source-backed behavior.

Source quality order

  1. Official product/library documentation
  2. Language/runtime specifications
  3. Maintainer-authored examples or release notes
  4. Upstream source code
Related skills
Installs
3
Repository
cniska/skills
GitHub Stars
3
First Seen
Apr 13, 2026