home / skills / vadimcomanescu / codex-skills / planning-with-files
This skill helps you plan and organize complex tasks using persistent Markdown files for planning, tracking, and knowledge storage.
npx playbooks add skill vadimcomanescu/codex-skills --skill planning-with-filesReview the files below or copy the command above to add this skill to your agents.
---
name: planning-with-files
description: Transforms workflow to use Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Use when starting complex tasks, multi-step projects, research tasks, or when the user mentions planning, organizing work, tracking progress, or wants structured output.
---
# Planning with Files
Use persistent markdown files as working memory for complex tasks.
## Quick Start
1) Create `task_plan.md` before starting.
2) Capture research in `notes.md`.
3) Write the final output in a deliverable file.
4) Update `task_plan.md` after each phase.
## Guardrails
- Don’t start complex work without a plan file.
- Store large findings in files, not chat context.
- Keep status and errors in `task_plan.md`.
## References
- Extended examples: `references/examples.md`
- Advanced patterns: `references/reference.md`
This skill transforms workflows to use persistent Manus-style markdown files for planning, progress tracking, and knowledge storage. It standardizes how you start complex tasks, record findings, and produce final deliverables using simple file conventions. The approach reduces reliance on ephemeral chat context and creates an auditable project trail.
When enabled, the skill prompts creation of a task plan file (e.g., task_plan.md) before starting any complex or multi-step work. It directs research and raw notes into a separate notes.md, guides you to write deliverables in dedicated output files, and recommends updating the plan file after each phase to record status and errors. Files serve as persistent working memory that the agent reads and writes to keep context across sessions.
What files should I create first?
Start with task_plan.md for goals and milestones, and notes.md for research and raw findings.
How often should I update the plan file?
Update task_plan.md after each meaningful phase or shift—daily for active sprints, or after each major milestone.