AgentStack
SKILL verified MIT Self-run

Context Budget Planner

skill-ucsahinn-codex-chef-context-budget-planner · by ucsahinn

Plan token and context usage before broad Codex work. Use for repo-wide, research-heavy, multi-agent, documentation-heavy, or long-running tasks that need a context budget, source priority map, compaction handoff, and verification gates.

No reviews yet
0 installs
12 views
0.0% view→install

Install

$ agentstack add skill-ucsahinn-codex-chef-context-budget-planner

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Context Budget Planner? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Context Budget Planner

Use this skill before broad, long-running, or multi-source Codex work. The goal is to keep useful capability while reducing wasted context.

Output

Return:

  1. Objective and completion evidence
  2. Must-load context
  3. Defer-until-needed context
  4. Ignore or exclude list
  5. Tool and source routing
  6. Token-saving tactics
  7. Compaction-safe handoff
  8. Verification gates

Reference Routing

Read references/context-strategy.md for broad repo work, research-heavy tasks, multi-agent delegation, long command outputs, compaction handoffs, surface-routing decisions, or token/context tradeoffs.

Rules

  • Preserve user constraints, approval gates, file paths, exact commands, and

named artifacts.

  • Prefer current files and command outputs over memory or guesses.
  • Load indexes, manifests, catalogs, and summaries before full files when that

still gives reliable evidence.

  • Read a selected authoritative instruction file completely before acting on

it.

  • Do not paste huge logs into the main thread. Summarize the key lines and keep

command names exact.

  • Do not move secrets, tokens, auth files, session data, private memory, or

private local paths into prompts, docs, diagrams, or issue comments.

  • Use subagents for bounded read-heavy work only when they reduce noise or

produce clearer evidence.

  • Put durable behavior in the right surface: prompt, AGENTS.md, skill,

plugin, MCP, hook, memory, rule, config, or script.

  • Use current official docs or verified sources when external facts affect the

answer.

  • Keep overlapping optional skills discoverable, but prefer the smallest

default set that covers the task without duplicate trigger noise.

Context Budget Template

Objective:
- ...

Completion evidence:
- ...

Must load now:
- ...

Defer until needed:
- ...

Ignore/exclude:
- ...

Tool/source routing:
- Local repo:
- Official docs:
- External docs:
- Browser/UI:
- Security/release:

Token-saving tactics:
- Start from indexes/manifests/catalogs before full files.
- Read only the relevant sections after symbol or text search.
- Summarize long command output instead of copying it wholesale.
- Keep exact commands, paths, versions, and failures.

Compaction handoff:
- Current decision:
- Files changed or inspected:
- Commands run:
- Known blockers:
- Next verification:

Verification gates:
- ...

When Not To Use

  • Tiny single-file edits.
  • Simple factual answers where no repo or external context is needed.
  • Tasks where the user explicitly asks for direct execution and context is

already small.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.