What problem does it solve?
This Skill helps you identify why an LLM agent succeeds or fails by diagnosing context problems like missing, stale, wrong, or overwhelming information that the model uses to reason.
Core Features & Use Cases
- Five-layer context stack guidance: Clarifies what each layer (system prompt, persistent memory, always-loaded rules, injected skills, and the agent prompt) does and how it fails.
- Failure-mode diagnosis: Provides a structured decision tree and symptom tables to pinpoint whether the root cause is missing, stale, wrong, or overwhelming context.
- Context quality metrics: Defines measurable targets for injection precision, injection recall, context utilization, and freshness score to track health over time.
- Compaction and delegation patterns: Explains Frequent Intentional Compaction (FIC) and when to delegate context-heavy investigation to a subagent for cleaner main-agent context.
- Debugging and verification checklists: Offers practical review gates to ensure the context pipeline is reliable and not drifting.
Quick Start
Ask your agent to diagnose the failure as a context-engineering issue by walking the Missing vs Stale vs Wrong vs Overwhelming decision tree and then listing the exact context layer and fix to apply.