What problem does it solve?
This Skill helps you recover when an AI coding session becomes unreliable because the context is too long, the repository is unfamiliar, the task has drifted across too many files, or repeated fixes are not solving the real issue.
Core Features & Use Cases
- Context recovery and session hygiene: Re-reads the original request, re-establishes active constraints, and trims stale or overloaded context before more work happens.
- Stuck-work triage and escalation: Detects repeated failed attempts, recurring bugs, and multi-file drift, then routes the work toward zoom-out analysis, a fresh session, or a stronger model.
- New-repo onboarding: Establishes project understanding from README files, stack manifests, representative source files, and test runners before any edits begin.
- Use case: When a refactor sprawls beyond the original plan and the same bug keeps resurfacing in different files, use this Skill to stop patching blindly, re-scope the work, and resume with a cleaner handoff.
Quick Start
Ask the AI to use the manage-context skill to recover the session, restate the active constraints, identify the failure mode, and recommend the next phase to resume.