plan

Start Manus-style file-based planning. Creates task_plan.md, findings.md, progress.md for complex tasks.

Content Preview
---
description: "Start Manus-style file-based planning. Creates task_plan.md, findings.md, progress.md for complex tasks."
---

Invoke the planning-with-files:planning-with-files skill and follow it exactly as presented to you.

Create the three planning files in the current project directory if they don't exist:
- task_plan.md — for phases, progress, and decisions
- findings.md — for research and discoveries
- progress.md — for session logging

Then guide the user through the planning workflow
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/plan.md \
  https://raw.githubusercontent.com/OthmanAdi/planning-with-files/main/commands/plan.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/OthmanAdi/planning-with-files

Then reference at commands/plan.md

Related Skills