planning-with-files

Create and manage markdown files to track task phases and progress.

Updated Jan 15, 2026
One-click install
npx skills add https://github.com/lips85/antigravity-skills-bootstrap --skill planning-with-files-lips85
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning-with-files
Source: https://github.com/lips85/antigravity-skills-bootstrap/tree/main/skills/planning-with-files
Command: npx skills add https://github.com/lips85/antigravity-skills-bootstrap --skill planning-with-files-lips85

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses the challenge of maintaining context and progress over long, complex tasks by using persistent markdown files as an external memory.

Core Features & Use Cases

  • File-based Planning: Creates and manages task_plan.md, findings.md, and progress.md to track task phases, discoveries, and session logs.
  • Context Management: Implements Manus-style principles to ensure critical information is never lost, even across many tool calls.
  • Use Case: When embarking on a multi-week research project or developing a new software feature, this Skill ensures all decisions, findings, and progress are meticulously logged and easily retrievable, preventing the AI from losing track of the overall goal.

Quick Start

Initiate planning for a new complex task by creating the task_plan.md file in your project directory.

Frequently Asked Questions about planning-with-files

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I maintain context for complex agentic workflows across multiple sessions?

You can maintain context for complex agentic workflows by implementing a file-based planning system that uses markdown files like task_plan.md, findings.md, and progress.md as persistent external memory to track phases and prevent information loss across sessions.

How do I start persistent file-based planning for a new software feature?

To start persistent file-based planning, initiate the process by creating a task_plan.md file in your project directory to define task phases, then use findings.md and progress.md to log discoveries and session progress.

Does Manus-style context management require specific dependencies to track task phases?

Manus-style context management for tracking task phases requires no specific external dependencies, relying solely on markdown files as persistent memory to ensure critical information is never lost during complex workflows.

When do I need markdown files for task management instead of relying on native AI memory?

You need markdown files for task management when embarking on long, multi-week research projects or developing complex software features, ensuring all decisions and findings are meticulously logged and easily retrievable to prevent AI context loss.

What are the limitations of using markdown files for context management in agentic workflows?

A key limitation of using markdown files for context management in agentic workflows is the necessity of manual file creation and maintenance, requiring consistent updates to task_plan.md, findings.md, and progress.md to prevent information degradation over time.