Back to catalog

planning-with-files

by OthmanAdi

Pending

Claude Code skill implementing Manus-style persistent markdown planning — the workflow pattern behind the $2B acquisition.

12,554stars
1,150forks
Python
Added 1/14/2026
AI Agentsadalagentagent-skillsagentsantigravityclaudeclaude-codeclaude-skillsclawdclawdbotclawdbot-skillclawdhubcodebuddycursorfactory-aikilocodemanusmanus-aimoltbotmoltbot-skills
Installation
# Add to your Claude Code skills
git clone https://github.com/OthmanAdi/planning-with-files
README.md

Planning with Files

Work like Manus — the AI agent company Meta acquired for $2 billion.

Thank You

To everyone who starred, forked, and shared this skill — thank you. This project blew up in less than 24 hours, and the support from the community has been incredible.

If this skill helps you work smarter, that's all I wanted.


A Claude Code plugin that transforms your workflow to use persistent markdown files for planning, progress tracking, and knowledge storage — the exact pattern that made Manus worth billions.

License: MIT Claude Code Plugin Claude Code Skill Cursor Skills Kilocode Skills Gemini CLI Moltbot Kiro AdaL CLI Version SkillCheck Validated

Quick Install

# Install the plugin
claude plugins install OthmanAdi/planning-with-files

That's it! Now use one of these commands in Claude Code:

| Command | Autocomplete | Description | |---------|--------------|-------------| | /planning-with-files:plan | Type /plan | Shorter command (v2.11.0+) | | /planning-with-files:start | Type /planning | Original command |

Alternative: If you want /planning-with-files (without prefix), copy skills to your local folder:

# Optional: Copy skills for /planning-with-files command
cp -r ~/.claude/plugins/cache/planning-with-files/planning-with-files/*/skills/planning-with-files ~/.claude/skills/

Windows (PowerShell):

# Install the plugin
claude plugins install OthmanAdi/planning-with-files

# Optional: Copy skills for /planning-with-files command
Copy-Item -Recurse -Path "$env:USERPROFILE\.claude\plugins\cache\planning-with-files\planning-with-files\*\skills\planning-with-files" -Destination "$env:USERPROFILE\.claude\skills\"

See docs/installation.md for all installation methods.

Supported IDEs

| IDE | Status | Installation Guide | Format | |-----|--------|----...