---
name: source-command-prd-on
description: Switch PRD Plugin back on after /prd-off (applies the balanced profile, or a named one). Host-native /prd-on equivalent for hosts that load skills instead of Claude command files; trigger on "/prd-on", "prd-on", or a request to run the prd-on operation.
---

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

Generated from `commands/prd-on.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 (expected: [lean|balanced|full]  (empty = balanced)).

Apply the requested configuration profile (default `balanced`).

The argument is: `$ARGUMENTS`

Run (downstream path first, hub fallback), substituting the profile name:

- downstream: `python .prd_plugin/scripts/prd_config.py profile apply $ARGUMENTS`
- hub: `python scripts/prd_config.py profile apply $ARGUMENTS`

If `$ARGUMENTS` is empty, use `balanced`.

Then tell the user which profile is active and what that re-enables (balanced:
session-start nudge, stop guard, commit gate, lifecycle workflows, wiki; lean:
same minus Stop telemetry; full: everything). Remind them behavior resumes
immediately for new hook events. Do nothing else.

## 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.
