planning-with-files
22
总安装量
9
周安装量
#17048
全站排名
安装命令
npx skills add https://github.com/charon-fan/agent-playbook --skill planning-with-files
Agent 安装分布
claude-code
8
opencode
5
antigravity
5
gemini-cli
5
cursor
4
Skill 文档
Planning with Files
“Work like Manus” â Uses persistent markdown files for planning, progress tracking, and knowledge storage.
Description
A Claude Code skill that transforms your workflow to use persistent markdown files for planning and progress tracking â the pattern that made Manus AI worth billions.
The Problem
Claude Code (and most AI agents) suffer from:
- Volatile memory â TodoWrite tool disappears on context reset
- Goal drift â Original goals get forgotten after many tool calls
- Hidden errors â Failures aren’t tracked, mistakes repeat
- Context stuffing â Everything crammed into context instead of stored
The Solution: 3-File Pattern
For every complex task, create THREE files:
task_plan.md â Track phases and progress
notes.md â Store research and findings
[deliverable].md â Final output
The Workflow Loop
1. Create task_plan.md with goal and phases
2. Research â save to notes.md â update task_plan.md
3. Read notes.md â create deliverable â update task_plan.md
4. Deliver final output
When to Use
Use this pattern for:
- Multi-step tasks (3+ steps)
- Research tasks
- Building/creating projects
- Tasks spanning many tool calls
- Anything requiring organization
Skip for:
- Simple questions
- Single-file edits
- Quick lookups
Installation
This skill is typically installed globally at ~/.claude/skills/planning-with-files/.
From this repository:
ln -s /path/to/agent-playbook/skills/planning-with-files ~/.claude/skills/planning-with-files
If you prefer the standalone workflow, see the upstream repository in the Links section.
The Manus Principles
| Principle | Implementation |
|---|---|
| Filesystem as memory | Store in files, not context |
| Attention manipulation | Re-read plan before decisions |
| Error persistence | Log failures in plan file |
| Goal tracking | Checkboxes show progress |
| Append-only context | Never modify history |
Example
You: “Research the benefits of TypeScript and write a summary”
Claude creates:
# Task Plan: TypeScript Benefits Research
## Goal
Create a research summary on TypeScript benefits.
## Phases
- [x] Phase 1: Create plan â
- [ ] Phase 2: Research and gather sources (CURRENT)
- [ ] Phase 3: Synthesize findings
- [ ] Phase 4: Deliver summary
## Status
**Currently in Phase 2** - Searching for sources