Releases: jar-reis/date-validation-skill
Release list
v1.0.0 - Initial Release
Date Validation Skill v1.0.0
Prevents day-of-week errors, countdown math mistakes, and timeline inconsistencies in Claude Code.
Features
✓ Two-source ground truth verification - Cross-validates env tag + system date
✓ Day-of-week matching - Catches "Wed Nov 12" when Nov 12 is Tuesday
✓ Relative date calculations - Validates "today", "tomorrow", "in X days"
✓ Countdown math - Verifies "18 days until Dec 1" accuracy
✓ Comprehensive scanning - Checks ALL dates, not just obvious errors
✓ Individual validation - Validates each date independently
✓ Interactive correction - Presents options with context
✓ Auto-trigger - Activates on Planning Hubs, timelines, calendars
Installation
Option 1: Download ZIP
- Download
date-validation-skill-v1.0.0.zipbelow - Extract to
~/.claude/skills/ - Restart Claude Code
Option 2: Git Clone
cd ~/.claude/skills/
git clone https://github.com/JackReis/date-validation-skill.git date-validationWhat Makes This Different
This skill was designed using Test-Driven Development for documentation:
- RED Phase: Ran 4 pressure scenarios WITHOUT the skill, documented exactly how agents fail
- GREEN Phase: Wrote skill addressing those specific failures
- Result: 10 documented rationalizations that agents use to skip validation, all prevented
Tested Scenarios
- Day-of-week mismatch (trust anchor without verification)
- Self-correction after first error (spot-fix, miss comprehensive validation)
- Countdown math (manual calculation vs. systematic validation)
- Sequential date trust (consistent ≠ correct)
See baseline-analysis.md and GREEN-TEST-RESULTS.md for full testing methodology.
License
MIT License
🤖 Generated with Claude Code