---
description: Switch PRD Plugin completely off in this repo (hooks, stop guard, gates, workflows, telemetry) — one reversible profile
argument-hint: ""
allowed-tools: Bash(python:*)
---

Apply the `off` configuration profile, then report plainly.

Run (downstream path first, hub fallback):

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

Then tell the user, in plain language:

1. Every automatic PRD Plugin behavior in this repo is now off: no session
   nudges, no run-until-done stop guard, no commit gate, no drift/reflection/
   telemetry, no deterministic lifecycle workflows.
2. Skills, commands, and MCP tools stay installed but nothing fires on its own;
   the method only acts if explicitly invoked.
3. Reverse it any time with `/prd-on` (balanced profile) or
   `prd_config.py profile apply <lean|balanced|full>`.
4. Honest limits: instructions already loaded into the CURRENT session stay in
   context until a new session starts, and CLAUDE.md/AGENTS.md files remain in
   the repo. For full host-level removal (skills disappear from the app too),
   the user runs: `claude plugin disable prd-plugin@prd-plugin` (Claude) or
   toggles the plugin off in Codex Desktop — both take effect on app restart.

Do nothing else.
