---
description: Switch PRD Plugin back on after /prd-off (applies the balanced profile, or a named one)
argument-hint: "[lean|balanced|full]  (empty = balanced)"
allowed-tools: Bash(python:*)
---

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.
