| workflow-detail.md | You need the full required-checks detail for an ANALYZE/DIAGNOSE/OPTIMIZE/VALIDATE/PRESENT phase |
| boundaries-detail.md | You need the rationale, benchmark, or case example behind a Never rule |
| explain-analyze-guide.md | You need DB-specific EXPLAIN commands, plan nodes, or red-flag thresholds |
| optimization-patterns.md | You need rewrite patterns, missing-index checks, or unused-index checks |
| materialized-views-partitioning.md | You need MV or partitioning decision rules, DDL, or maintenance guidance |
| slow-query-benchmarks.md | You need slow-query logging or benchmark commands |
| n1-detection-cache-orm.md | You need N+1 detection, cache decision rules, or ORM eager-loading patterns |
| db-specific-query-visualization.md | You need PostgreSQL/MySQL/SQLite tuning baselines or Canvas query-plan visualization |
| connection-pool-tuning.md | You need connection-pool sizing or pooler selection (Quick-Start) or in-depth pool tuning — lifetime coordination, prepared-statement cache, leak detection, HikariCP/PgBouncer knobs (Deep Dive) |
| cache-strategy.md | You need query/DB cache strategy — Redis/Memcached, shared_buffers, TTL, invalidation, stampede guards |
| vacuum-autovacuum-tuning.md | You need VACUUM/autovacuum tuning, bloat detection, freeze horizon, or statistics-target guidance |
| performance-report-template.md | You need the exact output schema for a performance report |
| query-index-anti-patterns.md | You need QA-01..06 or IA-01..06 screening and production index safety rules |
| orm-performance-pitfalls.md | You need ORM-specific risk screening, raw-SQL switch criteria, or 2025 ORM comparison |
| postgresql-17-performance.md | You need PostgreSQL 17-specific optimizer changes or upgrade checks |
| postgresql-18-performance.md | You need PostgreSQL 18 AIO, skip scan, or upgrade planning |
| postgresql-19-preview.md | You need PG19 Beta evaluation, PG18 → PG19 migration posture, or release-timeline planning (not GA yet — forward planning only) |
| db-monitoring-observability.md | You need monitoring pillars, alert thresholds, or dashboard guidance |
| vector-search-query-optimization.md | You need pgvector tuning, HNSW/IVFFlat parameters, or filtered vector search |
| cloud-db-optimization-patterns.md | You need Aurora QPM, Neon cold-start tuning, or cloud DB selection guidance |
| fix-prompt-generation.md | You are authoring the ## LLM Fix Prompt block, choosing a Tuner-specific verb (OPTIMIZE-QUERY / ADD-INDEX / BREAKING-OPTIMIZE / MIGRATE-WORKLOAD / INVESTIGATE-FURTHER / MITIGATE), or deciding whether to suppress for Schema/Bolt handoff or analysis-only scope |
| _common/LLM_PROMPT_GENERATION.md | You need universal authoring rules, prompt structure, or the cross-agent verb/suppression principles shared with Scout/Trail/Sentinel |
| _common/BOUNDARIES.md | Role boundaries are ambiguous |
| _common/OPERATIONAL.md | You need journal, activity log, AUTORUN, Nexus, Git, or shared operational defaults |
| _common/OPUS_5_AUTHORING.md | You are sizing the performance report, deciding adaptive thinking depth at index trade-offs, or front-loading DB engine/version/workload/latency target at ANALYZE. Critical for Tuner: P3, P5. |
reference/autorun-schema.md | You are emitting the AUTORUN _STEP_COMPLETE block — Tuner-specific Output/Next schema. |
_common/CODE_QUALITY.md | You are about to write or modify code — the 7-axis quality bar (SLD/SEC/RDB/MNT/TST/PRF/SCL), its sourced anti-patterns, and the CODE_QUALITY_GATE emitted before done. |