P

planning-with-files

by @OthmanAdiv
4.6(845)

このスキルは、Metaが20億ドルで買収したManus社の成功モデルから着想を得て、AIエージェントの作業効率と計画能力を向上させることを目指した、Manusスタイルの永続的なMarkdown計画ワークフローを実現します。

ai-agentplanningworkflowmarkdownclaudeGitHub
インストール方法
/plugin marketplace add OthmanAdi/planning-with-files
compare_arrows

Before / After 効果比較

1
使用前

AIエージェントが複雑なタスクを処理する際、構造化された永続的な計画メカニズムが不足しており、タスクの分解が混乱し、実行効率が低下し、しばしば手動介入と複数回の反復が必要でした。

使用後

永続的なMarkdown計画を導入することで、AIエージェントは体系的にタスク計画を策定し、それに従うことができ、反復回数を大幅に削減し、タスク実行の正確性と全体的な効率を向上させます。

SKILL.md

Planning with Files

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

Benchmark A/B Verified SkillCheck Validated Security Verified

Skills Playground Downloads Version License: MIT Closed Issues Closed PRs

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.

Forks & Extensions

ForkAuthorWhat They Built
devis@st01csInterview-first workflow, /devis:intv and /devis:impl commands, guaranteed activation
multi-manus-planning@kmichelsMulti-project support, SessionStart git sync
plan-cascade@TaoidleMulti-level task orchestration, parallel execution, multi-agent collaboration
agentfund-skill@RioTheGreat-aiCrowdfunding for AI agents with milestone-based escrow on Base
openclaw-github-repo-commander@wd041216-bit7-stage GitHub repo audit, optimization, and cleanup workflow for OpenClaw

Used in the Wild

ProjectWhat It Is
lincolnwan/Planning-with-files-copilot-agentEntire Copilot agent repo built around the planning-with-files skill
cooragent/ClarityFinanceAI finance agent framework — Planning-with-Files approach directly credited
oeftimie/vv-claude-harnessClaude Code harness built on Manus-style persistent markdown planning
jessepwj/CCteam-creatorMulti-agent team orchestration skill using file-based planning

Built something? Open an issue to get listed!

See the full list of everyone who made this project better in CONTRIBUTORS.md.

Current Version: v2.37.0

