What problem does it solve? Building a legal, competitive Yu-Gi-Oh! deck requires checking banlist limits, card types, alias rules, and deck ratios, which is error-prone when done manually. This Skill enforces a structured five-step workflow that validates every card before it enters the YDK file. ## Core Features & Use Cases - Pre-Build Validation: Verifies banlist lim values, card types, card ID existence, and alias copy limits before writing any card into the deck. - Five-Step Workflow: Covers deck type identification, core selection, main deck construction (40-44 cards), extra deck construction (12-15 cards), and quantitative verification via ydkcheck.py. - Reference Comparison: Compares the finished deck against 5-10 local and online reference variants with a match-rate target of 50% or higher. - Use Case: Given a target archetype, produce a tournament-legal main and extra deck with hand trap ratios, boss monsters, and documented differences from current meta lists. ## Quick Start Build a Yu-Gi-Oh! deck for the given archetype following the five-step workflow and verify it with ydkcheck.py.