planning-with-files

Work like Manus: Use persistent markdown files as your "working memory on disk."

Content Preview
---
name: planning-with-files
description: "Work like Manus: Use persistent markdown files as your \"working memory on disk.\""
risk: unknown
source: community
date_added: "2026-02-27"
---

# Planning with Files

Work like Manus: Use persistent markdown files as your "working memory on disk."

## Important: Where Files Go

When using this skill:

- **Templates** are stored in the skill directory at `${CLAUDE_PLUGIN_ROOT}/templates/`
- **Your planning files** (`task_plan.md`, `findings.md`, `prog
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/planning-with-files.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/planning-with-files/SKILL.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/sickn33/antigravity-awesome-skills

Then reference at skills/planning-with-files/SKILL.md

Related Skills