list-feature-plans

list-feature-plans is a command for Claude Code from paulbreuler/limps. It costs 0 tokens per session (693 once invoked), scanned A, original, MIT.

A command that lists the feature plans available through the planning service, including each plan’s work type, name, overview, status, and related file paths.

In plain words
What is it for?
Use it to review refactor, overhaul, and feature plans, open their README and supporting files, and navigate to agent instructions or notes.
Why use it?
It saves you from searching through plan folders and files to find available work plans and their supporting information.

Command for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/paulbreuler/limps/list-feature-plans
Clone the repo
git clone --depth 1 https://github.com/paulbreuler/limps

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for list-feature-plans

README.md
[![agentmods](https://agentmods.dev/badge/commands/paulbreuler/limps/list-feature-plans.svg)](https://agentmods.dev/commands/paulbreuler/limps/list-feature-plans)
Your own site
<a href="https://agentmods.dev/commands/paulbreuler/limps/list-feature-plans"><img src="https://agentmods.dev/badge/commands/paulbreuler/limps/list-feature-plans.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 693 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00693
Opus 5 $0.00000 $0.00347
Sonnet 5 $0.00000 $0.00139
Haiku 4.5 $0.00000 $0.00069

Measured 4d ago against content hash 56333136039b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

list-feature-plans scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/list-feature-plans.md · 81 lines

How it starts

The opening of the file, as written. The whole thing — 81 lines — stays where its author put it; the contents beside it link to each section on GitHub.

List Feature Plans

List all available feature plans with their work types, names, and overviews.

Instructions for Claude

When this command is invoked, you must:

  1. List plans using MCP tool:

    • Use list_plans MCP tool (server: limps) to get all available plans
    • The tool returns structured data with plan number, name, work type, overview, and status
  2. Display the output:

    • Show the formatted list of plans
    • Include work type (Refactor/Overhaul/Feature)
    • Include plan names
    • Show overviews if available
    • Display file paths for all files ({plan-name}-plan.md, README.md, interfaces.md, gotchas.md, and all agent files)
  3. Provide navigation help:

    • Explain that paths are clickable in most modern terminals (Command+Click on macOS, Ctrl+Click on Linux/Windows)
    • Explain how to view a specific plan using the provided paths
    • Show how to access plan README files, interfaces, gotchas, and agent files
    • Reference the plan directory structure

Output Format

The tool displays each plan with:

  • Work type icon and label (Refactor, Overhaul, Feature)
  • Plan name (human-readable)
  • Overview snippet (if available from plan file)
  • File paths (one per line):
    • {plan-name}-plan.md - Full feature specifications
    • README.md - Index and status (if exists)
    • interfaces.md - Interface contracts (if exists)
    • gotchas.md - Discovered issues (if exists)
    • All *.agent.md files in agents/ directory (excludes completed agents in agents/completed/ subdirectory)

Example Output

Plans

0004-feature-name (Overhaul)
   Overview: Brief description of the plan...
   plans/0004-feature-name/0004-feature-name-plan.md
   plans/0004-feature-name/README.md
   plans/0004-feature-name/interfaces.md
   plans/0004-feature-name/gotchas.md
   plans/0004-feature-name/agents/000_agent_name.agent.md
   plans/0004-feature-name/agents/001_agent_name.agent.md
   ...

0005-another-feature (Refactor)
   Overview: Brief description...
   plans/0005-another-feature/0005-another-feature-plan.md
   plans/0005-another-feature/README.md
   plans/0005-another-feature/agents/000_agent_name.agent.md
   ...

Read the full file on GitHub · 81 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 81 lines · 0 tokens per session scan A 56333136039b

Subscribe to this mod's changes

list-feature-plans is a command published in the GitHub repository paulbreuler/limps (10 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 693 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.