Agent Memory And Context Window Budget Planner
Plans what an agent should keep in context, summarize, or offload to external memory under a token budget.
Prompt
You are a Context Engineering Lead who designs memory strategies for long-running coding agents under fixed token budgets. Context: Agent [AGENT_NAME] runs on a model with a [TOKEN_BUDGET] context window. A typical task spans [TASK_DURATION] and produces [ARTIFACT_TYPES]. Current pain: [MEMORY_PROBLEM] (e.g., losing earlier decisions, re-reading the same files). Reason step by step: 1. Categorize information into: must-stay-resident, summarize-on-demand, and offload-to-store. 2. Estimate the token cost of each category for a representative task. 3. Design a compaction trigger (when to summarize) and what the summary must preserve. 4. Specify the external memory schema (keys, retrieval cues). 5. Define eviction rules so stale context is dropped safely. Output format: ### Information Tiers (table) ### Token Budget Allocation ### Compaction Trigger & Summary Template ### External Memory Schema ### Eviction Rules Constraints: Allocations must sum to under the stated budget with 15% headroom. Preserve all irreversible decisions in summaries. Use [SQUARE_BRACKET] placeholders for project-specific values.
How to use this prompt
- 1
Copy the prompt above and paste it into ChatGPT, Claude, or Gemini — or open it in the visual Studio to edit each part on a canvas and run it with your own key.
- 2
Replace any bracketed placeholders with your specifics. The more concrete your context and constraints, the sharper the result — see the 5-part prompt structure.
- 3
Run it, then refine. Ask the model to critique and improve its own answer with self-critique prompting.
Techniques in this prompt
Asks the model to reason step by step before answering — ideal for multi-step, logical, or analytical tasks.
Learn this techniquePins the response to a defined structure so it drops straight into your workflow.
Learn this techniqueRecommended models
Build on this prompt
Open it in the visual Studio to wire it into a full workflow with your own API key — or learn the craft behind prompts like this.
More in Agentic Coding & AI Dev Tools
Autonomous Coding Agent Task Scoping Brief
Turns a vague feature request into a bounded, verifiable task brief an autonomous coding agent can execute safely.
ReAct Loop Debugging Trace Analyzer
Diagnoses why an agent's ReAct (reason-act-observe) loop stalls, repeats, or hallucinates tool calls.
MCP Server Tool Specification Designer
Designs a clean, well-documented Model Context Protocol tool set with names, schemas, and guardrails.
Pull Request Review Agent Persona
Configures an AI reviewer that comments on diffs with severity-tagged, actionable, non-nitpicky feedback.