What problem does it solve? It turns scattered files in your memory/ directory into interactive, auto-refreshing visual dashboards inside the Agency Cowork desktop app, so you can browse and act on your data without manually opening files. ## Core Features & Use Cases - Self-contained HTML dashboards: Each dashboard is a standalone HTML page saved to memory/Dashboards/ that receives the entire memory/ directory as structured data via a postMessage bridge and auto-refreshes when files change. - Interactive AI actions: Dashboards can launch AI sessions, fetch full file content, and perform CRUD operations (save, delete, patch frontmatter) on memory/ files directly from buttons and forms. - Built-in debugging tools: Data dumps, console capture, and error boundaries write diagnostics to .debug-data.json and .debug-log.txt for troubleshooting rendering issues. - Use Case: Build a project status tracker that reads memory/Knowledgebase/project-status.json, pair it with a scheduled task that pulls fresh ADO data each morning, and the dashboard re-renders automatically with the latest status. ## Quick Start Ask your coworker to create a new dashboard that visualizes the files in memory/Knowledgebase and save it to memory/Dashboards/.