planning-with-files
Installation
SKILL.md
Planning with Files Skill
Overview
This skill uses persistent markdown files as external memory to execute complex, multi-phase tasks without context drift. Files serve as the single source of truth for goals, progress, and decisions. Re-read files before major decisions to ground work in written commitments rather than fallible working memory.
The workflow consists of four phases:
- CREATE PLAN — Write goals and phases before executing
- RESEARCH AND GATHER — Collect information, store findings, update plan
- EXECUTE — Build deliverable using gathered information
- VERIFY AND DELIVER — Confirm completeness, clean up temporary files
This skill is mandatory for tasks with 3+ phases, research requirements, or risk of context drift after many tool calls.