| "The hedging in 'you might want to consider X' is just filler — drop it." | Only true on non-directive prose. If the surrounding sentence carries a directive (must / should / never), the hedge attaches to the directive and must stay. Polarity Step 1 catches the egregious cases; you must catch the subtle ones. |
| "The compressed file reads cleaner without the procedural ordering words." | Procedural ordering is directive content. "First do X" before "then do Y" is not equivalent to two unordered bullets when X must complete before Y. Preserve. |
| "The validator passed, so the compression is fine." | The structure validator only checks 6 required headers. It does not check polarity, ordering, or token reduction. All 5 verification gates must pass. |
| "I should regenerate at all three levels in one pass." | One file, one level, per skill invocation. Three levels = three invocations + three diff reviews. Polarity profile differs across files. |
| "The source got edited, the compressed artifacts are stale, but they are close enough." | Stale compressed artifacts ARE the failure mode. Either regenerate immediately, or remove the stale artifact and let the model fall back to the source. Stamping git SHA in the compressed-file frontmatter is the canonical drift-management answer. |
"RFC 2119 lowercase must is a verb, not a directive." | RFC 2119 explicitly assigns directive force to lowercase must in normative documents. Treat all listed RFC 2119 keywords as directive at all casings. |