| "What did we do today / yesterday / this week?" | Cognitive recall_recent, recall_search | Cheapest path. Covers the Librarian's replay window. |
| "Inspect a specific cycle in detail" | Delegate to Observer (inspect_cycle, list_recent_cycles) | Forensic drill-down, not built into the cognitive tools. |
| "Tool stats / detect failure patterns" | Delegate to Observer (detect_patterns, review_recent, query_tool_activity) | Pattern detection over recent cycles. |
| "Annotate, suppress, or correct a CBR case" | Delegate to Observer (correct_case, suppress_case, boost_case) | Owns CBR curation. |
| "D' false positive" | Delegate to Observer (report_false_positive) | Owns the meta-observer feedback channel. |
| "Trace a fact through time (recent)" | Cognitive memory_query_facts first; Observer memory_trace_fact for full lineage | Try the lightweight read first. |
| "What did we know about X six months ago?" | Delegate to Remembrancer (deep_search) | Reads full archive, bypasses Librarian replay window. |
| "Trace a fact through time (across the full archive)" | Delegate to Remembrancer (fact_archaeology) | Walks every write/supersede/clear. |
| "Find dormant threads / resurrect old work" | Delegate to Remembrancer (resurrect_thread) | Specifically built for it. |
| "Mine recurring patterns across cases" | Delegate to Remembrancer (mine_patterns) | Cross-case clustering. |
| "Cross-reference a topic across all stores" | Delegate to Remembrancer (find_connections) | Hits narrative + CBR + facts in one pass. |
| "Consolidate a period and write a report" | Delegate to Remembrancer (consolidate_memory + write_consolidation_report) | Owns the consolidation pipeline. |
| "Are my emotional states predicting failures?" | Delegate to Remembrancer (analyze_affect_performance) | Phase D. Pearson r between affect dimensions and outcome success per domain; persisted as affect_corr_* facts. |
| "Extract candidate insights from a period" | Delegate to Remembrancer (extract_insights then promote_insight) | Phase E. Synthesis tool returns candidates; promote each with promote_insight (rate-limited 3/day). |
| "Mine new strategies from CBR patterns" | Delegate to Remembrancer (propose_strategies_from_patterns) | Phase A follow-up. Auto-creates StrategyCreated events from clusters. Rate-limited 3/day. |