planning-with-files

Create persistent planning files to manage multi-step tasks across sessions.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/BeanMap/roasters-hub --skill planning-with-files-beanmap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning-with-files
Source: https://github.com/BeanMap/roasters-hub/tree/main/.claude/skills/planning-with-files
Command: npx skills add https://github.com/BeanMap/roasters-hub --skill planning-with-files-beanmap

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures long-running tasks don't lose state by writing essential goals, findings, and progress to persistent on-disk files.

Core Features & Use Cases

  • Creates task_plan.md, findings.md, and progress.md in the project root (or .tmp/) to serve as working memory.
  • Enforces a lightweight, repeatable planning workflow for multi-phase tasks, research, and refactoring.
  • Provides a structured habit of logging decisions and results to guardrails and recovery.

Quick Start

Create the planning files at the project root and begin the five-step workflow to manage a multi-phase task.

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 without losing progress across sessions?

To manage complex multi-phase tasks without losing progress, create persistent planning files like task_plan.md, findings.md, and progress.md on disk to preserve goals and state across sessions.

What is the best way to track state for long-running refactoring across several files?

The best way to track state for long-running refactoring is writing essential goals, findings, and progress to persistent on-disk files, enforcing a structured five-step workflow to log decisions and results.

How do I start a persistent planning workflow for a new project task?

To start a persistent planning workflow, create the planning files at the project root or .tmp/ directory and begin following the five rules, updating progress after each phase and appending insights after key actions.

Can I use on-disk memory to preserve findings during research tasks with many tool calls?

Yes, you can use on-disk memory to preserve findings during research tasks by appending insights to findings.md after key actions, ensuring critical discoveries are not lost across many tool calls.

When do I need to create persistent planning files for task management?

You need to create persistent planning files for task management when working on complex multi-step tasks with multiple phases, many tool calls, or refactoring across several files to ensure state is not lost.