From 99f4d2baaf697b70b70cfba24b00f33e6fc1bfea Mon Sep 17 00:00:00 2001 From: Kyle Date: Fri, 13 Mar 2026 01:40:48 -0700 Subject: [PATCH] Harden subminer-scrum-master pre-handoff policy checks (#20) --- .agents/skills/subminer-scrum-master/SKILL.md | 15 +++++++++++++++ changes/2026-03-13-scrum-master-handoff-checks.md | 4 ++++ 2 files changed, 19 insertions(+) create mode 100644 changes/2026-03-13-scrum-master-handoff-checks.md diff --git a/.agents/skills/subminer-scrum-master/SKILL.md b/.agents/skills/subminer-scrum-master/SKILL.md index 3bf5aeb..75e1308 100644 --- a/.agents/skills/subminer-scrum-master/SKILL.md +++ b/.agents/skills/subminer-scrum-master/SKILL.md @@ -85,6 +85,18 @@ Preferred flow: Never hand off nontrivial work without stating what was verified and what was skipped. +## Pre-Handoff Policy Checks (Required) + +Before handoff, always ask and answer both of these questions explicitly: + +1. **Docs update required?** +2. **Changelog fragment required?** + +Rules: +- Do not assume silence implies "no." Record an explicit yes/no decision for each item. +- If the answer is yes, either complete the update or report the blocker before handoff. +- Include the final answers in the handoff summary even when both answers are "no." + ## Failure / Scope Handling - If a worker hits ambiguity, pause and ask the user. @@ -128,4 +140,7 @@ At the end, report: - whether backlog was used and what changed - which workers were dispatched and what they owned - what verification ran +- explicit answers to: + - docs update required? + - changelog fragment required? - blockers, skips, and risks diff --git a/changes/2026-03-13-scrum-master-handoff-checks.md b/changes/2026-03-13-scrum-master-handoff-checks.md new file mode 100644 index 0000000..bd67575 --- /dev/null +++ b/changes/2026-03-13-scrum-master-handoff-checks.md @@ -0,0 +1,4 @@ +type: internal +area: workflow + +- Hardened the `subminer-scrum-master` skill to explicitly answer whether docs updates and changelog fragments are required before handoff.