npx skills add ...
npx skills add zhaono1/agent-playbook --skill planning-with-files
Uses persistent markdown files for general planning, progress tracking, and knowledge storage (Manus-style workflow). Use for multi-step tasks, research projects, or general organization WITHOUT mentioning PRD. For PRD-specific work, use prd-planner skill instead.
npx skills add zhaono1/agent-playbook --skill planning-with-files
"Work like Manus" — Uses persistent markdown files for planning, progress tracking, and knowledge storage.
A skill that transforms your workflow to use persistent markdown files for planning and progress tracking.
Claude Code (and most AI agents) suffer from:
For every complex task, create THREE files:
Use this pattern for:
Skip for:
This skill is typically installed globally at ~/.claude/skills/planning-with-files/.
From this repository:
If you prefer the standalone workflow, see the upstream repository in the Links section.
| 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 |
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