planning-with-files

Create and update task_plan.md, findings.md, and progress.md files in a project directory.

1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/KARENLHAO/skills --skill planning-with-files-karenlhao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning-with-files
Source: https://github.com/KARENLHAO/skills/tree/main/planning-with-files
Command: npx skills add https://github.com/KARENLHAO/skills --skill planning-with-files-karenlhao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Planning with Files skill provides Manus-style, file-based planning to keep complex, multi-step tasks organized by creating and updating persistent planning artifacts in your project directory.

Core Features & Use Cases

  • Creates and maintains planning artifacts (task_plan.md, findings.md, progress.md) in your project directory to serve as a stable external memory.
  • Supports multi-phase workflows, hooks, and tool usage guidance to coordinate 5+ tool calls without losing track.
  • Ideal for research projects, product planning, and large engineering tasks that require structured planning and traceability.

Quick Start

Create task_plan.md in your project and begin with Phase 1 to outline goals, then populate findings.md and progress.md as you execute.

Frequently Asked Questions about planning-with-files

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

FAQPage Schema
How do I manage complex multi-step task planning in my project directory?

Multi-step task planning is managed by creating persistent on-disk artifacts like task_plan.md, findings.md, and progress.md in your project directory to maintain external memory and traceability throughout the workflow.

What is file-based phase planning and when do I need it?

File-based phase planning structures large workflows by writing goals, findings, and progress into markdown files. It is needed for research, development, and large engineering tasks requiring collaboration across many tool calls.

How to structure task_plan.md for multi-phase workflows?

Structure task_plan.md by outlining goals in Phase 1, then populate findings.md and progress.md as you execute. This template approach coordinates tool usage and maintains integration hooks for pre and post actions.

Does file-based planning work for large engineering tasks with many tool calls?

File-based planning supports large engineering tasks by providing stable external memory. It coordinates five or more tool calls without losing track by updating on-disk planning artifacts throughout the process.

What's the best way to maintain progress tracking for long research projects?

Maintain progress tracking by updating progress.md files in your project directory. This serves as external memory, ensuring structured planning and traceability across multi-phase research workflows.

Why does my complex task workflow lose track of findings and progress?

Complex workflows lose track without persistent external memory. Creating and updating planning artifacts like findings.md and progress.md in your project directory prevents losing findings across multiple tool calls.