planning-with-files

Creates and maintains task_plan.md, findings.md, and progress.md for multi-step tasks.

1|Updated Dec 15, 2025
One-click install
npx skills add https://github.com/jokken79/YuKyuDATA-app1.0v --skill planning-with-files-jokken79
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: planning-with-files
Source: https://github.com/jokken79/YuKyuDATA-app1.0v/tree/main/.agent/skills/planning-with-files
Command: npx skills add https://github.com/jokken79/YuKyuDATA-app1.0v --skill planning-with-files-jokken79

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Persistent planning files keep goals, decisions, and progress in sync across long, multi-step tasks, preventing context drift as you use many tools.

Core Features & Use Cases

  • Creates and maintains task_plan.md, findings.md, and progress.md to capture goals, discoveries, and session progress.
  • Supports templates and hooks to auto-activate for complex research projects or tasks requiring multiple tool calls.
  • Works with optional resources (scripts/references/assets) to automate planning workflows.

Quick Start

Initialize planning files with the included scripts and start by documenting your task plan in task_plan.md.

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 for complex multi-step workflows?▼

To maintain task planning context for complex workflows, use a system that creates persistent markdown files like task_plan.md, findings.md, and progress.md to sync goals, decisions, and discoveries across iterative tool calls.

Can I automate planning file creation for large research projects?▼

Yes, you can automate planning file creation for large research projects using included scripts and activation hooks that trigger the initialization of task_plan.md, findings.md, and progress.md files automatically.

What is the best way to track progress across multiple tool calls in a software engineering project?▼

The best way to track progress across multiple tool calls is by maintaining a persistent progress.md file that records session progress, preventing context drift as you execute iterative decisions throughout the project.

Do I need to set up specific directories before initializing persistent planning files?▼

You need a root directory containing a SKILL.md frontmatter file with name and description, and you can optionally create scripts, references, and assets directories to support your planning workflows.

When should I use persistent markdown planning files instead of standard task tracking?▼

Use persistent markdown planning files instead of standard tracking for complex, multi-step activities like large feature initiatives or research projects requiring many tool calls, where context drift and iterative decisions are likely.