Checking Upstream First

Before writing a custom fix for a framework- or library-level problem, verifies that the current version does not already solve it. Covers the version actually resolved vs. the current one, reading the dependency's own code in node_modules, release notes and issue tracker, and whether an lt base repo already solved it. Activates whenever a workaround, shim, patch, wrapper, polyfill or guard is about to be built around a dependency's behaviour, and on "workaround", "patchen", "wir bauen uns das selbst", "eigene Lösung". NOT for feature work the dependency was never meant to cover. NOT for routine version bumps (use maintaining-npm-packages).

lenneTech Updated

File contents

lenneTech/claude-code/tree/main/plugins/lt-dev/skills/checking-upstream-first commit 93b2bf12db

Frequently asked questions

npx skillmds@latest add lennetech/checking-upstream-first