What problem does it solve? Writing DOTween code from memory leads to subtle bugs: tweens outliving destroyed targets, Append used where Join was intended, OnComplete never firing on infinite loops, and missing module compile errors. This Skill grounds every DOTween decision in the actual 1.3.015 source with file and line citations. ## Core Features & Use Cases - Source-anchored rules: Ten critical rules covering DOTween.Init, the [DOTween] driver GameObject, autoKill defaults, Safe Mode, SetLink, SetTarget, and Sequence composition, each citing exact source lines. - Sub-doc routing: Eight focused references covering basics, tween lifecycle, sequences, shortcut extensions, easing, lifetime management, UniTask/Coroutine/Addressables integration, and 30 concrete pitfalls. - Use Case: When reviewing a pull request that chains transform.DOMove with SetLoops(-1) and OnComplete, load this Skill to catch that OnComplete never fires on infinite loops and recommend OnStepComplete instead. ## Quick Start Ask the AI to review your DOTween animation code or design a tween sequence using the dotween-design rules before writing any DOMove, Sequence, or SetEase calls.