list-prds
List all PRDs with status, progress, and metadata
What this skill does
# list-prds **Category**: Product & Strategy ## Usage ```bash list-prds [--status <status>] [--type <type>] [--format <format>] ``` ## Arguments - `--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: table ## Execution Instructions for Claude Code When this command is run, Claude Code should: 1. Search for all PRD files in the `product-docs/` directory structure 2. Read the YAML metadata header from each PRD file 3. Extract key information: title, status, version, dates, linked task file 4. If a task file is linked, calculate implementation progress 5. Apply any filters specified in the arguments 6. Format and display the results according to the specified format ## Output Format ### Table Format (default) ``` PRD 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 ``` ### List Format ``` ๐ 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.md ``` ## Error Handling - If no `product-docs/` directory exists: Create it with proper structure - If PRD has no metadata: Show with status "UNKNOWN" - If linked task file not found: Show progress as "N/A" ## Example ```bash # 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 ``` ## Implementation Tips for Claude Code 1. **Directory Traversal**: Use recursive search through all PRD directories 2. **Metadata Parsing**: Use YAML parsing for the header between `---` markers 3. **Progress Calculation**: Count `[x]` vs `[ ]` in linked task files 4. **Sorting**: Default sort by status (active first) then by last updated date 5. **Type Detection**: Infer from filename suffix (-prd, -frd, -simple-frd)
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.