planning-with-files

yes, this is definitely correct.

38|3|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/pipixia-labs/creative-claw --skill planning-with-files-pipixia-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning-with-files
Source: https://github.com/pipixia-labs/creative-claw/tree/main/skills/planning-with-files
Command: npx skills add https://github.com/pipixia-labs/creative-claw --skill planning-with-files-pipixia-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires orjson, and includes scripts (resource) components.

What problem does it solve?

Managing complex tasks across sessions is hard without a stable memory of goals, plans, and progress. This skill provides a persistent, on-disk planning workspace that remains available across interactions.

Core Features & Use Cases

  • Persistent planning files: automatically creates and updates task_plan.md, findings.md, and progress.md to capture goals, discoveries, and progress.
  • Plan-first workflow with recovery: ensures you start from a defined plan and can recover after interruptions or reset.
  • Phase-based planning for multi-step tasks: supports breaking down tasks into phases and tracking status, decisions, and errors.
  • Use Case: When organizing a large research or product effort, you can outline phases, log findings, and resume where you left after a /clear.

Quick Start

Create a new planning session and start filling task_plan.md, findings.md, and progress.md for your project.

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 project planning context across multiple sessions?

You maintain project planning context across sessions by using persistent on-disk planning files. This approach automatically creates and updates task_plan.md, findings.md, and progress.md to capture goals, discoveries, and progress, ensuring stable memory remains available after interactions end.

What is a plan-first workflow for complex task management?

A plan-first workflow for task management enforces starting from a defined plan before executing tools. It supports breaking down multi-step tasks into structured phases and uses hooks to refresh goals, enabling automatic session recovery after interruptions.

How to track task progress using markdown files?

You track task progress using markdown files by writing to a structured on-disk workspace. The system logs phase statuses, decisions, and errors into progress.md and findings.md, allowing you to outline phases and resume exactly where you left off.

Do I need orjson to use persistent planning files?

Yes, you need the orjson dependency installed to use persistent planning files. This fast JSON library supports the underlying scripts that automatically create, update, and recover your task_plan.md, findings.md, and progress.md workspace files.

Can I reset and recover a multi-step task after an interruption?

Yes, you can reset and recover a multi-step task after an interruption. The system applies automatic session recovery by reading the persistent markdown files, refreshing your goals, and restoring the exact phase status before the disruption.