tt-critique
Installation
SKILL.md
Context Check
Determine the fidelity tier before running any checks — it controls which rules apply.
- Read
.tt-impeccable.mdfrom the project root → check### Fidelity Intent. If found, use it. - If absent or missing, infer from the codebase:
- Canvas ≤ 390px, mobile-first flex, safe area insets → Strict TUX-native
- Desktop-first, 1440px max-width, large display typography, dark
#000000canvas → TT Style - If still unclear, default to TT Style and note the assumption in the report.
Do not block on missing context. Proceed with the inferred tier.
Token tables and CSS variables: tt-impeccable/reference/tokens.md. Typography scale: tt-impeccable/reference/typography.md.
Fidelity tier determines which checks apply — rules marked below as (TUX-native only) are not violations for TT Style, and vice versa.
A design critique, not a code audit. Evaluate what users see and experience — not just whether the code is correct. Be direct. Vague feedback wastes everyone's time.
Related skills