VersionHighlights
v2.37.0Hash attestation + parity bumper (closes #150, #151): /plan-attest locks task_plan.md with a SHA-256; hooks block injection on tamper. scripts/bump-version.py + parity test kill the "missed one variant" regression class behind v2.34.1, v2.36.0, v2.36.2, and v2.36.3. (thanks @oaabahussain!)
v2.36.3Parallel planning scripts now ship in the skill: resolve-plan-dir.sh and set-active-plan.sh were missing from the installed skill in v2.36.0; now in canonical + all IDE mirrors + SKILL.md docs updated
v2.36.2Canonical script sync (PR #149): skills/planning-with-files/scripts/init-session.sh was missing slug mode from v2.36.0; now synced with IDE mirrors + regression test. (thanks @voidborne-d!)
v2.36.1Security hardening: Stop hook cache search removed, ExecutionPolicy Bypass changed to RemoteSigned, prompt injection delimiters added. (Gen Agent Trust Hub FAIL resolved)
v2.36.0Parallel plan isolation + Codex session isolation (closes #146, #148): init-session.sh slug mode, set-active-plan.sh, resolve-plan-dir.sh, all Codex hooks route through resolver, session attachment gating. Hermes docs (closes #147): integration notes added to docs/hermes.md. 34 new tests. (thanks @githubYiheng, @09ashishkapoor, @shawnli1874!)
v2.35.1Shebang portability fix: changed /bin/bash to /usr/bin/env bash in hook scripts, fixing compatibility on NixOS and other systems where bash is not at /bin/bash. (thanks @Emin017!)
v2.35.0Hermes adapter + NLPM audit hardening: Hermes platform 17 support (thanks @bailob!), NLPM audit fixed Python PATH resolution, session-catchup injection cap, Pi PowerShell syntax (thanks @xiaolai!)
v2.34.1Stop hook Windows portability fix (closes #133): export SD= failed in Windows Git Bash hook context; fallback path was wrong for plugin cache structure. Fixed across all 13 SKILL.md variants. (thanks @nazeshinjite!)
v2.34.0Codex hooks fully restored (closes #132): .codex/hooks.json + lifecycle scripts back — SessionStart, UserPromptSubmit, PreToolUse, PostToolUse, Stop. Tessl CI for SKILL.md quality reviews. Exec bit fix. 4 missing contributors added. (thanks @Leon-Algo, @popey!)
v2.33.0Multi-language expansion: Arabic, German, and Spanish skill variants added (thanks to community contributors!)
v2.32.0Codex session catchup rewrite (thanks @ebrevdo!), Loaditout A-grade security badge, Stop hook Git Bash fix
v2.31.0Codex hooks.json integration with full lifecycle hooks (thanks @Leon-Algo!)
v2.30.1Fix: Codex script executable bits restored (thanks @Leon-Algo!)
v2.30.0CLAUDE_SKILL_DIR variable, IDE configs moved to per-IDE branches, plugin.json bumped from 2.23.0
v2.29.0Analytics workflow template: --template analytics flag for data exploration sessions (thanks @mvanhorn!)
v2.28.0Traditional Chinese (zh-TW) skill variant (thanks @waynelee2048!)
v2.26.2Fix: --- in hook commands broke YAML frontmatter parsing, hooks now register correctly
v2.26.1Fix: session catchup after /clear, path sanitization on Windows + content injection (thanks @tony-stark-eth!)
v2.26.0IDE audit: Factory hooks, Copilot errorOccurred hook, Gemini hooks, bug fixes
v2.18.2Mastra Code hooks fix (hooks.json + docs accuracy)
v2.18.1Copilot garbled characters complete fix
v2.18.0BoxLite sandbox runtime integration
v2.17.0Mastra Code support + all IDE SKILL.md spec fixes
v2.16.1Copilot garbled characters fix: PS1 UTF-8 encoding + bash ensure_ascii (thanks @Hexiaopi!)
v2.16.0GitHub Copilot hooks support (thanks @lincolnwan!)
v2.27.0Kiro Agent Skill layout (thanks @EListenX!)
v2.15.1Session catchup false-positive fix (thanks @gydx6!)
v2.15.0/plan:status command, OpenCode compatibility fix
v2.14.0Pi Agent support, OpenClaw docs update, Codex path fix
v2.11.0/plan command for easier autocomplete
v2.10.0Kiro steering files support
v2.7.0Gemini CLI support
v2.2.0Session recovery, Windows PowerShell, OS-aware hooks

View all releases · CHANGELOG

Parallel plan isolation (.planning/YYYY-MM-DD-slug/ directories) and Codex session isolation shipped in v2.36.0. The experimental/isolated-planning branch was the earlier prototype; master is now the canonical location.


Session Recovery

When your context fills up and you run /clear, this skill automatically recovers your previous session.

How it works:

  1. Checks for previous session data in the active IDE's session store (~/.claude/projects/ for Claude Code, ~/.codex/sessions/ for Codex)
  2. Finds when planning files were last updated
  3. Extracts conversation that happened after (potentially lost context)
  4. Shows a catchup report so you can sync

Pro tip: Disable auto-compact to maximize context before clearing:

{ "autoCompact": false }

Enhanced Support (hooks + lifecycle automation)

These IDEs have dedicated hook configurations that automatically re-read your plan before tool use, remind you to update progress, and verify completion before stopping:

IDEInstallation GuideIntegration
Claude CodeInstallationPlugin + SKILL.md + Hooks
CursorCursor SetupSkills + hooks.json
GitHub CopilotCopilot SetupHooks (incl. errorOccurred)
Mastra CodeMastra SetupSkills + Hooks
Gemini CLIGemini SetupSkills + Hooks
KiroKiro SetupAgent Skills
CodexCodex SetupSkills + Hooks
Hermes AgentHermes SetupSkill + Project Plugin
CodeBuddyCodeBuddy SetupSkills + Hooks
FactoryAI DroidFactory SetupSkills + Hooks
OpenCodeOpenCode SetupSkills + Custom session storage

Standard Agent Skills Support

These IDEs implement the Agent Skills open specification. Install with npx skills add — the installer places the skill in each IDE's discovery path automatically:

IDEInstallation GuideSkill Discovery Path
ContinueContinue Setup.continue/skills/ + .prompt files
Pi AgentPi Agent Setup.pi/skills/ (npm package)
OpenClawOpenClaw Setup.openclaw/skills/ (docs)
AntigravityAntigravity Setup.agent/skills/ (docs)
KilocodeKilocode Setup.kilocode/skills/ (docs)
AdaL CLI (Sylph AI)AdaL Setup.adal/skills/ (docs)

Note: If your IDE uses the legacy Rules system instead of Skills, see the legacy-rules-support branch.

RuntimeStatusGuideNotes
BoxLite✅ DocumentedBoxLite SetupRun Claude Code + planning-with-files inside hardware-isolated micro-VMs

Note: BoxLite is a sandbox runtime, not an IDE. Skills load via ClaudeBox — BoxLite’s official Claude Code integration layer.


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.

Claude Code Plugin Claude Code Skill Cursor Skills Kilocode Skills Gemini CLI OpenClaw Kiro AdaL CLI Pi Agent GitHub Copilot Mastra Code Hermes BoxLite

Quick Install

npx skills add OthmanAdi/planning-with-files --skill planning-with-files -g

🇸🇦 العربية / Arabic

npx skills add OthmanAdi/planning-with-files --skill planning-with-files-ar -g

🇩🇪 Deutsch / German

npx skills add OthmanAdi/planning-with-files --skill planning-with-files-de -g

🇪🇸 Español / Spanish

npx skills add OthmanAdi/planning-with-files --skill planning-with-files-es -g

🇨🇳 中文版 / Chinese (Simplified)

npx skills add OthmanAdi/planning-with-files --skill planning-with-files-zh

...

ユーザーレビュー (0)

レビューを書く

効果
使いやすさ
ドキュメント
互換性

レビューなし

統計データ

インストール数26.4K
評価4.6 / 5.0
バージョン
更新日2026年5月23日
比較事例1 件

ユーザー評価

4.6(845)
5
70%
4
22%
3
5%
2
2%
1
1%

この Skill を評価

0.0

対応プラットフォーム

🔧Claude Code

タイムライン

作成2026年5月14日
最終更新2026年5月23日