pi-planning-with-files

Persist task plans, findings, and progress to markdown files for session recovery.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/nettee/planning-with-files --skill pi-planning-with-files-nettee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pi-planning-with-files
Source: https://github.com/nettee/planning-with-files/tree/main/.pi/skills/planning-with-files
Command: npx skills add https://github.com/nettee/planning-with-files --skill pi-planning-with-files-nettee

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manus-style file-based planning stores task context, findings, and progress in persistent markdown files to prevent context loss across tool calls and sessions.

Core Features & Use Cases

  • Persistent templates for task_plan.md, findings.md, and progress.md
  • Session recovery and context refresh after breaks
  • Works with AI agents to coordinate multi-step tasks and research

Quick Start

Create your first planning session by initializing the templates in your project root.

Frequently Asked Questions about pi-planning-with-files

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I maintain task planning context for an AI agent across multiple sessions?

You can maintain task planning context across sessions by persisting complex planning data to disk using markdown files like task_plan.md, findings.md, and progress.md. This external memory approach prevents context loss during tool calls and session breaks.

What is file-based planning and when do I need it for long-running tasks?

File-based planning stores task context, findings, and progress in persistent markdown files. You need it for long-running multi-phase tasks where session recovery and context refresh are required after breaks to prevent data loss.

How do I set up persistent markdown templates for multi-phase task planning?

Set up persistent markdown templates by initializing task_plan.md, findings.md, and progress.md in your project root. These templates manage task context and support automatic session recovery for coordinating multi-step workflows with AI agents.

Can I use markdown planning files to recover an AI agent session after a break?

Yes, markdown planning files support automatic session recovery and context refresh after breaks. By persisting complex task planning data to disk, the AI agent can reload progress.md and findings.md to resume long-running multi-step tasks seamlessly.

What's the best way to coordinate multi-step research tasks with an AI agent?

The best way to coordinate multi-step research tasks is using file-based planning with persistent templates. Storing context in task_plan.md and findings.md provides external memory, ensuring the AI agent maintains task state across tool calls and sessions.

Do I need external scripts to manage persistent task planning files?

Yes, the file-based planning approach requires scripts to manage the persistent markdown files. These scripts handle the creation, updates, and session recovery logic for task_plan.md, findings.md, and progress.md to maintain external memory.