plans
Deprecated: This skill is superseded by plan-manager. Use
/plan-managerinstead.
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.
More from notque/claude-code-toolkit
generate-claudemd
Generate project-specific CLAUDE.md from repo analysis.
12fish-shell-config
Fish shell configuration and PATH management.
12pptx-generator
PPTX presentation generation with visual QA: slides, pitch decks.
12codebase-overview
Systematic codebase exploration and architecture mapping.
10image-to-video
FFmpeg-based video creation from image and audio.
9data-analysis
Decision-first data analysis with statistical rigor gates.
9