What problem does it solve?
This Skill solves the problem of losing critical context, progress, and research during long, multi-step complex tasks, especially after context window clears or session restarts, by using persistent markdown files as durable working memory instead of relying on volatile in-context storage.
Core Features & Use Cases
- Manus-style file-based planning: Creates and maintains task_plan.md, findings.md, and progress.md to track task phases, research discoveries, and session logs across tool calls.
- Automatic session recovery: Re-syncs context from previous sessions after /clear or context compaction, so you never have to restart long tasks from scratch.
- Security guardrails: Includes plan attestation via SHA-256 hashes to block prompt injection from tampered plan files, plus hook-based context injection that treats plan content as structured data only.
- Parallel task support: Lets you work on multiple independent tasks in the same repository simultaneously with isolated plan directories.
- Use Case: Ideal for software engineering projects, academic research, or any work requiring 5+ tool calls where you need to track progress, log errors, and avoid repeating failed actions.
Quick Start
Ask the AI to use the planning-with-files skill to break down your upcoming 12-step backend migration project into tracked phases, log all research findings, and automatically resume progress if the conversation context is cleared.