planning-with-files

Plan and track complex tasks across three Markdown files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a lightweight, disciplined approach to planning and tracking complex tasks by organizing actions and discoveries into three focused Markdown files: task_plan.md, findings.md, and progress.md.

Core Features & Use Cases

  • Triple-file planning: Create and maintain a living plan, documented findings, and execution logs to ensure traceability.
  • Structured progress: Continuously update progress and decisions across sessions to prevent context drift.
  • Use Case: For a product feature rollout, use task_plan.md to outline goals and tasks, findings.md to record research and decisions, and progress.md to log every change.

Quick Start

Start by initializing the three core Markdown files in your project, define the overall goal in task_plan.md, and begin recording findings and progress as you work.

Frequently Asked Questions about planning-with-files

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

FAQPage Schema
How do I track complex task progress across multiple sessions using Markdown files?

You can track complex task progress by maintaining a triple-file workflow with task_plan.md, findings.md, and progress.md to persist decisions and execution logs. This prevents context drift by continuously updating progress and documented findings across work sessions.

What is the best way to document research findings and decisions during feature development?

Documenting research findings during feature development is best handled by recording discoveries and decisions in a dedicated findings.md file. This ensures traceable decisions are separated from the living plan in task_plan.md and the execution logs in progress.md.

Can I use a triple-file documentation workflow for project planning without external dependencies?

Yes, you can use this triple-file documentation workflow for project planning without external dependencies. The approach operates independently by structuring content deterministically across three Markdown files to outline goals, record findings, and log changes.

How do I set up structured task management files to prevent context drift in long projects?

Set up structured task management by initializing three core Markdown files in your project directory. Define your overall goal in task_plan.md, then begin recording research findings and execution logs as you work to maintain traceable decisions.

When do I need a multi-file task tracking system instead of a single document?

You need a multi-file task tracking system for complex scenarios like project planning, research, and feature development where traceable decisions and execution logs are essential. Separating the plan, findings, and progress into distinct files prevents context drift across sessions.

Does planning with Markdown files work for product feature rollouts?

Planning with Markdown files works effectively for product feature rollouts by using task_plan.md to outline goals, findings.md to record research and decisions, and progress.md to log every change. This triple-file structure ensures structured progress and traceable execution.