Prefer capabilities already provided by a codebase, its framework, installed dependencies, and official SDKs before writing custom implementations. Use when implementing, fixing, refactoring, or reviewing code where an existing API, configuration mechanism, convention, service abstraction, utility, test pattern, or dependency may already solve the problem.
2026-06-30