概要
Provides strategic guidance for implementing chess move generators and board logic within environments constrained to regular expressions. This skill covers parsing FEN notation, mapping coordinates to string positions, and building incremental move patterns from simple pawn pushes to complex sliding pieces. By utilizing coordinate labeling and structured capture groups, it helps developers manage the unique challenges of pattern-matching-based state transformations and ensures rigorous verification of board state outputs.