This skill provides Claude with a structured 'working memory' on disk, allowing it to handle complex, multi-step tasks that exceed the reliable limits of a standard context window. By creating and maintaining dedicated files—task_plan.md, findings.md, and progress.md—Claude can track its own progress, document research discoveries, and follow a rigorous error-correction protocol. It includes automatic session recovery to pick up where it left off after context clears, making it indispensable for large-scale refactoring, deep research, and projects requiring dozens of tool calls.
Características Principales
01Persistent state management using project-root Markdown files
023-Strike Error Protocol to prevent repetitive failures and ensure strategy mutation
032-Action Rule for immediate persistence of research and multimodal data
04Pre-tool execution hooks that auto-refresh Claude's attention on the current plan
05Automatic session recovery and context catch-up logic
060 GitHub stars