git:20260407.b804d04 to git:20260610.be2a852

1 added, 1 removed. Audit A to A.

---
name: client-retire
description: "Archive a client's patterns and mark them as historical. Use when retiring a client or archiving its knowledge for future reference."
effort: low
model: haiku
keywords: [archive, retire, client, historical, cleanup]
task_strategies: [migration]
stream_affinity: [roadmap]
argument-hint: "[client-slug]"
group: execution
allowed-tools:
- Bash
- Read
- Write
- Glob
- Grep
- AskUserQuestion
status: stable
growth_stage: evergreen
---
<!-- PROCEDURE_FILE: procedures/client-retire.md -->
This skill's full procedure is in a separate file for startup performance (ADR-034).
- Read and execute `system/procedures/client-retire.md` from the plugin root directory.
+ Read and execute `../../procedures/client-retire.md` resolved against this skill's base directory (the path announced when the skill loads) — i.e. `{base-dir}/../../procedures/client-retire.md`. This form is valid in both the repo layout and the deployed-plugin layout.
If the path doesn't resolve, use Glob to find `**/procedures/client-retire.md`.