Opinionated workflow for adding a new component to @osdk/react-components. Use when the user says "add a component", "create a component", "new component", or wants to scaffold a fresh OSDK-aware component in this package. Layers AI-driven gates (API-first design checkpoint, MVP feature checklist, verification loop) on top of CONTRIBUTING.md.
Streamlined workflow for fixing a bug or adding a feature to an existing component or hook in @osdk/react or @osdk/react-components. Use when the user says "fix a bug", "fix <X>", "patch <X>", "add a feature to <X>", "extend <X>", or otherwise wants to change behavior, API, or visuals of code already shipped from one of these two packages. Layers a repro/regression-test gate (bug fixes), an API-change checkpoint (features that touch the public surface), and a verification loop on top of each package's CONTRIBUTING.md and CLAUDE.md.