Manages state persistence and recovery for long-running AI planning sessions to prevent data loss during context window compaction.
The Context Compaction Handling skill for Finesse provides a robust framework for maintaining continuity during complex, multi-phase software planning. By enforcing a standardized YAML frontmatter schema and mandatory working file updates, it ensures that critical codebase findings, architectural decisions, and session states survive when Claude Code reaches its context limit. This skill is essential for developers undertaking large-scale refactors, feature designs, or research tasks that require high-fidelity state recovery and strict adherence to a planning-only workflow.
Key Features
014 GitHub stars
02Context pressure monitoring with token budget and cost estimation fields
03Standardized YAML frontmatter for persistent session state tracking
04Phase-specific recovery codes for Feature, Bug Fix, Refactor, and Research workflows
05Strict planning-only guardrails to prevent accidental code implementation
06Automatic state restoration from specialized working files in finesse-plans/
Use Cases
01Maintaining continuity during multi-step architectural planning that exceeds context limits
02Recovering session progress and metadata after AI context compaction occurs
03Standardizing the hand-off between codebase exploration and plan construction phases