start

Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring >5 tool calls. Now with automatic session recovery after /clear

Content Preview
---
description: "Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring >5 tool calls. Now with automatic session recovery after /clear"
disable-model-invocation: true
---

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

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/start.md \
  https://raw.githubusercontent.com/OthmanAdi/planning-with-files/main/commands/start.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/start.md

Related Skills