context-engineering-advisor

Diagnose context stuffing in AI workflows and implement bounded context architecture.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/MiDouTech/myTapd --skill context-engineering-advisor-midoutech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-engineering-advisor
Source: https://github.com/MiDouTech/myTapd/tree/main/.claude/skills/context-engineering-advisor
Command: npx skills add https://github.com/MiDouTech/myTapd --skill context-engineering-advisor-midoutech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Diagnose whether you're doing context stuffing in AI workflows and guide you to implement bounded contexts, episodic retrieval, and a structured retrieval cycle to prevent context rot.

Core Features & Use Cases

  • Diagnose symptoms of context stuffing and identify ownership of context boundaries
  • Design a two-layer memory architecture (short-term conversational and long-term persistent memory)
  • Define retrieval strategies and create a Context Manifest to govern what persists vs retrieved
  • Apply the Research→Plan→Reset→Implement cycle to compress research into a high-density plan and start fresh

Quick Start

Describe your current AI usage and observed symptoms to begin the guided diagnostic cycle.

Frequently Asked Questions about context-engineering-advisor

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

FAQPage Schema
What is context stuffing in AI workflows and how do I diagnose it?

Context stuffing overloads AI workflows with excessive data, degrading model attention and causing context rot. You diagnose it by identifying symptoms of degraded attention allocation and mapping out ownership of your current context boundaries to spot unbounded data injection.

How do I design a memory architecture for multi-agent AI workflows?

Design a two-layer memory architecture by separating short-term conversational memory from long-term persistent memory. This bounded context approach prevents context rot in multi-agent workflows by governing what information persists versus what is retrieved on demand.

When do I need a Context Manifest for RAG deployments?

You need a Context Manifest for RAG deployments when retrieval strategies become unbounded and cause context rot. It defines strict boundaries to govern what information persists versus what is retrieved, ensuring proper episodic retrieval and attention allocation.

What is the best way to prevent context rot in multi-agent product teams?

The best way to prevent context rot is applying a Research→Plan→Reset→Implement cycle. This structured cycle compresses research into a high-density plan, resets the context, and starts fresh implementation with optimized attention allocation for multi-agent workflows.

Does applying bounded contexts work with existing RAG retrieval strategies?

Bounded contexts work with existing RAG by defining strict ownership boundaries and episodic retrieval strategies. This structured approach limits context stuffing and ensures that only high-density, relevant information is retrieved rather than persisting everything.