What problem does it solve?
Understanding the history, patterns, and evolution of AI-driven decisions can be challenging without proper tools. This Skill provides comprehensive capabilities to query, analyze, and troubleshoot the AI Counsel decision graph, transforming past deliberations into actionable intelligence.
Core Features & Use Cases
- Similar Decision Retrieval: Find past deliberations related to a new question using semantic similarity, providing valuable context for current debates.
- Database Statistics & Health: Monitor the growth, check the integrity, and debug performance of the SQLite-based decision graph memory.
- Cache Performance Analysis: Diagnose slow queries and optimize cache configuration for efficient context injection.
- Tiered Context Formatting: Understand how context is dynamically formatted (strong, moderate, brief) to fit token budgets and maximize relevance.
- Use Case: Before making a new architectural decision, query the decision graph to see if a similar topic has been debated before. Identify any contradictions in past advice or trace how opinions on a specific technology evolved over time, ensuring decisions are informed by historical context.
Quick Start
To find similar past decisions for a new question, use the integration:
integration.get_context_for_deliberation("Should we adopt TypeScript for the project?")