# List Plans

> List Claude Code plan files with titles, purposes, and progress. Use when user asks about plans, wants to see planning history, or needs to find a specific plan. Triggers on phrases like "list plans", "show my plans", "what plans exist", "planning history". Use when this capability is needed.

- Skill: `tomevault-io/list-plans` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/list-plans`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/list-plans/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/list-plans

---


# List Plans Command

Display Claude Code plan files stored in ~/.claude/plans/ with extracted metadata.

## Quick Reference

```bash
list-plans-tool                    # Show 10 most recent plans
list-plans-tool --all              # Show all plans
list-plans-tool --limit 5          # Show 5 most recent
list-plans-tool --filter "deploy"  # Filter by title
list-plans-tool --json             # JSON output for scripting
list-plans-tool --help             # Show help
```

## Output Information

For each plan file, displays:
- **Filename**: The plan file name (e.g., happy-soaring-rabin.md)
- **Title**: Extracted from first `# heading` in the file
- **Purpose**: First paragraph after the title
- **Progress**: Count of `[x]` completed vs `[ ]` pending checkboxes
- **Modified**: Last modification timestamp

## Use Cases

1. **Find a plan**: Use `--filter` to search by title keywords
2. **Review recent work**: Default shows 10 most recent by modification time
3. **Scripting**: Use `--json` for machine-readable output
4. **Full inventory**: Use `--all` to see complete plan history

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/thomashartm) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-15 -->

