docs: the Phase 9 drill gap is closed, so stop documenting it as open - #44
Merged
Conversation
The standard described drill-record.md as optional with nothing producing it, in four places in the worked example and seven in the companion page. That was accurate when written and is now wrong: claude-code-sdlc PR #37 ships Step 4 (Alert Drill), an artifact spec, a template, and promotes the artifact to required. The "gap that should alarm you most" callout becomes a closed-gap note rather than disappearing — the gap is the reason the step exists, and the Harbor silent-night bug is the evidence for it. The Steps tab no longer tells a reader to write the file by hand with no specification; it points at Step 4 and the shipped template. What stays: the fatigue-review record really is still optional with nothing writing it, and the gate still cannot tell whether a drill happened or whether the record was written from memory the morning of the gate. Step 4 says to write it as it runs; nothing can enforce that. 46 passed; check_standard.py reports no drift; tags balanced. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FEA6GZUG9NKNQYrJKyDGdb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Completes the cross-repo half of claude-code-sdlc#35, which explicitly called for it: "Either way,
docs/phase-9-example.mdin the standard repo needs correcting to match."Stacked on #43 — the companion Steps tabs — because the
drill-recordclaims live in both the pre-existing Example tab (onmain) and the new Steps tab (only on #43's branch). Merge #43 first; GitHub will retarget.Depends on claude-code-sdlc#37. Do not merge this before that one, or the standard will describe a step the plugin does not yet ship.
What changed and why
The standard described
drill-record.mdas optional with nothing producing it — 4 places indocs/phase-9-example.md, 7 indocs/companion/phase-9.html. That was accurate when written. SDLC PR #37 ships Step 4: Alert Drill, an artifact spec, a template, and promotes the artifact torequired, so it is now wrong.Phase 9 also went from seven numbered steps to eight; the example's procedure preamble said seven.
What I deliberately kept
⚠. It genuinely remains optional with nothing writing it — that claim is still true and was left alone. Onlydrill-recordchanged.Test plan
scripts/check_standard.py: No drift — all 6 checks ok<main>, 49<section>, 295<div>, each matched)🤖 Generated with Claude Code