From c48eccd70c6538fc116611328e8f68f7b837880f Mon Sep 17 00:00:00 2001 From: "privilegedescalation-engineer[bot]" <269729446+privilegedescalation-engineer[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 04:16:25 +0000 Subject: [PATCH] Update SDLC skill: add UAT_PLAYBOOK.md maintenance requirement (PRI-1487) --- skills/sdlc/SKILL.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/skills/sdlc/SKILL.md b/skills/sdlc/SKILL.md index a2ba712..fb3cf93 100644 --- a/skills/sdlc/SKILL.md +++ b/skills/sdlc/SKILL.md @@ -86,6 +86,8 @@ Engineer → PR to dev → self-merge → deploys to dev Applies to changes in `headlamp-*-plugin/` repos (plugin code, features, bug fixes). +**UAT_PLAYBOOK.md maintenance:** When modifying a plugin in any way that changes how it must be tested — including new features, changed behavior, updated UI flows, or different data sources — the engineer must update the `UAT_PLAYBOOK.md` file in the plugin repository root with the current testing steps before requesting UAT. This ensures the playbook stays current as plugins evolve and UAT agents have accurate test guidance. + ### Pipeline B: Infrastructure Changes (No UI Impact) ``` @@ -178,4 +180,4 @@ When an engineer completes work and merges to `dev`, set the Paperclip issue sta ## Security Review -Security review is handled as part of the QA review stage. Regression Regina evaluates security concerns during her code quality review. There is no separate dedicated security review agent. +Security review is handled as part of the QA review stage. Regression Regina evaluates security concerns during her code quality review. There is no separate dedicated security review agent. \ No newline at end of file