[GH-ISSUE #39] No /planning-with-files command in Claude Code #27

Closed
opened 2026-03-03 18:50:04 +03:00 by kerem · 26 comments
Owner

Originally created by @dalisoft on GitHub (Jan 19, 2026).
Original GitHub issue: https://github.com/OthmanAdi/planning-with-files/issues/39

Hey @OthmanAdi

Thank you for such amazing plugin.
Hovewer, it does not work or i am using incorrect.

I followed guide from here for Claude Code installation but no /planning-with-files shown.

OS details:

  • Macbook aarch64
  • macOS 15.7.3
  • 2.1.12 (Claude Code)

Video demo:

https://github.com/user-attachments/assets/7081f39e-62b8-474f-9ece-d2598dfddbbb

Similar issues:

Originally created by @dalisoft on GitHub (Jan 19, 2026). Original GitHub issue: https://github.com/OthmanAdi/planning-with-files/issues/39 Hey @OthmanAdi Thank you for such amazing plugin. Hovewer, it does not work or i am using incorrect. I followed guide from [here](https://github.com/OthmanAdi/planning-with-files/blob/master/docs/installation.md#1-claude-code-plugin-recommended) for Claude Code installation but no `/planning-with-files` shown. OS details: - Macbook aarch64 - macOS 15.7.3 - 2.1.12 (Claude Code) Video demo: https://github.com/user-attachments/assets/7081f39e-62b8-474f-9ece-d2598dfddbbb Similar issues: - https://github.com/OthmanAdi/planning-with-files/issues/31
kerem closed this issue 2026-03-03 18:50:05 +03:00
Author
Owner

@dalisoft commented on GitHub (Jan 19, 2026):

I followed the instructions from here but got weird results

frontend-react-tailwind on  master [$✘!?⇡] is 📦 v0.0.1 via 🥟 v1.3.6 on ☁️   took 31s 
❯ rm -rf ~/.claude/cache/plugins/planning-with-files
trash: /Users/dalisoft/.claude/cache/plugins/planning-with-files: path does not exist
frontend-react-tailwind on  master [$✘!?⇡] is 📦 v0.0.1 via 🥟 v1.3.6 on ☁️   
❯ ls ~/.claude/skills/planning-with-files/
"/Users/dalisoft/.claude/skills/planning-with-files/": No such file or directory (os error 2)
frontend-react-tailwind on  master [$✘!?⇡] is 📦 v0.0.1 via 🥟 v1.3.6 on ☁️   
❯ ls .claude/plugins/planning-with-files/
".claude/plugins/planning-with-files/": No such file or directory (os error 2)
frontend-react-tailwind on  master [$✘!?⇡] is 📦 v0.0.1 via 🥟 v1.3.6 on ☁️   
❯ ls ~/.claude/skills
"/Users/dalisoft/.claude/skills": No such file or directory (os error 2)
frontend-react-tailwind on  master [$✘!?⇡] is 📦 v0.0.1 via 🥟 v1.3.6 on ☁️   
❯ 
<!-- gh-comment-id:3765925228 --> @dalisoft commented on GitHub (Jan 19, 2026): I followed the instructions from [here](https://github.com/OthmanAdi/planning-with-files/blob/master/docs/troubleshooting.md) but got weird results ```bash frontend-react-tailwind on  master [$✘!?⇡] is 📦 v0.0.1 via 🥟 v1.3.6 on ☁️ took 31s ❯ rm -rf ~/.claude/cache/plugins/planning-with-files trash: /Users/dalisoft/.claude/cache/plugins/planning-with-files: path does not exist frontend-react-tailwind on  master [$✘!?⇡] is 📦 v0.0.1 via 🥟 v1.3.6 on ☁️ ❯ ls ~/.claude/skills/planning-with-files/ "/Users/dalisoft/.claude/skills/planning-with-files/": No such file or directory (os error 2) frontend-react-tailwind on  master [$✘!?⇡] is 📦 v0.0.1 via 🥟 v1.3.6 on ☁️ ❯ ls .claude/plugins/planning-with-files/ ".claude/plugins/planning-with-files/": No such file or directory (os error 2) frontend-react-tailwind on  master [$✘!?⇡] is 📦 v0.0.1 via 🥟 v1.3.6 on ☁️ ❯ ls ~/.claude/skills "/Users/dalisoft/.claude/skills": No such file or directory (os error 2) frontend-react-tailwind on  master [$✘!?⇡] is 📦 v0.0.1 via 🥟 v1.3.6 on ☁️ ❯ ```
Author
Owner

@dalisoft commented on GitHub (Jan 19, 2026):

Image

Plugin exists in ~/.claude

<!-- gh-comment-id:3765941323 --> @dalisoft commented on GitHub (Jan 19, 2026): <img width="410" height="592" alt="Image" src="https://github.com/user-attachments/assets/c9df57c4-e589-49c6-9f05-fbcca34f76bb" /> Plugin exists in `~/.claude`
Author
Owner

@wqh17101 commented on GitHub (Jan 19, 2026):

I met the same problem. (windows)

<!-- gh-comment-id:3768613199 --> @wqh17101 commented on GitHub (Jan 19, 2026): I met the same problem. (windows)
Author
Owner

@dalisoft commented on GitHub (Jan 19, 2026):

@wqh17101 Hope to get resolved

<!-- gh-comment-id:3768617822 --> @dalisoft commented on GitHub (Jan 19, 2026): @wqh17101 Hope to get resolved
Author
Owner

@wqh17101 commented on GitHub (Jan 19, 2026):

To implement the /planning-with-files command, this plugin needs a commands folder. @OthmanAdi

<!-- gh-comment-id:3768673336 --> @wqh17101 commented on GitHub (Jan 19, 2026): To implement the `/planning-with-files` command, this plugin needs a `commands` folder. @OthmanAdi
Author
Owner

@wqh17101 commented on GitHub (Jan 19, 2026):

  1. Disable auto-compact in Claude Code settings (use full context window)
  2. Start a fresh session in your project
  3. Run /planning-with-files when ready to work on a complex task
  4. Work until context fills up (Claude will warn you)
  5. Run /clear to start fresh
  6. Run /planning-with-files again — it will automatically recover where you left off

Without /planning-with-files we can not do the right thing in the README.md
@OthmanAdi

<!-- gh-comment-id:3768754443 --> @wqh17101 commented on GitHub (Jan 19, 2026): 1. **Disable auto-compact** in Claude Code settings (use full context window) 2. **Start a fresh session** in your project 3. **Run `/planning-with-files`** when ready to work on a complex task 4. **Work until context fills up** (Claude will warn you) 5. **Run `/clear`** to start fresh 6. **Run `/planning-with-files`** again — it will automatically recover where you left off Without `/planning-with-files` we can not do the right thing in the README.md @OthmanAdi
Author
Owner

@zoffyzhang commented on GitHub (Jan 20, 2026):

same problem

<!-- gh-comment-id:3771331724 --> @zoffyzhang commented on GitHub (Jan 20, 2026): same problem
Author
Owner

@OthmanAdi commented on GitHub (Jan 20, 2026):

Fixed in v2.4.0

Hey everyone! I've identified and fixed the root cause.

The Problem

The SKILL.md was using non-standard frontmatter fields that aren't supported by the official Agent Skills specification:

  • hooks: - NOT supported in SKILL.md (was causing parse errors)
  • version: at top level - NOT supported (should be in metadata.version)
  • user-invocable: - NOT in official spec
  • allowed-tools: as YAML list - Should be space-delimited string

The Fix

Released v2.4.0 with spec-compliant SKILL.md:

name: planning-with-files
description: ...
license: MIT
metadata:
  version: "2.4.0"
  author: OthmanAdi
allowed-tools: Read Write Edit Bash Glob Grep WebFetch WebSearch

How to Update

# Remove old installation completely
rm -rf ~/.claude/skills/planning-with-files
rm -rf ~/.claude/plugins/planning-with-files  
rm -rf ~/.claude/cache/plugins/planning-with-files

# Re-install fresh
claude plugins install OthmanAdi/planning-with-files

Then restart Claude Code and try /planning-with-files again.

Release: https://github.com/OthmanAdi/planning-with-files/releases/tag/v2.4.0

@dalisoft @wqh17101 @zoffyzhang - Please try this and let me know if it works!

<!-- gh-comment-id:3771889845 --> @OthmanAdi commented on GitHub (Jan 20, 2026): ## ✅ Fixed in v2.4.0 Hey everyone! I've identified and fixed the root cause. ### The Problem The SKILL.md was using **non-standard frontmatter fields** that aren't supported by the [official Agent Skills specification](https://agentskills.io/specification): - ❌ `hooks:` - NOT supported in SKILL.md (was causing parse errors) - ❌ `version:` at top level - NOT supported (should be in `metadata.version`) - ❌ `user-invocable:` - NOT in official spec - ❌ `allowed-tools:` as YAML list - Should be space-delimited string ### The Fix Released **v2.4.0** with spec-compliant SKILL.md: ```yaml name: planning-with-files description: ... license: MIT metadata: version: "2.4.0" author: OthmanAdi allowed-tools: Read Write Edit Bash Glob Grep WebFetch WebSearch ``` ### How to Update ```bash # Remove old installation completely rm -rf ~/.claude/skills/planning-with-files rm -rf ~/.claude/plugins/planning-with-files rm -rf ~/.claude/cache/plugins/planning-with-files # Re-install fresh claude plugins install OthmanAdi/planning-with-files ``` Then restart Claude Code and try `/planning-with-files` again. **Release**: https://github.com/OthmanAdi/planning-with-files/releases/tag/v2.4.0 @dalisoft @wqh17101 @zoffyzhang - Please try this and let me know if it works!
Author
Owner

@dalisoft commented on GitHub (Jan 20, 2026):

@OthmanAdi Thank you for fix (maybe partially).

Now command itself working and can be triggered but it does not appear.

https://github.com/user-attachments/assets/7e8ce162-4b40-4426-8216-750faca9c5bc

<!-- gh-comment-id:3771928421 --> @dalisoft commented on GitHub (Jan 20, 2026): @OthmanAdi Thank you for fix (maybe partially). Now command itself working and can be triggered but it does not appear. https://github.com/user-attachments/assets/7e8ce162-4b40-4426-8216-750faca9c5bc
Author
Owner

@OthmanAdi commented on GitHub (Jan 20, 2026):

Update: Found the REAL problem

The issue wasn't the SKILL.md frontmatter - it was duplicate folder structure.

The repo had BOTH:

  • ./skills/planning-with-files/ correct
  • ./planning-with-files/ causing conflicts

This confused Claude Code's skill discovery.

Fixed in commit 3e08dd9 - removed the duplicate folder.

Try installing v2.4.1 (will release in 1 min):

claude plugins install OthmanAdi/planning-with-files

The SKILL.md is back to how it was (with hooks, user-invocable, etc.).

<!-- gh-comment-id:3772050307 --> @OthmanAdi commented on GitHub (Jan 20, 2026): ## Update: Found the REAL problem The issue wasn't the SKILL.md frontmatter - it was **duplicate folder structure**. The repo had BOTH: - `./skills/planning-with-files/` ✅ correct - `./planning-with-files/` ❌ causing conflicts This confused Claude Code's skill discovery. **Fixed in commit 3e08dd9** - removed the duplicate folder. Try installing **v2.4.1** (will release in 1 min): ```bash claude plugins install OthmanAdi/planning-with-files ``` The SKILL.md is back to how it was (with hooks, user-invocable, etc.).
Author
Owner

@dalisoft commented on GitHub (Jan 20, 2026):

@OthmanAdi Thank you for second attempt of fix.

Same problem as above.

  • Removed cache
  • Removed plugin
  • Removed marketplace
  • Restart claude

And neither of them are fixed the issue. Can you look again please?

Like in isolated environment like docker or new user?

<!-- gh-comment-id:3772135259 --> @dalisoft commented on GitHub (Jan 20, 2026): @OthmanAdi Thank you for second attempt of fix. Same problem as above. - Removed cache - Removed plugin - Removed marketplace - Restart `claude` And neither of them are fixed the issue. Can you look again please? Like in isolated environment like `docker` or new user?
Author
Owner

@OthmanAdi commented on GitHub (Jan 20, 2026):

v2.5.0 - THE REAL FIX (I hope!)

@dalisoft Sorry for the confusion. I finally compared with official Anthropic skills and found they use ONLY 3 frontmatter fields:

name:
description:
license:

Our SKILL.md had 4 EXTRA unsupported fields that were breaking slash command discovery:

  • version:
  • user-invocable:
  • allowed-tools:
  • hooks:

All removed in v2.5.0. SKILL.md now matches the exact format of official Anthropic skills.

Clean Install

# Remove everything
rm -rf ~/.claude/plugins/cache/planning-with-files
rm -rf ~/.claude/plugins/marketplaces/planning-with-files

# Fresh install
claude plugins install OthmanAdi/planning-with-files

# Restart Claude Code

Then try typing /planning-with-files

Let me know if this works!

<!-- gh-comment-id:3772348547 --> @OthmanAdi commented on GitHub (Jan 20, 2026): ## v2.5.0 - THE REAL FIX (I hope!) @dalisoft Sorry for the confusion. I finally compared with **official Anthropic skills** and found they use **ONLY 3 frontmatter fields**: ```yaml name: description: license: ``` Our SKILL.md had **4 EXTRA unsupported fields** that were breaking slash command discovery: - ❌ `version:` - ❌ `user-invocable:` - ❌ `allowed-tools:` - ❌ `hooks:` **All removed in v2.5.0.** SKILL.md now matches the exact format of official Anthropic skills. ## Clean Install ```bash # Remove everything rm -rf ~/.claude/plugins/cache/planning-with-files rm -rf ~/.claude/plugins/marketplaces/planning-with-files # Fresh install claude plugins install OthmanAdi/planning-with-files # Restart Claude Code ``` Then try typing `/planning-with-files` Let me know if this works!
Author
Owner

@OthmanAdi commented on GitHub (Jan 20, 2026):

CONFIRMED WORKING - v2.5.0

Just tested on Windows - now appears and works!

The fix: SKILL.md must have ONLY 3 frontmatter fields (matching official Anthropic format):

name: planning-with-files
description: ...
license: MIT

Clean install steps:

rm -rf ~/.claude/plugins/cache/planning-with-files
rm -rf ~/.claude/plugins/marketplaces/planning-with-files
claude plugins install OthmanAdi/planning-with-files

Restart Claude Code completely, then type /planning-with-files

@dalisoft @wqh17101 @zoffyzhang - please try v2.5.0 and confirm it works for you!

<!-- gh-comment-id:3772365909 --> @OthmanAdi commented on GitHub (Jan 20, 2026): ## ✅ CONFIRMED WORKING - v2.5.0 Just tested on Windows - now appears and works! **The fix:** SKILL.md must have ONLY 3 frontmatter fields (matching official Anthropic format): ```yaml name: planning-with-files description: ... license: MIT ``` **Clean install steps:** ```bash rm -rf ~/.claude/plugins/cache/planning-with-files rm -rf ~/.claude/plugins/marketplaces/planning-with-files claude plugins install OthmanAdi/planning-with-files ``` **Restart Claude Code completely**, then type `/planning-with-files` @dalisoft @wqh17101 @zoffyzhang - please try v2.5.0 and confirm it works for you!
Author
Owner

@OthmanAdi commented on GitHub (Jan 20, 2026):

UPDATE: Partial Fix

The command WORKS but has a quirk:

Works: Type the full command /planning-with-files and press enter - it works!

Doesn't appear: It won't show up in autocomplete when you type /plan

Workaround: Just type the full /planning-with-files command manually. You can save it as a snippet or alias in your terminal.

@dalisoft @wqh17101 @zoffyzhang - Can you confirm this behavior on your end? Type the FULL /planning-with-files command and see if it executes.

<!-- gh-comment-id:3772367460 --> @OthmanAdi commented on GitHub (Jan 20, 2026): ## UPDATE: Partial Fix The command WORKS but has a quirk: **✅ Works:** Type the full command `/planning-with-files` and press enter - it works! **❌ Doesn't appear:** It won't show up in autocomplete when you type `/plan` **Workaround:** Just type the full `/planning-with-files` command manually. You can save it as a snippet or alias in your terminal. @dalisoft @wqh17101 @zoffyzhang - Can you confirm this behavior on your end? Type the FULL `/planning-with-files` command and see if it executes.
Author
Owner

@OthmanAdi commented on GitHub (Jan 20, 2026):

FULLY FIXED - Autocomplete Now Works!

@dalisoft @wqh17101 @zoffyzhang

The issue: Plugins install to cache, but Claude Code's autocomplete scans ~/.claude/skills/ folder.

The solution: Copy the skill to ~/.claude/skills/ after installing:

Working Installation Steps

# 1. Clean install
rm -rf ~/.claude/plugins/cache/planning-with-files
rm -rf ~/.claude/plugins/marketplaces/planning-with-files
claude plugins install OthmanAdi/planning-with-files

# 2. Copy to skills folder for autocomplete (THIS IS THE KEY!)
cp -r ~/.claude/plugins/cache/planning-with-files/planning-with-files/*/skills/planning-with-files ~/.claude/skills/

# 3. Restart Claude Code completely

Now type /plan and it will appear in autocomplete!

Confirmed working on Windows. Please test and let me know!

<!-- gh-comment-id:3772377798 --> @OthmanAdi commented on GitHub (Jan 20, 2026): ## ✅ FULLY FIXED - Autocomplete Now Works! @dalisoft @wqh17101 @zoffyzhang **The issue:** Plugins install to cache, but Claude Code's autocomplete scans `~/.claude/skills/` folder. **The solution:** Copy the skill to `~/.claude/skills/` after installing: ### Working Installation Steps ```bash # 1. Clean install rm -rf ~/.claude/plugins/cache/planning-with-files rm -rf ~/.claude/plugins/marketplaces/planning-with-files claude plugins install OthmanAdi/planning-with-files # 2. Copy to skills folder for autocomplete (THIS IS THE KEY!) cp -r ~/.claude/plugins/cache/planning-with-files/planning-with-files/*/skills/planning-with-files ~/.claude/skills/ # 3. Restart Claude Code completely ``` **Now type `/plan` and it will appear in autocomplete!** Confirmed working on Windows. Please test and let me know!
Author
Owner

@dalisoft commented on GitHub (Jan 20, 2026):

Sorry for delayed response @OthmanAdi

@dalisoft @wqh17101 @zoffyzhang - Can you confirm this behavior on your end? Type the FULL /planning-with-files command and see if it executes.

It worked at https://github.com/OthmanAdi/planning-with-files/issues/39#issuecomment-3771928421

But seems not broken

Autocomplete Now Works!

not sure about this

https://github.com/user-attachments/assets/a43d394b-3f2c-4361-b30f-aa3078936fe6

2. Copy to skills folder for autocomplete (THIS IS THE KEY!)

cp -r ~/.claude/plugins/cache/planning-with-files/planning-with-files/*/skills/planning-with-files ~/.claude/skills/

I tried similar command cp -r ~/.claude/plugins/cache/planning-with-files/planning-with-files/*/skills/planning-with-files .claude/skills/ but not works

<!-- gh-comment-id:3772457682 --> @dalisoft commented on GitHub (Jan 20, 2026): Sorry for delayed response @OthmanAdi > @dalisoft @wqh17101 @zoffyzhang - Can you confirm this behavior on your end? Type the FULL /planning-with-files command and see if it executes. It worked at https://github.com/OthmanAdi/planning-with-files/issues/39#issuecomment-3771928421 But seems not broken > Autocomplete Now Works! not sure about this https://github.com/user-attachments/assets/a43d394b-3f2c-4361-b30f-aa3078936fe6 > # 2. Copy to skills folder for autocomplete (THIS IS THE KEY!) > > `cp -r ~/.claude/plugins/cache/planning-with-files/planning-with-files/*/skills/planning-with-files ~/.claude/skills/` I tried similar command `cp -r ~/.claude/plugins/cache/planning-with-files/planning-with-files/*/skills/planning-with-files .claude/skills/` but not works
Author
Owner

@OthmanAdi commented on GitHub (Jan 20, 2026):

@dalisoft You're missing the ~ (tilde) in your path.

Your command (wrong):

cp -r ~/.claude/plugins/cache/planning-with-files/planning-with-files/*/skills/planning-with-files .claude/skills/

Correct command:

cp -r ~/.claude/plugins/cache/planning-with-files/planning-with-files/*/skills/planning-with-files ~/.claude/skills/

.claude/skills/ = current directory (wrong)
~/.claude/skills/ = home directory (correct)

The ~ is required to copy to your home directory where Claude Code looks for skills.

<!-- gh-comment-id:3772490422 --> @OthmanAdi commented on GitHub (Jan 20, 2026): @dalisoft You're missing the `~` (tilde) in your path. **Your command (wrong):** ```bash cp -r ~/.claude/plugins/cache/planning-with-files/planning-with-files/*/skills/planning-with-files .claude/skills/ ``` **Correct command:** ```bash cp -r ~/.claude/plugins/cache/planning-with-files/planning-with-files/*/skills/planning-with-files ~/.claude/skills/ ``` `.claude/skills/` = current directory (wrong) `~/.claude/skills/` = home directory (correct) The `~` is required to copy to your home directory where Claude Code looks for skills.
Author
Owner

@aprils148 commented on GitHub (Jan 20, 2026):

It works for me

<!-- gh-comment-id:3772531743 --> @aprils148 commented on GitHub (Jan 20, 2026): It works for me
Author
Owner

@dalisoft commented on GitHub (Jan 20, 2026):

I want use only for workspace / project-level. Not globally

<!-- gh-comment-id:3772597950 --> @dalisoft commented on GitHub (Jan 20, 2026): I want use only for workspace / project-level. Not globally
Author
Owner

@OthmanAdi commented on GitHub (Jan 20, 2026):

I want use only for workspace / project-level. Not globally

The plugin is already workspace-scoped. The copy step is ONLY for autocomplete.

Two options:

Option 1: Skip autocomplete (project-level only)

Just install the plugin

claude plugins install OthmanAdi/planning-with-files

Skip the copy step

Type the full /planning-with-files command manually (no autocomplete)

Option 2: Per-project skill (if supported)
Create .claude/skills/ in your project root and copy there:
mkdir -p .claude/skills
cp -r ~/.claude/plugins/cache/planning-with-files/planning-with-files/*/skills/planning-with-files .claude/skills/

Then add .claude/skills/ to your .gitignore if you don't want to commit it.

The plugin functionality works regardless - the copy step only enables autocomplete suggestions.

please let me know if it works @dalisoft

<!-- gh-comment-id:3772670854 --> @OthmanAdi commented on GitHub (Jan 20, 2026): > I want use only for workspace / project-level. Not globally The plugin is already workspace-scoped. The copy step is ONLY for autocomplete. Two options: Option 1: Skip autocomplete (project-level only) # Just install the plugin claude plugins install OthmanAdi/planning-with-files # Skip the copy step # Type the full /planning-with-files command manually (no autocomplete) Option 2: Per-project skill (if supported) Create .claude/skills/ in your project root and copy there: mkdir -p .claude/skills cp -r ~/.claude/plugins/cache/planning-with-files/planning-with-files/*/skills/planning-with-files .claude/skills/ Then add .claude/skills/ to your .gitignore if you don't want to commit it. The plugin functionality works regardless - the copy step only enables autocomplete suggestions. please let me know if it works @dalisoft
Author
Owner

@dalisoft commented on GitHub (Jan 20, 2026):

@OthmanAdi I tried your Solution 2 but does not work.

I am already tried in https://github.com/OthmanAdi/planning-with-files/issues/39#issuecomment-3772457682 (see above)

The problem is Auto-complete not working and auto-complete is easy and quicker

<!-- gh-comment-id:3772681369 --> @dalisoft commented on GitHub (Jan 20, 2026): @OthmanAdi I tried your **Solution 2** but does not work. I am already tried in https://github.com/OthmanAdi/planning-with-files/issues/39#issuecomment-3772457682 (see above) The problem is **Auto-complete** not working and auto-complete is easy and quicker
Author
Owner

@yyuziyu commented on GitHub (Jan 22, 2026):

You can refer to obra/superpowers

/2.5.0 is based on plugin version changes.

cd ~/.claude/plugins/cache/planning-with-files/planning-with-files/2.5.0

Create folder

mkdir command

Create command

cat >plan.md <<EOF
---
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"
---

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

Restart Claude Code

/planning-with-files:plan
<!-- gh-comment-id:3784274571 --> @yyuziyu commented on GitHub (Jan 22, 2026): # You can refer to obra/superpowers # /2.5.0 is based on plugin version changes. ```bash cd ~/.claude/plugins/cache/planning-with-files/planning-with-files/2.5.0 ``` # Create folder ```bash mkdir command ``` # Create command ```bash cat >plan.md <<EOF --- 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" --- Invoke the planning-with-files skill and follow it exactly as presented to you EOF ``` # Restart Claude Code ```bash /planning-with-files:plan ```
Author
Owner

@OthmanAdi commented on GitHub (Jan 26, 2026):

Fixed in v2.11.0

Hey everyone! This is now properly fixed with a new shorter command.

The Solution

Added \ which creates \ command.

How to use:

  1. Install: 2. Type \ in Claude Code
  2. You'll see \ in autocomplete!

No extra copy steps needed. No \ setup. Just install and type .

Command Options

Type This Autocomplete Shows
\ \
\ \

Release

https://github.com/OthmanAdi/planning-with-files/releases/tag/v2.11.0


中文说明

在 v2.11.0 版本中修复了这个问题!

使用方法:

  1. 安装插件:2. 在 Claude Code 中输入 3. 自动补全会显示 \ 命令!

无需额外的复制步骤,无需设置 \。只需安装后输入 \ 即可。

@dalisoft @wqh17101 @zoffyzhang @yyuziyu - Thank you all for your patience and feedback! 感谢大家的耐心和反馈!

<!-- gh-comment-id:3797508182 --> @OthmanAdi commented on GitHub (Jan 26, 2026): ## ✅ Fixed in v2.11.0 Hey everyone\! This is now properly fixed with a new shorter command. ### The Solution Added \ which creates \ command. **How to use:** 1. Install: 2. Type \ in Claude Code 3. You'll see \ in autocomplete\! No extra copy steps needed. No \ setup. Just install and type \. ### Command Options | Type This | Autocomplete Shows | |-----------|-------------------| | \ | \ | | \ | \ | ### Release https://github.com/OthmanAdi/planning-with-files/releases/tag/v2.11.0 --- ## 中文说明 在 v2.11.0 版本中修复了这个问题! **使用方法:** 1. 安装插件:2. 在 Claude Code 中输入 3. 自动补全会显示 \ 命令! 无需额外的复制步骤,无需设置 \。只需安装后输入 \ 即可。 @dalisoft @wqh17101 @zoffyzhang @yyuziyu - Thank you all for your patience and feedback\! 感谢大家的耐心和反馈!
Author
Owner

@OthmanAdi commented on GitHub (Feb 5, 2026):

@dalisoft any updates?

<!-- gh-comment-id:3851922703 --> @OthmanAdi commented on GitHub (Feb 5, 2026): @dalisoft any updates?
Author
Owner

@dalisoft commented on GitHub (Feb 21, 2026):

Sorry for late reply @OthmanAdi

Due of personal problems currently cannot test nor use any coding tools for now and next weeks

<!-- gh-comment-id:3938681240 --> @dalisoft commented on GitHub (Feb 21, 2026): Sorry for late reply @OthmanAdi Due of personal problems currently cannot test nor use any coding tools for now and next weeks
Author
Owner

@OthmanAdi commented on GitHub (Feb 21, 2026):

@dalisoft Damn! ok! i hope you are in a safe area and have no political and war problems man! take care.

<!-- gh-comment-id:3938683792 --> @OthmanAdi commented on GitHub (Feb 21, 2026): @dalisoft Damn! ok! i hope you are in a safe area and have no political and war problems man! take care.
Sign in to join this conversation.
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/planning-with-files#27
No description provided.