planning-with-files

Create and maintain task_plan.md, findings.md, and progress.md for complex tasks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, grep, date, cat, and includes scripts (resource) components.

What problem does it solve?

Complex tasks can overwhelm memory; this Skill provides a persistent, file-based planning workspace to keep goals, progress, and discoveries accessible across sessions.

Core Features & Use Cases

  • Creates and maintains task_plan.md, findings.md, and progress.md in your project directory for structured planning.
  • Keeps planning context external to the AI interaction, enabling robust multi-step workflows and easier recovery after interruptions.
  • Use for research tasks, large automation projects, or any task requiring >5 tool calls.

Quick Start

Create task_plan.md in your project directory and outline the end state, current phase, and planned 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 manage multi-step AI workflows that require persistent memory across sessions?

Manage multi-step AI workflows by creating persistent on-disk planning files like task_plan.md, findings.md, and progress.md. This external planning workspace keeps goals, progress, and discoveries accessible across sessions without relying on internal memory.

What is the best way to plan complex automation projects that require many tool calls?

The best way to plan complex automation projects is using a file-based planning workspace. Defining an end state, current phase, and planned phases in task_plan.md structures tasks requiring many tool calls and prevents context loss.

How do I create a structured findings log for research tasks in my project directory?

Create a structured findings log by maintaining a findings.md file in your project directory. This tracks discoveries and research output externally, providing a persistent record that survives interruptions and supports multi-phase task execution.

Can I use bash and grep to track task progress in multi-phase projects?

Yes, you can use bash, grep, date, and cat to interact with on-disk planning artifacts. These dependencies support managing session progress logs and task_plan.md files for multi-phase projects requiring structured, persistent tracking.

When should I not use an AI agent's internal memory for task management?

You should not rely on internal memory for task management when tasks require more than five tool calls or span multiple sessions. Complex tasks overwhelm internal memory, making persistent on-disk planning files necessary for robust recovery.

Does planning with external files work for recovering AI workflows after interruptions?

Planning with external files works for recovering AI workflows after interruptions. It keeps planning context external to the AI interaction through progress.md and task_plan.md, enabling easier recovery and robust multi-step workflows.