plan-tracking

Manage multiple tasks with a single active plan using atomic updates.

3|Updated May 29, 2026
One-click install
npx skills add https://github.com/anortham/miller --skill plan-tracking
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: plan-tracking
Source: https://github.com/anortham/miller/tree/main/.claude/skills/plan-tracking
Command: npx skills add https://github.com/anortham/miller --skill plan-tracking

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams and developers manage multi-step work by maintaining a mutable plan system with one active plan, ensuring focus and clear progress.

Core Features & Use Cases

  • Create, retrieve, list, activate, update, and complete plans
  • Enforce a single active plan to prevent context switching
  • Markdown-based plan content with automatic progress tracking

Quick Start

Create a new plan with title "Add Search Feature" and content:

Tasks

  • [ ] Design API
  • [ ] Implement backend Then activate the plan to start tracking.

Frequently Asked Questions about plan-tracking

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

FAQPage Schema
How do I track progress on multi-step work with a single active plan?▼

Track multi-step work by creating a plan with markdown-formatted tasks, then activating it to enforce focus on one effort at a time. The system maintains atomic updates and automatic progress tracking across checkpoints as tasks complete.

What's the best way to manage switching between different planning efforts?▼

Activate different plans to switch focus while keeping completed work as immutable checkpoints. Only one plan stays active, preventing context switching and ensuring clear priority.

Can I organize complex features into a single coordinated plan?▼

Yes. Structure complex features as multi-step plans with markdown task lists, then use plan actions—save, update, activate, complete—to coordinate and track progress across all phases.

How do I start tracking a new workflow with checkpoints and milestones?▼

Create a plan with your workflow title and markdown-formatted tasks with checkpoints. Activate it to begin tracking; completed work becomes immutable milestones while the plan remains mutable.

Why enforce a single active plan instead of managing multiple concurrent efforts?▼

A single active plan reduces context switching, maintains focus, and ensures clear progress visibility. The mutable model lets you refine the active plan while keeping completed work as atomic, immutable checkpoints.