context-engineering

Manage context usage to prevent bloat in AI workflows.

4|1|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/DoubleslashSE/claude-marketplace --skill context-engineering-doubleslashse
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: context-engineering
Source: https://github.com/DoubleslashSE/claude-marketplace/tree/main/Plugins/flow-workflow/skills/context-engineering
Command: npx skills add https://github.com/DoubleslashSE/claude-marketplace --skill context-engineering-doubleslashse

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Context window management techniques for maintaining efficiency and preventing context bloat in AI-enabled workflows.

Core Features & Use Cases

  • Fresh Task Context: Spawn a new agent per major task to ensure clean state and avoid cross-task contamination.
  • Load-Smart Strategy: Load only summaries or needed sections rather than entire files to minimize memory usage.
  • Hierarchical Loading: Use layered context (L1/L2/L3) to optimize discovery, planning, and execution.
  • Context Budgeting: Enforce per-role budgets (Orchestrator, Interviewer, Planner, Executor, Verifier) to balance performance with insight.
  • Use Case: When starting a new workflow, create a fresh context, summarize sources, and delegate deep tasks to specialized agents.

Quick Start

  • Spawn a fresh orchestrator for a new TASK-001 with a conservative context budget.
  • Read system level summaries first, then load targeted files for the current task.
  • Monitor context usage and reset on phase transitions.

Frequently Asked Questions about context-engineering

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prevent context window bloat in AI workflows?▼

To prevent context window bloat in AI workflows, spawn a fresh agent per major task to ensure clean state and load only necessary summaries rather than entire files.

What is hierarchical context loading and how does it work?▼

Hierarchical context loading uses layered context levels like L1, L2, and L3 to optimize discovery, planning, and execution by reading system summaries first before loading targeted files.

How do I enforce a context budget across different agent roles?▼

You can enforce per-role context budgets for roles like Orchestrator, Planner, and Executor to balance performance with insight and reset context on phase transitions.

When should I spawn a specialized agent for deep work tasks?▼

You should spawn a specialized agent for deep work tasks when starting a new workflow to avoid cross-task contamination and maintain accurate, efficient responses with a fresh context.

Does loading entire files into the context window degrade agent performance?▼

Loading entire files degrades performance by consuming memory; using a load-smart strategy to load only needed sections minimizes memory usage and maintains accuracy.