What problem does it solve?
This Skill fixes declining agent output quality by diagnosing whether the model is suffering from context starvation, flooding, staleness, or missing rules/config, then rebuilding the right layered context.
Core Features & Use Cases
- Context triage and diagnosis: determines whether the current problem is starvation, flooding, stale context, task switching, or rules/config gaps.
- Layered context assembly: selects and orders rules files, relevant specs/architecture docs, task-specific source files, error/test output, and compacted conversation history.
- Hallucination and drift reduction: lowers noise, resolves conflicts explicitly, and refreshes context when switching projects or sub-systems.
- When to use: starting a new session/project, detecting hallucinations or convention violations, and preparing the agent to work across code areas.
Quick Start
Ask the agent to reorganize your project context for the current task by diagnosing the context issue first, then loading the appropriate rules, specs, source files, and the most relevant history.