context-reset-planner

Detect context rot and generate a CONTEXT.md handoff document.

Updated Jan 17, 2026
One-click install
npx skills add https://github.com/saddam-eng-tech/ai-agent-skills --skill context-reset-planner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-reset-planner
Source: https://github.com/saddam-eng-tech/ai-agent-skills/tree/main/context-reset-planner
Command: npx skills add https://github.com/saddam-eng-tech/ai-agent-skills --skill context-reset-planner

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill combats "context rot" in long AI conversations, preventing the AI from forgetting crucial decisions and details, ensuring productivity is maintained even in extended sessions.

Core Features & Use Cases

  • Diagnose Context Rot: Identifies symptoms like AI contradictions, repeated questions, or declining response quality.
  • Extract Session State: Gathers key information such as the overall goal, decisions made, work completed, and next steps.
  • Generate Handoff Document: Creates a concise CONTEXT.md file summarizing the session state for a fresh start.
  • Create Fresh Session Prompt: Generates a prompt to seamlessly resume work in a new chat.
  • Use Case: When your AI assistant starts repeating itself or ignoring previous instructions in a long coding session, use this Skill to generate a summary and a prompt to start a new, clean session without losing progress.

Quick Start

Use the context-reset-planner skill to generate a context handoff document and a fresh session starter prompt for the current conversation.

Frequently Asked Questions about context-reset-planner

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

FAQPage Schema
Why does my Claude Code session start forgetting decisions and repeating responses?

Context rot in long LLM sessions causes the AI to forget decisions and repeat responses due to context window limitations. This Skill analyzes the session state to extract completed work and next steps into a compact handoff document.

How do I reset my LLM session without losing progress from a long coding conversation?

To reset your LLM session without losing progress, generate a structured context reset document that summarizes the overall goal, decisions made, and work completed. This creates a fresh session starter prompt to seamlessly resume work.

What is the best way to prevent AI context rot during extended prompt engineering tasks?

Preventing AI context rot involves diagnosing symptoms like AI contradictions and declining response quality, then producing a concise handoff file. This mitigates context window limitations by transferring extracted decisions to a new chat.

Can I use this context reset planner for any long AI conversation?

Yes, you can use this context reset planner for any long AI conversation experiencing context rot. It diagnoses session state, extracts key information, and generates a fresh session prompt to maintain productivity in extended sessions.

What should a context handoff document include to effectively restart an AI session?

A context handoff document should include the overall goal, decisions made, work completed, and next steps. This structured summary mitigates context rot and provides a compact baseline for the new LLM session.