TheFocus.AI TheFocus.AI

Phase 4: Cleanup and Validation

Validation scripts catch inconsistencies across 200+ files. Fix edge cases, refine the schema, and iterate.

TUTOR WITH THEFOCUS.AI

Agent Integration

Copy this prompt into Claude, ChatGPT, or any external AI assistant. It points the assistant to the course instructions and links it to your student profile to track your progress and customize observations.

Please tutor me in this lesson using the following context. First, read the instructions at: https://courses.thefocus.ai/llms.txt My Student ID is: <none> The lesson markdown source is at: https://courses.thefocus.ai/content-repurpose/04-validation/index.md

You are not enrolled yet. Enroll to generate a Student ID to track lesson completions and store learning notes.

Phase 4: Cleanup and Validation

You have 210 decorated files with rich metadata. But not everything is perfect. This phase is about catching inconsistencies at scale — scripts that validate every file against the schema, find unconverted emails, and track overall progress.

The key pattern: automated validation catches what manual review misses. When you have 200+ files, you can’t check each one by hand. Scripts are your quality gate.

Lessons

  1. Validation Scripts & Edge Cases — Build validate_taxonomy.py and classify_emails.py to catch errors. Handle malformed YAML, mismatched content, and missing files.

  2. Iterate & Improve — Refine the schema, re-run classification, and apply the patterns to build a magazine website from the structured content.