planning-with-files

Initialize and update task_plan.md, findings.md, and progress.md files for multi-phase projects.

345|12|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/minicoohei/ai-agent-camp --skill planning-with-files-minicoohei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning-with-files
Source: https://github.com/minicoohei/ai-agent-camp/tree/main/.claude/skills/planning-with-files
Command: npx skills add https://github.com/minicoohei/ai-agent-camp --skill planning-with-files-minicoohei

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It enables teams and individuals to manage complex, multi-phase tasks by persisting planning artifacts as files on disk, preventing context loss and enabling seamless session recovery.

Core Features & Use Cases

  • Persistent plan artifacts: create and update task_plan.md, findings.md, and progress.md to capture goals, discoveries, and session progress.
  • Phase-driven workflow: structure work into phases and track status (pending, in_progress, complete) with automated hooks and scripts.
  • Quick-start-oriented: quickly initialize planning files in any project directory to begin planning and decision-making with durable context.

Quick Start

Create your initial task_plan.md in your project root and begin your planning session.

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-phase tasks using planning files?

Manage complex multi-phase tasks by initializing task_plan.md, findings.md, and progress.md in your project directory. This system tracks phases, captures discoveries, and updates session progress to prevent context loss across software development, research, and documentation projects.

What is the best way to track project progress in markdown files?

Track project progress in markdown files by using a phase-driven workflow that monitors status as pending, in_progress, or complete. Automated hooks and scripts update progress.md, ensuring durable context and seamless session recovery for multi-phase projects.

How do I prevent context loss when recovering long planning sessions?

Prevent context loss during long planning sessions by persisting artifacts as files on disk. Creating task_plan.md and progress.md captures goals and session state, enabling seamless recovery and guiding attention back to the plan before decisions.

Can I use file-based planning templates for research and documentation projects?

File-based planning templates can be used for research and documentation projects. The system applies to any multi-phase project, providing templates and lifecycle scripts to initialize planning files, track phases, and capture findings in your project directory.

Do I need any specific dependencies to initialize a file-based planning workflow?

No specific dependencies are required to initialize a file-based planning workflow. You can quickly start by creating an initial task_plan.md in your project root, leveraging provided templates and scripts to begin planning and decision-making with durable context.

How does a phase-driven workflow track task status in markdown?

A phase-driven workflow tracks task status in markdown by structuring work into phases and recording status as pending, in_progress, or complete. Automated hooks and scripts update these states within task_plan.md to maintain accurate project tracking.