| layout | default |
|---|---|
| title | Planning with Files Tutorial |
| nav_order | 148 |
| has_children | true |
| format_version | v2 |
Learn how to use
OthmanAdi/planning-with-filesto run Manus-style file-based planning workflows across Claude Code and other AI coding environments.
planning-with-files is one of the fastest-growing workflow skills for coding agents and provides a concrete system for durable planning beyond volatile context windows.
This track focuses on:
- setting up the skill quickly in Claude Code
- applying the 3-file planning pattern consistently
- using hooks, templates, and scripts for reliability
- adapting the workflow across multiple IDE/agent runtimes
- repository:
OthmanAdi/planning-with-files - stars: about 16.7k
- latest release:
v2.27.0(published 2026-03-20)
flowchart LR
A[Task request] --> B[task_plan.md]
B --> C[findings.md]
C --> D[progress.md]
D --> E[Hook-driven reminders]
E --> F[Completion checks and recovery]
| Chapter | Key Question | Outcome |
|---|---|---|
| 01 - Getting Started | How do I install and launch the workflow quickly? | Working baseline |
| 02 - Core Philosophy and the 3-File Pattern | Why does filesystem memory improve agent reliability? | Strong mental model |
| 03 - Installation Paths Across IDEs and Agents | How do setup paths vary across toolchains? | Better portability |
| 04 - Commands, Hooks, and Workflow Orchestration | How do commands and hooks enforce discipline? | Higher consistency |
| 05 - Templates, Scripts, and Session Recovery | How do I recover state and keep momentum after context resets? | Better resilience |
| 06 - Multi-IDE Adaptation (Codex, Gemini, OpenCode, Cursor) | How do I reuse the same planning system across platforms? | Cross-platform fluency |
| 07 - Troubleshooting, Anti-Patterns, and Safety Checks | How do I avoid failure loops and workflow drift? | Reliability playbook |
| 08 - Contribution Workflow and Team Adoption | How do teams standardize and evolve this pattern? | Adoption readiness |
- how to make agent workflows durable with persistent markdown memory
- how to run and recover complex tasks with less context loss
- how to port the planning system across major AI coding IDEs
- how to govern and extend the workflow in team settings
Start with Chapter 1: Getting Started.
- Start Here: Chapter 1: Getting Started
- Back to Main Catalog
- Browse A-Z Tutorial Directory
- Search by Intent
- Explore Category Hubs
- Chapter 1: Getting Started
- Chapter 2: Core Philosophy and the 3-File Pattern
- Chapter 3: Installation Paths Across IDEs and Agents
- Chapter 4: Commands, Hooks, and Workflow Orchestration
- Chapter 5: Templates, Scripts, and Session Recovery
- Chapter 6: Multi-IDE Adaptation (Codex, Gemini, OpenCode, Cursor)
- Chapter 7: Troubleshooting, Anti-Patterns, and Safety Checks
- Chapter 8: Contribution Workflow and Team Adoption
Generated by AI Codebase Knowledge Builder