Summary
- Manus-style file-based planning system for organizing and tracking multi-step project progress.
- Creates three persistent markdown files—task_plan.md, findings.md, and progress.md—that serve as disk-based working memory across sessions Automatically detects and loads active plans on each prompt, with tamper detection and attestation to prevent injection attacks Includes session recovery via catchup script to restore context from previous interrupted work and sync untracked changes Supports scoped plans (nested in .planning/ directories) and root-level plans, with clear rules for when to read, write, and update each file Provides templates, error tracking matrices, and a three-failure protocol to prevent repeated mistakes and guide decision-making before major actions