Endgame Tablebase Cache

Pre-compute and cache known-correct answers for recurring boundary conditions; check tablebase before reasoning. Use for boilerplate code, legal clauses, lookup math. Scope boundary: live reasoning → `proof-trees-reasoning`.

CatCorner22 Updated

File contents

Chess endgame tablebase cache

#23 · Domain: Chess computing · Category: memory · Difficulty: 🟡 Medium

Core principle

Exhaustive pre-computation for fixed configurations — reuse perfect answers.

AI problem addressed

Recomputing known-correct edge cases every call.

Implementation

Maintain tablebase: auth patterns, CRUD, standard clauses, timezone math. Lookup FIRST; invoke reasoning only on cache miss with parameter match.

Boundaries

  • Prototype as prompt scaffold (🟢) before full pipeline middleware (🟡/🔴)
  • Category router: ai-transfer-memory
  • Catalog: ai-transfer-ecosystem-primer
  • Runtime plugin id: tablebase_cache
  • Also implements: opening_theory
  • Merge notes: Also absorbs opening_theory: opening-book templates before a tablebase miss.

CatCorner22/Cursor_Skills/tree/main/skills/ai-transfer/endgame-tablebase-cache commit 2e4be6970d

Frequently asked questions

npx skillmds@latest add catcorner22/endgame-tablebase-cache