docs(spec) add Phase 2 § Parallelism plan to build-spec#67
Merged
Conversation
Add a Parallelism plan sub-section to docs/build-spec.md Phase 2, between § Non-goals and § Risks. Captures the dependency core (3 → 4 → 5), the independent surface (6, 7, 8, 9), three execution waves with concrete PR ordering, and the sizing estimate (~8–10 PRs + 1 operational hand-off). Wave 1 (parallel): item 9 (work-email denylist) + item 7 round 1 (close deprecated-path Dependabot PRs) + item 3 (seed ingestion_sources). No file conflicts. Wave 2 (after Wave 1): item 6 (Playwright bump) + item 8 (Stern asymmetry route ii) + item 4 (OPDB --dry-run code + operational hand-off) + item 7 round 2 (clean Dependabot bumps in sequence). Wave 3: item 5 (OTel groundwork) — last because it touches the same OpdbSyncService as item 4 and benefits from item 4's real run as the first telemetry source to instrument. Conventions captured: item 4's operational run is a phase- retrospective hand-off (not a PR); item 7 triage PRs get brief descriptions and skip /local-review (per guardrails Per-PR gate exemption); docs/observability.md (Wave 3) defines the OTel inventory pattern Phase 3 / 4 / 5 inherit. This sub-section is forward-looking spec content that belongs next to the scope items it sequences. Future contributors find the parallelism plan in the build-spec, not in session memory.
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.
Summary
Add a
### Parallelism plansub-section todocs/build-spec.mdPhase 2, between § Non-goals and § Risks. Captures how the seven remaining Phase 2 scope items (after ADRs 0012 + 0013 shipped in PRs #65 + #66) execute in parallel where possible, given the established 2–3-active-PRs ceiling for one-developer-plus-AI work.The plan articulates:
3 → 4 → 5. Item 3's seed enables item 4's write-back path; items 4 + 5 shareOpdbSyncServiceand so must sequence to avoid merge pain.ingestion_sources). Three PRs in parallel; no file conflicts.--dry-runcode + operational hand-off) + 7-round-2 (clean Dependabot bumps sequenced).OpdbSyncServicewith item 4 and benefits from item 4's real run as the first telemetry source to instrument./local-review;docs/observability.md(Wave 3) defines the OTel inventory pattern Phase 3 / 4 / 5 inherit.The plan is forward-looking spec content; it belongs in the build-spec next to the scope items it sequences, not in session memory.
Test Plan
dotnet build PinballWizard.slnx --nologoanddotnet test PinballWizard.slnxare expected to remain green.guardrails.md§ Per-PR gate and § Risk register resolve; pointers to § Exit criteria and § Scope items in this same Phase 2 section resolve.Out of Scope
docs/observability.md— created in Wave 3 (item 5), not now.build-spec.md.Checklist
README.mdand/ordocs/are updated — yes, build-spec.md updatedTODO/FIXME/ commented-out code committed<NoWarn>without justification — N/A; no codePre-push self-audit (additive PRs)
N/A for this PR — docs-only, no scraper / options class / extension / additive code surface. Per
docs/guardrails.md§ "Per-PR gate" andCLAUDE.md§ "PR self-audit", "Doc-only PRs and pure dependency bumps may skip" the audit. Identity check still verified:git log -1 --format='%an <%ae>'→Jim Keeley <94459922+jkeeley2073@users.noreply.github.com>✅🤖 Generated with Claude Code