What problem does it solve? Building legal Yu-Gi-Oh combo lines requires checking summon conditions, resource flow, and hand trap vulnerabilities across thousands of cards, which is error-prone when done manually. ## Core Features & Use Cases - Combo Discovery: Query cards.cdb for starters by attribute and race, generate candidate sequences, and rank them by end-field strength and consistency. - Step-by-Step Validation: Verify summon legality, effect activation conditions, resource accounting, and common pitfalls like assuming grave contents or misusing searched traps. - Standardized Documentation: Record combos in a structured format covering starters, steps, end fields, and halt points with compromise lines. - Use Case: Given a Light-attribute Fiend starter, discover generic two-card combos, validate each step against the rules checklist, and document the optimal line with Ash Blossom halt points. ## Quick Start Discover and validate a two-card combo starting from a Light attribute Fiend monster and document the end field with its halt points.