planning-with-files
Installation
SKILL.md
Planning with Files
Work like Manus: Use persistent markdown files as your "working memory on disk." This skill helps you plan, track, and checkpoint complex tasks that span multiple files, APIs, or sessions.
WHEN TO USE THIS SKILL
ALWAYS use this skill when:
- Task involves 3+ phases or steps
- Implementing wrappers for multiple REST APIs
- Migrating or refactoring code across multiple files
- Research tasks requiring exploration
- Any task requiring >5 tool calls
- Work that may span multiple sessions
- Tasks with dependencies between components
Skip this skill for:
- Simple questions or quick lookups
- Single-file edits
- Tasks completable in 1-2 tool calls