@gurupanguji

Spec: Validate Posts Thick Skin Date Fix

Goal

Fix the validate_posts workflow failure caused by malformed metadata in _posts/2026-05-01-thick-skin-sass.md.

Problem

The post front matter currently has a date value that does not match the parser format expected by scripts/validate_posts.py:

That value is missing seconds and the UTC offset. The file is also future-dated, so the validator will require a matching companion snippet in _snippets/.

Proposed behavior

Scope

Success criteria