drift-updatelisted
Install: claude install-skill wardawgmalvicious/agent-config
# Drift update
Execute the briefs on disk. `/drift-audit` finds the drift, `/drift-handoff`
writes it down, and this skill is the third turn: it applies what the briefs
specify, verifies with the steps the briefs supply, and records that it ran.
The briefs are the instruction set. This skill contributes the loop around
them — resolution, a staleness gate, triage, checkpointing, and a stamp — not
the content of any edit.
**Read every brief from disk, every time.** Never reconstruct one from the
conversation, from memory of an audit, or from a summary, even when this
session produced it. The file is the contract; the transcript is not.
Repo-relative paths below are relative to the agent-config repo
(`C:\Repos\Personal\agent-config`), not the session's cwd. `~/.claude/skills`
is a junction into that repo, so this skill can fire from a session in any
repo — resolve paths against agent-config regardless of where it fired.
## 1. Preconditions and session posture
**Fresh session is the intended way to run this.** A brief is written to be
read cold; running cold is what proves it was written well.
Check whether a `/drift-audit` report is present in the conversation — its own
structure (`## Audit window` plus `## Recommended actions`), not a mention of
one. If it is, this is a **warm** run. Warm is allowed, with two limits:
- **Refuse a brief whose targets include `skills/drift-audit/`,
`skills/drift-handoff/`, or `skills/drift-update/`.** Editing the skill that
produced t