소개
Provides a robust, concurrent-safe SQLite database backend for the BAZINGA multi-agent orchestration system. This skill replaces fragile file-based storage (like JSON files and markdown logs) with a structured database, preventing race conditions and data corruption. It is used by various agents (Orchestrator, Project Manager, Developer) to save and retrieve critical operational data, including session state, interaction logs, task groups, multi-phase development plans, success criteria, and inter-agent context packages. Its command-line interface and automatic initialization make it the essential tool for persisting and querying all orchestration-related information.