planning-with-files

Create and manage task_plan.md, findings.md, and progress.md files for complex tasks.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/involvex/llms-remote --skill planning-with-files-involvex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning-with-files
Source: https://github.com/involvex/llms-remote/tree/main/.agents/skills/planning-with-files
Command: npx skills add https://github.com/involvex/llms-remote --skill planning-with-files-involvex

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill tackles the challenge of managing complex, multi-step tasks by providing a structured, persistent system for planning, tracking progress, and recording findings, preventing information loss and ensuring task completion.

Core Features & Use Cases

  • File-Based Planning: Utilizes task_plan.md, findings.md, and progress.md as a persistent "working memory" on disk.
  • Structured Workflow: Enforces a clear pattern for task initiation, execution, and error handling, inspired by advanced AI agent methodologies.
  • Use Case: When embarking on a multi-week research project or developing a new software feature, this Skill ensures all critical information, decisions, and progress are meticulously logged and easily retrievable, preventing the AI from losing track of goals or forgetting key discoveries.

Quick Start

Before starting any complex task, create task_plan.md, findings.md, and progress.md in your project directory.

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 state for complex multi-step development workflows?

To maintain persistent state for complex multi-step development workflows, you can use a file-based planning system that records task plans, findings, and progress logs directly on disk. This prevents information loss during long-running projects by keeping a durable working memory.

What is the best way to track AI agent decisions and research findings?

The best way to track AI agent decisions and research findings is by logging them into structured markdown files like findings.md and progress.md. This enforces a clear pattern for task execution and error handling, ensuring critical discoveries are meticulously recorded and easily retrievable.

How do I start file-based task management for a new software feature?

To start file-based task management for a new software feature, create task_plan.md, findings.md, and progress.md files in your project directory before initiating the task. This establishes a structured workflow that enforces rules for action repetition, error logging, and context management.

Does this file-based planning approach work for multi-week research projects?

Yes, file-based planning is designed specifically for multi-week research projects, ensuring all critical information, decisions, and progress are meticulously logged. It prevents the AI from losing track of goals or forgetting key discoveries by maintaining persistent state and decision logs.

Why does my AI forget previous discoveries during extended task execution?

Your AI forgets previous discoveries during extended task execution because it lacks persistent working memory. By implementing a file-based system that logs actions and findings to markdown files, you enforce context management rules inspired by Manus principles to prevent this information loss.

Can I use markdown files for error logging and context management?

Yes, you can use markdown files for error logging and context management by creating a structured system that enforces rules for action repetition and error documentation. This approach logs errors directly into progress files to maintain a persistent record of task execution states.