planning-with-files

Plan and track tasks using structured markdown files for progress and findings.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/Ced3-han/Harness-Settings --skill planning-with-files-ced3-han
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning-with-files
Source: https://github.com/Ced3-han/Harness-Settings/tree/main/skills/planning-with-files
Command: npx skills add https://github.com/Ced3-han/Harness-Settings --skill planning-with-files-ced3-han

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps users plan and track complex research and coding tasks by creating structured markdown files for progress and findings.

Core Features & Use Cases

  • Task Planning: Organize tasks into phases and track progress.
  • Persistent Notes: Store findings, decisions, and errors in markdown files.
  • Session Catchup: Resume tasks after context reset with session catchup tool.
  • Use Case: Ideal for multi-step research or coding tasks where progress needs to be tracked over time, such as writing papers, developing software, or running experiments.

Quick Start

Start a new task session by running: . planning-with-files init-session.sh <task-name>

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 coding tasks using markdown files?

You can track complex coding tasks using markdown files by initializing a session that organizes tasks into phases, storing progress, findings, and decisions in structured markdown. This enables structured progress management for multi-step software development workflows.

How do I recover task progress after a session context reset?

To recover task progress after a session context reset, use the session catchup tool to resume tasks. It reads the persistent markdown files where findings, decisions, and errors were previously stored, allowing the task to continue seamlessly without losing context.

Do I need shell command knowledge to manage task planning with markdown?

Yes, you need basic shell command knowledge to manage task planning with markdown. Initializing and managing task sessions requires running shell scripts, specifically executing an initialization script with your desired task name to set up the tracking environment.

What is the best way to organize multi-step research task progress?

The best way to organize multi-step research task progress is structuring tasks into tracked phases and recording findings, errors, and decisions in markdown files. This creates a persistent record that supports long-term experiments and complex research workflows over time.

When should I use markdown files for project management instead of other tools?

You should use markdown files for project management when handling complex tasks that require a structured approach to progress management and information recording. It is ideal for multi-step research, writing papers, or running experiments where progress needs to be tracked over time.