Harden subminer-scrum-master pre-handoff policy checks (#20)

This commit is contained in:
2026-03-13 01:40:48 -07:00
committed by GitHub
parent f4e8c3feec
commit 99f4d2baaf
2 changed files with 19 additions and 0 deletions

View File

@@ -85,6 +85,18 @@ Preferred flow:
Never hand off nontrivial work without stating what was verified and what was skipped. 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 ## Failure / Scope Handling
- If a worker hits ambiguity, pause and ask the user. - 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 - whether backlog was used and what changed
- which workers were dispatched and what they owned - which workers were dispatched and what they owned
- what verification ran - what verification ran
- explicit answers to:
- docs update required?
- changelog fragment required?
- blockers, skips, and risks - blockers, skips, and risks

View File

@@ -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.