planning-with-files

Maintain file-based planning artifacts and recover sessions across multi-step projects.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/oteroweb/OWFINANCE2026 --skill planning-with-files-oteroweb
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: planning-with-files
Source: https://github.com/oteroweb/OWFINANCE2026/tree/main/.claude/skills/planning-with-files
Command: npx skills add https://github.com/oteroweb/OWFINANCE2026 --skill planning-with-files-oteroweb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill helps teams plan and manage multi-step projects by maintaining a structured, file-based memory of the plan, findings, and progress in a project directory, enabling reliable recovery after breaks.

Core Features & Use Cases

  • Persistent planning files: task_plan.md tracks phases and decisions; findings.md stores research/context; progress.md logs session activity.
  • Session recovery & continuity: Re-loads previous state after interruptions and supports automatic recovery hooks.
  • Workflow guidance: Enforces a phased approach and 1-tool-per-turn discipline described in the Manus-inspired planning pattern.
  • Use cases include planning complex research tasks, multi-day engineering tasks, and collaborative projects where context must be preserved between sessions.

Quick Start

Initialize a new planning session using the included templates by running the provided init-script in the skill directory.

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 and progress across multiple sessions?▼

You can maintain task planning across sessions by using file-based artifacts like task_plan.md, findings.md, and progress.md to store decisions, research, and activity logs. This enables session recovery and reloads previous state after interruptions.

What is the best way to manage multi-step engineering projects without losing context?▼

Managing multi-step engineering projects requires persistent memory files that track phases and decisions. A file-based planning approach enforces phased execution and 1-tool-per-turn discipline, ensuring iterative decision-making preserves user goals over multi-day tasks.

How do I recover project context after a break in a complex workflow?▼

Recovering project context after a break is handled through dedicated scripts and automatic recovery hooks. These re-load prior session state from planning files, restoring the exact phase, findings, and progress without losing established decisions.

Can I use file-based planning for collaborative research tasks?▼

File-based planning supports collaborative research tasks by storing context and findings in markdown files within a project directory. Team members can preserve shared context between sessions, ensuring continuous iterative decision-making.

Do I need external dependencies to track project phases with markdown files?▼

No external dependencies are required to track project phases with markdown files. The solution operates independently using included scripts and templates to initialize planning sessions, requiring only a project directory to store the artifacts.