planning-with-files

Create and update task_plan.md, findings.md, and progress.md for cross-session workflows.

1|Updated Sep 10, 2024
One-click install
npx skills add https://github.com/WillChangeThisLater/dotfiles --skill planning-with-files-willchangethislater
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning-with-files
Source: https://github.com/WillChangeThisLater/dotfiles/tree/main/pi/.pi/agent/skills/pi-skills/planning-with-files
Command: npx skills add https://github.com/WillChangeThisLater/dotfiles --skill planning-with-files-willchangethislater

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Solves lost context for multi-step work by persisting planning artifacts.

Core Features & Use Cases

  • Creates task_plan.md, findings.md, and progress.md at the project root to store goals, research notes, and activity logs for cross-session work.
  • Provides a simple workflow to re-read the plan before coding, log progress, and iterate on findings.
  • Supports updating and reviewing the plan across sessions to ensure alignment and traceability.

Quick Start

Create task_plan.md, findings.md, and progress.md at the project root and begin recording your plan.

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 task plans across sessions for long-running projects?

You can persist project planning artifacts across sessions by creating three Markdown files at the project root: task_plan.md for goals, findings.md for research notes, and progress.md for activity logs. This ensures context is saved when pausing and resuming work.

What's the best way to maintain project planning documentation when pausing multi-step work?

Maintaining project planning documentation requires re-reading your task_plan.md before coding, logging updates in progress.md, and iterating findings.md. This simple workflow ensures alignment and traceability for cross-session workflows where teams pause and resume tasks.

Why does my AI lose context for multi-step work between different sessions?

Your AI loses context for multi-step work because planning artifacts are not persisted. By creating and updating task_plan.md, findings.md, and progress.md at the project root, you capture goals, research, and activity logs to restore context when resuming.

Do I need to use a specific task-management tool to track cross-session workflows?

You do not need a specific task-management tool to track cross-session workflows. You can use standard Markdown files at the project root to store goals, research notes, and activity logs, providing a simple workflow to re-read the plan before coding.

Can I use Markdown for project planning and task-management in long-running projects?

Yes, you can use Markdown for project planning in long-running projects by creating task_plan.md, findings.md, and progress.md at the project root. These files capture goals, research notes, and activity logs to support updating and reviewing the plan across sessions.