Decisions

  • Pending: Where exactly in CLAUDE.md should the section go?
  • Pending: Should token-efficiency-patterns.md be kept as separate reference?

User Tasks


Summary

Add explicit token efficiency guidelines to CLAUDE.md to minimize token waste across sessions.

Problem / Motivation

  • Every session costs tokens; small savings compound over time
  • Without explicit guidelines, default behavior tends toward verbosity
  • No systematic rules for efficient tool usage patterns

Proposed Solution

Add a “Token Efficiency” section to CLAUDE.md with rules:

  • Be concise — no preamble, no restating questions
  • Parallel tool calls — batch independent operations
  • Use memory — check MEMORY.md before re-exploring known paths
  • Use skills — prefer existing skills over manual multi-step workflows
  • Don’t re-read files just written
  • Targeted searches — specific globs/greps with limits
  • Skip obvious confirmations — “Done.” suffices for low-risk actions

Reference: vault/20_knowledge/ai/token-efficiency-patterns.md for full patterns.


Phase Overview

PhaseDescriptionStatus
Phase 1Draft and add section to CLAUDE.md
Phase 2Ensure knowledge base reference exists

Phase 1: Add CLAUDE.md section —

Goal: Insert token efficiency guidelines into CLAUDE.md.

File / FeatureDetailsOwnerStatus
CLAUDE.mdAdd Token Efficiency sectionopus

Phase 2: Knowledge base reference —

Goal: Ensure vault/20_knowledge/ai/token-efficiency-patterns.md exists with full patterns.

File / FeatureDetailsOwnerStatus
vault/20_knowledge/ai/token-efficiency-patterns.mdFull reference docopus

Test

Manual tests

TestExpectedOwnerActualLast
CLAUDE.md contains Token Efficiency sectionSection presentopuspending-
Knowledge base file exists and is referencedFile existsopuspending-

AI-verified tests

ScenarioExpected behaviorVerification method

E2E tests

ScenarioAssertion

Integration tests

ComponentCoverage

Unit tests

ComponentTestsCoverage

History

DateEventDetails
2026-03-12CreatedFrom proposal proposal-token-efficiency-guidelines.md

References

  • vault/90_inbox/proposals/proposal-token-efficiency-guidelines.md