List all PRDs with status, progress, and metadata
56
45%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./plugins/product-design/skills/list-prds/SKILL.mdCategory: Product & Strategy
list-prds [--status <status>] [--type <type>] [--format <format>]--status: Optional - Filter by status (draft, review, approved, active, complete, archived)--type: Optional - Filter by type (product, feature, simple)--format: Optional - Output format (table, list, json). Default: tableWhen this command is run, Claude Code should:
product-docs/ directory structurePRD List - Found 12 PRDs
Status | Type | Name | Version | Progress | Updated
----------|---------|---------------------------|---------|----------|------------
ACTIVE | Feature | user-authentication-frd | 1.2 | 67% | 2025-01-06
ACTIVE | Product | inventory-system-prd | 2.0 | 45% | 2025-01-05
REVIEW | Feature | quick-search-simple-frd | 1.0 | N/A | 2025-01-04
APPROVED | Feature | data-export-frd | 1.1 | 0% | 2025-01-03📄 user-authentication-frd.md
Status: ACTIVE | Version: 1.2 | Progress: 67%
Location: product-docs/prds/active/feature-prds/
Tasks: ./tasks/user-authentication-frd-tasks.md
📄 inventory-system-prd.md
Status: ACTIVE | Version: 2.0 | Progress: 45%
Location: product-docs/prds/active/product-prds/
Tasks: ./tasks/inventory-system-prd-tasks.mdproduct-docs/ directory exists: Create it with proper structure# List all PRDs
list-prds
# List only active PRDs
list-prds --status active
# List only feature PRDs in list format
list-prds --type feature --format list
# List all PRDs in review status
list-prds --status review--- markers[x] vs [ ] in linked task files0ebe7ae
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.