01Supports configurable storage providers, allowing seamless switching between different backends without workflow modification.
022 GitHub stars
03Provides a three-tier API (`storage.*`, `document.*`, `epic.*`/`story.*`) for structured and unstructured artifact management.
04Enforces an MCP-first storage policy across all BMAD agents, preventing direct filesystem access.
05Abstracts BMAD artifact storage via a custom MCP server, decoupling workflows from specific backends.
06Offers observability for all artifact I/O requests through centralized logging.