Implements persistent, file-based orchestration for complex multi-step tasks to maintain long-term context and progress tracking.
This skill equips Claude with a structured, 'Manus-style' planning framework that uses local Markdown files as persistent working memory. By maintaining a task plan, findings log, and progress report directly in the project directory, it overcomes the volatility of the AI context window, making it ideal for research, building new features, or any project requiring more than five tool operations. It includes automatic session recovery and a strict error-handling protocol to ensure continuity and reliability during long-running development sessions.
Key Features
010 GitHub stars
02Automatic session recovery and context catch-up after clearing history
03Persistent state management using task_plan.md, findings.md, and progress.md
04Multimodal data persistence by saving web and browser findings to disk immediately
05Strict 3-Strike Error Protocol for systematic debugging and escalation
06Real-time phase tracking and Read Before Decide rule to prevent goal drift
Use Cases
01Large-scale refactoring tasks that span across many tool calls and sessions
02Complex feature implementation requiring multi-file edits and testing
03In-depth research projects involving multiple web searches and data synthesis