context-engineering-advisor

Diagnose context stuffing and guide teams to separate needed context from noise.

1|1|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/yuyuxinli/moodcoco --skill context-engineering-advisor-yuyuxinli
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: context-engineering-advisor
Source: https://github.com/yuyuxinli/moodcoco/tree/main/.claude/skills/context-engineering-advisor
Command: npx skills add https://github.com/yuyuxinli/moodcoco --skill context-engineering-advisor-yuyuxinli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Diagnose and resolve issues of context stuffing by guiding teams to separate needed context from noise, enabling lean, bounded contexts and memory architectures that improve AI reliability.

Core Features & Use Cases

  • Identify symptoms of context stuffing and distinguish it from genuine decision-driven context.
  • Define ownership and create a Context Manifest to formalize what belongs in memory vs. what should be retrieved.
  • Implement the Research→Plan→Reset→Implement cycle to prevent context rot and keep execution clean.

Quick Start

Provide a brief description of your current AI workflow and a small sample of context you typically use for the advisor to begin diagnosing context practices.

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 and how does it affect AI assistant reliability?▼

Context stuffing occurs when AI assistants receive excessive irrelevant data, degrading reliability. It happens when teams fail to separate decision-driven context from noise, causing memory architectures and retrieval systems to fail.

How do I design a two-layer memory architecture for AI product workflows?▼

Design a two-layer memory architecture by creating a Context Manifest to formalize what belongs in memory versus what requires retrieval. This separates persistent context from episodic data, keeping execution clean.

What is the Research Plan Reset Implement cycle for AI context engineering?▼

The Research Plan Reset Implement cycle prevents context rot by resetting the AI context window after research and planning phases, ensuring clean execution during implementation without prior noise interference.

How do I define context boundaries for AI retrieval systems?▼

Define context boundaries by establishing clear ownership and a Context Manifest that formalizes what belongs in bounded contexts. This separates needed context from noise and dictates episodic retrieval triggers.

Does my product management workflow need a Context Manifest for AI assistants?▼

Your product management workflow needs a Context Manifest if AI assistants suffer from context stuffing. It formalizes memory ownership, separating what belongs in context from what should be retrieved on demand.

When should I use bounded contexts instead of episodic retrieval for AI memory?▼

Use bounded contexts to define stable memory boundaries for persistent AI knowledge, while episodic retrieval handles specific situational data. A Context Manifest distinguishes between both to prevent context rot.