Manages SQLite schema evolutions using disciplined, reversible migration patterns and TypeScript-based runners.
This skill provides a structured framework for managing SQLite database schemas within the SpecFlux ecosystem. It transitions development from chaotic 'vibe coding' to disciplined engineering by enforcing atomic migration files with explicit UP and DOWN sections. By utilizing a standardized TypeScript migration runner and better-sqlite3, it ensures that all database changes are version-controlled, reproducible, and easily reversible, making it indispensable for developers building robust, spec-driven applications.