context-engineering-advisor

Diagnose context stuffing in AI workflows and identify structural fixes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps product managers and AI teams identify when large, unfocused context windows are degrading model performance and provides a structured path to convert context stuffing into deliberate context engineering that improves accuracy, reduces token costs, and stabilizes multi-step agent workflows.

Core Features & Use Cases

  • Diagnostic Framework: Adaptive questioning (5 diagnostic questions) and falsification tests to determine whether context is necessary, retrievable, or harmful.
  • Memory & Retrieval Design: Two-layer memory architecture guidance (short-term conversational vs. long-term persistent), RAG tuning, and contextual retrieval recommendations to minimize noise.
  • Operational Playbooks: Context Manifest template, Research→Plan→Reset→Implement cycle, agent boundary prescriptions, and concrete remediation steps for PMs and teams building agent chains.

Quick Start

Diagnose my AI workflow for context stuffing by describing your current context sources, observed symptoms (inconsistency, retries, token cost), and the specific decision you need the model to make.

Frequently Asked Questions about context-engineering-advisor

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

FAQPage Schema
How do I fix context stuffing in my RAG workflows?

Diagnose context stuffing in RAG workflows by applying adaptive diagnostic questions to determine if context is necessary, retrievable, or harmful, then implement structural fixes like contextual retrieval tuning to reduce noisy tokens.

What is context engineering and how does it differ from context stuffing?

Context engineering is the deliberate structuring of memory and retrieval to improve attention density, whereas context stuffing blindly overloads windows with unfocused data, degrading model accuracy and increasing token costs.

How do I design memory architecture for multi-agent chains?

Design multi-agent memory architecture using a two-layer system separating short-term conversational memory from long-term persistent storage, guided by agent boundary prescriptions to stabilize workflows and increase output consistency.

Why does my AI agent produce inconsistent outputs during multi-step tasks?

Inconsistent AI outputs often stem from context stuffing, where large unfocused context windows degrade model performance, requiring a Research-Plan-Reset-Implement cycle to stabilize multi-step agent workflows.

Can I use a diagnostic framework to reduce token waste in AI systems?

Yes, you can reduce token waste by applying a diagnostic framework with falsification tests to evaluate whether specific context is actively needed or harmful before it enters the model window.

What is a Context Manifest template and when do I need it?

A Context Manifest template is an operational playbook structuring deliberate context sources for product managers and AI teams, needed when converting unfocused context stuffing into engineered memory architectures for decision-making.