Review methodology for modules implementing a published specification (OTel, W3C, RFC, OTLP, Semantic Conventions). Apply whenever the user asks to review, audit, verify, refactor, or check spec-compliance of a file citing specifications — docstrings with section references like `§3.3.1.3.1` or `spec §3.3`, module paths under `apps/otel_api/lib/otel/api/`, or comments referencing specs under `references/`. Also triggers for requests like "verify citations", "find spec gaps", "check spec compliance", "is this aligned with the spec", or plain "review this file" when the file is spec-aligned. Use this even when the user doesn't explicitly say "review" — any task cross-checking code against a published specification qualifies.
2026-05-03