pi-planning-with-files
๐ฏSkillfrom othmanadi/planning-with-files
A file-based planning skill that structures AI agent work like Manus, using planning files for session persistence, status tracking, and task orchestration with commands like /plan:status.
Overview
A Claude Code skill that implements Manus-style file-based planning for AI agent development workflows. It creates and maintains planning files that persist across sessions, enabling structured task decomposition and automatic session recovery when context is cleared. The skill supports 14 platforms and has inspired multiple community forks adding features like multi-project support and parallel execution.
Key Features
- File-Based Planning - Creates persistent planning files that survive context clears and session restarts, maintaining project state across AI sessions
- Session Recovery - Automatically recovers previous session data when running
/clear, detecting planning file changes and showing a catchup report - 14-Platform Support - Works with Claude Code, Gemini CLI, Codex CLI, Kiro CLI, Cursor, GitHub Copilot, OpenCode, and more
- Slash Commands - Provides
/planand/plan:statuscommands for easy planning workflow management - Active Community - Multiple community forks including multi-project support, interview-first workflows, and multi-level task orchestration
Who is this for?
This skill is designed for developers working on complex, multi-session projects who need persistent planning and task management that survives context window resets. It is particularly valuable for teams using AI agents for large feature development or long-running projects where maintaining state and progress tracking across sessions is critical.
Same repository
othmanadi/planning-with-files(4 items)
Installation
npx vibeindex add othmanadi/planning-with-files --skill pi-planning-with-filesnpx skills add othmanadi/planning-with-files --skill pi-planning-with-files~/.claude/skills/pi-planning-with-files/SKILL.mdSKILL.md
More from this repository3
Implements Manus-style file-based planning for complex tasks, creating task_plan.md, findings.md, and progress.md to track multi-step work with automatic session recovery.
Claude Code skill implementing Manus-style persistent markdown planning โ the workflow pattern behind the $2B acquisition.
Transforms AI agent workflows by using persistent markdown files (plan, findings, progress) for planning and context tracking, preventing goal drift and context loss across sessions. Supports 14 platforms including Claude Code, Gemini CLI, and Cursor.