planning-with-files

Create and maintain task_plan.md, findings.md, and progress.md files for persistent task memory.

Updated Nov 16, 2025
One-click install
npx skills add https://github.com/mhintz1980/ptl-lova --skill planning-with-files-mhintz1980
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: planning-with-files
Source: https://github.com/mhintz1980/ptl-lova/tree/main/.agent/skills/planning-with-files
Command: npx skills add https://github.com/mhintz1980/ptl-lova --skill planning-with-files-mhintz1980

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Complex, multi-step tasks often lose context across sessions. This Skill provides a lightweight on-disk memory system by creating and maintaining three persistent files (task_plan.md, findings.md, progress.md) to capture goals, discoveries, and session logs.

Core Features & Use Cases

  • Persistent planning memory: writes and updates a structured plan and research notes so context survives restarts.
  • Phase-driven workflow: divides work into clearly defined phases with status updates to guide decisions.
  • Templates and references: includes templates and reference notes to accelerate project setup for research, planning, and execution.

Quick Start

Create the three files task_plan.md, findings.md, and progress.md at the start of a complex task to establish a persistent working memory.

Frequently Asked Questions about planning-with-files

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

FAQPage Schema
How do I maintain persistent memory for complex multi-step workflows across sessions?▼

Persistent memory for complex workflows is maintained by creating and updating three markdown files: task_plan.md, findings.md, and progress.md. This on-disk system captures goals, discoveries, and session logs so context survives restarts.

What is the best way to coordinate research projects that require many tool calls?▼

The best way to coordinate research projects is using a phase-driven workflow with persistent files. It enforces structured updates to task_plan.md, findings.md, and progress.md after each phase to guide decisions and retain context.

How do I set up task planning using markdown templates?▼

Set up task planning by creating task_plan.md, findings.md, and progress.md at the start of a complex task. A structured template library provides reference notes to accelerate project setup for research and execution.

When do I need a file-based memory system for task planning?▼

You need a file-based memory system when tasks require many tool calls and context must survive sessions. It applies to complex multi-step workflows, research projects, and planning-heavy tasks where session restarts cause context loss.

Can I use markdown files to track progress for complex workflows without losing context?▼

Yes, you can use markdown files to track progress without losing context. The skill enforces creation of and updates to progress.md, findings.md, and progress.md after each phase to maintain a persistent working memory.