planning-with-files

Maintain persistent Markdown planning artifacts to prevent context loss.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a Manus-inspired workflow that uses persistent Markdown files to capture and preserve planning context for complex tasks, preventing context loss across sessions by automatically creating and updating plan artifacts.

Core Features & Use Cases

  • External memory for planning: create and maintain task_plan.md, findings.md, and progress.md in your project directory to guide multi-step work.
  • Structured artifacts: templates and hooks ensure goals, findings, decisions, and session logs are captured and updated as work progresses.
  • Use cases: complex research projects, multi-tool workflows, or tasks requiring many tool calls where context must persist beyond a single session.

Quick Start

  1. Create task_plan.md from templates/task_plan.md, 2) create findings.md and progress.md, 3) start the task by updating the plan and following its phases.

Frequently Asked Questions about planning-with-files

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

FAQPage Schema
How do I prevent context loss in long-running tasks across multiple sessions?

Persistent planning files prevent context loss in long-running tasks by automatically creating and updating task_plan.md, findings.md, and progress.md to capture goals, decisions, and session logs across sessions.

What is the best way to manage complex multi-step workflows with many tool calls?

The best way to manage complex multi-step workflows is using persistent planning artifacts that structure your work phases, track findings, and log progress, ensuring context is preserved throughout the project lifecycle.

How do I set up persistent planning files for a research project?

Set up persistent planning files by creating task_plan.md, findings.md, and progress.md from dedicated templates in your project directory, then start your task by updating the plan and following its phases.

When do I need persistent memory for planning complex tasks?

You need persistent memory for planning when work involves multi-step processes, research projects, or workflows requiring many tool calls where context must persist beyond a single session.

Does this planning workflow require any external dependencies or components?

This planning workflow requires no external dependencies or components, only dedicated templates and hooks to auto-create and update task_plan.md, findings.md, and progress.md in your project directory.

What limitations should I expect when using Markdown files for task planning?

Using Markdown files for task planning requires manual adherence to structured artifacts and phases, and relies on your project directory to store files, which may not scale for highly distributed or non-file-based workflows.