planning-with-files

Maintain persistent phase-based task plans in .claude/plans/current with tracking files.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/SYUNTA99/NS-ENGINE --skill planning-with-files-syunta99
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning-with-files
Source: https://github.com/SYUNTA99/NS-ENGINE/tree/main/.claude/skills/planning-with-files
Command: npx skills add https://github.com/SYUNTA99/NS-ENGINE --skill planning-with-files-syunta99

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Modern tasks often suffer from losing track as tools are used across sessions. This skill provides an external memory by maintaining a persistent, phase-based plan in the filesystem, ensuring goals, progress, and findings survive interruptions.

Core Features & Use Cases

  • Persistent planning with task_plan.md, findings.md, and progress.md
  • Phase-based tracking for complex multi-step projects
  • Supports investigations, planning, implementation, testing, and delivery workflows

Quick Start

Create .claude/plans/current/task_plan.md to 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 maintain task progress and findings across multiple tool interactions without losing track?

Persistent planning maintains task progress and findings by storing phase-based plans in the filesystem, ensuring goals survive across multiple tool interactions without losing track. It uses task_plan.md, findings.md, and progress.md for tracking.

What is the best way to manage complex multi-step projects with external memory?

External memory manages complex multi-step projects by maintaining a persistent, phase-based plan in .claude/plans/current, automatically tracking investigations, implementation, and delivery workflows through dedicated markdown files.

How do I start tracking a phase-based workflow for a large feature implementation?

To start tracking a phase-based workflow for large feature implementation, create .claude/plans/current/task_plan.md to begin recording your plan, which then automatically logs findings and progress across all project phases.

When do I need file-backed planning for task management instead of standard tracking?

File-backed planning for task management is needed when a task requires more than five tool calls, such as research projects or big feature work, ensuring structured goals and progress survive interruptions across sessions.

Does this persistent planning approach work for research projects and delivery workflows?

Yes, persistent planning works for research projects and delivery workflows by applying a structured, phase-based tracking system that logs investigations, planning, implementation, testing, and delivery phases in markdown files.