---
name: source-command-prd-status
description: One-screen PRD Plugin status — requests, active tracking, open health, stale items, skills used. Host-native /prd-status equivalent for hosts that load skills instead of Claude command files; trigger on "/prd-status", "prd-status", or a request to run the prd-status operation.
---

# /prd-status (host-native command skill)

Generated from `commands/prd-status.md` by `scripts/generate_command_skills.py` — do not edit by hand; edit the command file and regenerate.

Treat the user's invocation as this command. Where the instructions use `$ARGUMENTS`, substitute the arguments the user supplied.

Run the PRD Plugin status reader and show its output. Use the downstream path if
it exists, else the hub path:

- downstream: `python .prd_plugin/scripts/prd_status.py`
- hub: `python scripts/prd_status.py`

Show the report as-is, then add one short line: anything that needs attention
(stale items, open health findings, accepted-but-not-graduated requests). Do not
change any files.

## Staleness

This adapter owns no records of its own; apply the shared policy in `.prd_plugin/method/staleness-rules.md` to any records the underlying operation reads or writes.
