list-prds

list-prds is a command for Claude Code from Yassinello/claude-plugin-prd-workflow. It costs 15 tokens per session (819 once invoked), scanned A, original, MIT.

A command that shows Product Requirements Documents (PRDs)—feature planning documents—in one overview. It includes their status, priority, grade, and other tracked details, with filtering and sorting.

In plain words
What is it for?
Use it to list PRDs, filter them by status, priority, or grade, sort the results, and review feature progress across the project.
Why use it?
It removes the need to open several folders and documents to understand which features are drafts, ready, being built, finished, or archived. This makes project-wide progress easier to review.

Command for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to list PRDs, filter them by status, priority, or grade…

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/yassinello/claude-plugin-prd-workflow/list-prds
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.

Clone the repo
git clone --depth 1 https://github.com/Yassinello/claude-plugin-prd-workflow

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-prds

README.md
[![agentmods](https://agentmods.dev/badge/commands/yassinello/claude-plugin-prd-workflow/list-prds.svg)](https://agentmods.dev/commands/yassinello/claude-plugin-prd-workflow/list-prds)
Your own site
<a href="https://agentmods.dev/commands/yassinello/claude-plugin-prd-workflow/list-prds"><img src="https://agentmods.dev/badge/commands/yassinello/claude-plugin-prd-workflow/list-prds.svg" alt="Measured on agentmods" height="20"></a>
Per session 15 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 819 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00015 $0.00819
Opus 5 $0.00008 $0.00409
Sonnet 5 $0.00003 $0.00164
Haiku 4.5 $0.00002 $0.00082

Measured 7d ago against content hash 5cfd7d5474de, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

list-prds 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 7d 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-prds.md · 130 lines

How it starts

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

List PRDs Command

Display all PRDs across directories with filtering and sorting.

Purpose

Quick overview of PRD status:

  • View all PRDs at a glance
  • Filter by status, priority, grade
  • Sort by various criteria
  • Track progress across projects

Workflow

1. Scan PRD Directories

Scan all PRD directories:

  • 01-draft/: Drafts awaiting review
  • 02-ready/: Reviewed, ready for development
  • 03-in-progress/: Currently being implemented
  • 04-complete/: Completed features
  • 05-archived/: Archived PRDs

2. Display PRD Table

📋 PRDs Overview (15 total)

| ID | Feature | Status | Priority | Grade | Owner | Effort |
|----|---------|--------|----------|-------|-------|--------|
| 003 | OAuth2 Integration | Complete ✅ | P0 | A- | Alice | 7d |
| 005 | Dark Mode | In Progress 🔄 | P1 | B+ | Bob | 3d |
| 007 | API v2 | Ready 📦 | P0 | A | - | 12d |
| 008 | Export Feature | Draft 📝 | P2 | C | - | 5d |
| 009 | Mobile App | Archived 🗄️ | P1 | B | - | 30d |

Summary:
• Draft: 3 PRDs
• Ready: 2 PRDs
• In Progress: 1 PRD
• Complete: 8 PRDs
• Archived: 1 PRD

3. Apply Filters (Optional)

Filter by status:

/list-prds --status=ready

Filter by priority:

/list-prds --priority=P0

Filter by grade:

/list-prds --min-grade=B

Combine filters:

/list-prds --status=ready --priority=P0

4. Sort Results

Sort options:

  • --sort=priority: By priority (P0 first)
  • --sort=grade: By grade (A first)
  • --sort=date: By creation date
  • --sort=effort: By estimated effort

Flags

Filters:

  • --status={draft|ready|in-progress|complete|archived}
  • --priority={P0|P1|P2}
  • --min-grade={A|B|C|D|F}
  • --owner={name}

Display:

  • --sort={priority|grade|date|effort}
  • --reverse: Reverse sort order
  • --limit=N: Show only N results
  • --verbose: Show more details

Examples:

/list-prds
/list-prds --status=ready --priority=P0
/list-prds --min-grade=B --sort=effort
/list-prds --verbose

Read the full file on GitHub · 130 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. 7d ago First seen · 130 lines · 15 tokens per session scan A 5cfd7d5474de

Subscribe to this mod's changes

list-prds is a command published in the GitHub repository Yassinello/claude-plugin-prd-workflow (12 stars, last pushed 9mo ago), licensed MIT. It adds 15 tokens to every session and 819 once invoked, about $0.0001 per session on Opus 5. 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-30.