planning-with-files

Create task_plan.md, findings.md, and progress.md in .pending folders.

13|6|Updated Feb 19, 2025
One-click install
npx skills add https://github.com/Tairitsua/Monica --skill planning-with-files-tairitsua
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning-with-files
Source: https://github.com/Tairitsua/Monica/tree/main/.claude/skills/planning-with-files
Command: npx skills add https://github.com/Tairitsua/Monica --skill planning-with-files-tairitsua

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Planning complex tasks often suffers from memory drift and lost context as sessions evolve. This Skill provides a robust on-disk planning pattern that keeps task goals, progress, and discoveries in persistent markdown files.

Core Features & Use Cases

  • Persistent task planning: automatically maintain task_plan.md, findings.md, and progress.md in a dedicated .pending folder to endure across sessions and tool calls.
  • Structured workflow: guides requirements, planning, implementation, testing, and delivery with clear phase tracking and decision logs.
  • Reuse and collaboration: templates and scripts enable teams to start new workstreams quickly while preserving context.

Quick Start

Create the .pending/NNN-description planning folder, initialize planning files with the provided scripts, and begin your 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 maintain task planning context across multiple sessions?

To maintain task planning context across sessions, use on-disk planning files to persist goals, progress, and discoveries in markdown format. This approach prevents memory drift by storing durable artifacts like task_plan.md, findings.md, and progress.md inside a dedicated .pending folder.

What is the best way to plan complex multi-step tasks without losing track of decisions?

The best way to plan complex multi-step tasks is enforcing a structured workflow that persists planning artifacts on disk. By maintaining task_plan.md, findings.md, and progress.md, you create durable memory and traceable decisions that survive across tool calls and evolving sessions.

How do I start a new workstream using on-disk planning files?

To start a new workstream using on-disk planning files, create a .pending/NNN-description planning folder and initialize task_plan.md, findings.md, and progress.md using the provided scripts. This establishes a structured workflow from requirements through delivery.

Can I reuse task planning templates for team collaboration on long-running projects?

Yes, you can reuse task planning templates for team collaboration on long-running projects. The provided templates and scripts enable teams to start new workstreams quickly while preserving context, ensuring structured phase tracking and decision logs remain consistent.

Does persistent task planning work for research tasks needing traceable decisions?

Persistent task planning works effectively for research tasks needing traceable decisions by applying on-disk planning files. It maintains a structured workflow that guides requirements, planning, implementation, testing, and delivery while logging discoveries in findings.md.

Why does my complex task planning suffer from memory drift during long-running projects?

Complex task planning suffers from memory drift during long-running projects because session context is volatile. Persisting planning artifacts on disk in markdown files solves this by providing durable memory and traceable decisions that endure across sessions.