planning-with-files

Persist structured plans and progress to task_plan.md, findings.md, and progress.md.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/aspectrr/denchclaw-workspace --skill planning-with-files-aspectrr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning-with-files
Source: https://github.com/aspectrr/denchclaw-workspace/tree/main/skills/planning-with-files
Command: npx skills add https://github.com/aspectrr/denchclaw-workspace --skill planning-with-files-aspectrr

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Provides a persistent planning framework that keeps goals, phases, and progress outside short-term context by writing to task_plan.md, findings.md, and progress.md.

Core Features & Use Cases

  • Persistent planning: Create and update a task_plan.md to guide complex tasks with multiple phases.
  • External memory for research: Use findings.md to store research, discoveries, and decisions.
  • Session recovery: Automatically recover planning state after resets via scripts.

Quick Start

Create task_plan.md, findings.md, and progress.md in your project root to begin outlining phases and track progress across sessions.

Frequently Asked Questions about planning-with-files

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

FAQPage Schema
How do I persist complex task planning across multiple sessions?

To persist complex task planning across sessions, you can create task_plan.md, findings.md, and progress.md files in your project root to store phases, discoveries, and progress outside short-term context.

What is the best way to track research findings during a multi-step project?

Tracking research findings during a multi-step project is best handled by writing discoveries and decisions to an external findings.md file, ensuring your research data remains stable and accessible throughout the workflow.

How does session recovery work for interrupted workflow planning?

Session recovery for interrupted workflow planning works by using helper scripts to automatically recover your planning state from the persistent task_plan.md and progress.md files after a context reset.

Do I need any external dependencies to manage multi-step project documentation on disk?

You do not need any external dependencies to manage multi-step project documentation on disk, as this planning framework operates independently using local markdown files and integrated helper scripts.

Why does my complex task plan get lost during long workflows with many tool calls?

Your complex task plan gets lost during long workflows because short-term context limits memory retention, but persisting artifacts to disk via task_plan.md and progress.md prevents this loss.