What problem does it solve?
Prevents context loss during long, multi-step tasks by using persistent markdown files as working memory so goals, decisions, findings, and progress remain available across many tool calls and sessions.
Core Features & Use Cases
- Disk-based working memory: Creates and maintains task_plan.md, findings.md, and progress.md in your project root to keep plans and knowledge durable.
- Manus-style planning workflow: Enforces a phase-based approach with decision logs, error tracking, and “read-before-decide” discipline.
- Session recovery: Supports automatic detection of unsynced context from previous sessions and guides you to reconcile it before continuing.
- Security guardrails for untrusted content: Reduces prompt-injection risk by directing external/browser/search results to findings.md rather than task_plan.md.
Quick Start
Run a long multi-step plan by creating task_plan.md, findings.md, and progress.md in your project root, then update task_plan.md after each phase and write new discoveries into findings.md.