plans

Installation
SKILL.md

Deprecated: This skill is superseded by plan-manager. Use /plan-manager instead.

Plans - Plan Lifecycle Management

Overview

This skill manages the full lifecycle of task plans through deterministic commands in scripts/plan-manager.py. Plans track multi-phase work with task-level granularity, enabling progress tracking, stale-plan detection, and structured completion. The skill routes all mutations through the script—always use the script for plan file changes—and enforces gates at key decision points.

Scope: Creating, listing, inspecting, checking off tasks, completing, and abandoning plans. Other skills execute the tasks themselves, and Claude Code's built-in /plan command serves a different purpose.


Instructions

Phase 1: CHECK (Stale Plans Gate)

Before any action, discover what plans exist and surface any that are stale (>7 days old). Always use --human flag for readable output.

Related skills
Installs
5
GitHub Stars
366
First Seen
Mar 23, 2026