Caching Strategy

Cache expensive operations to avoid redundant work across workflow phases. Caches project docs (15min TTL), npm info (60min), grep results (30min), token counts (until file modified), web searches (15min). Auto-triggers when detecting repeated reads of same files or repeated API calls. Saves 20-40% execution time. Use when this capability is needed.

tomevault-io Updated

File contents

tomevault-io/skills-registry/tree/main/marcusgoll--spec-flow--caching-strategy commit 18ff0711a3

Frequently asked questions

npx skillmds@latest add tomevault-io/caching-strategy