Saturday, May 16, 2026 — 12:00 PM PT
Dominique shipped the Owner Training Readiness Card — per-system tracking that shows exactly which owner training requirements are complete and which are missing before turnover. Tracks training videos, attendee sign-in sheets, O&M manual handoffs, and system-specific certifications with completion percentages and drill-down into individual evidence items. This was yesterday’s afternoon brief idea #1 and closes the 5-day Closr+ closeout pipeline streak (May 12–16). The morning-to-nightly pipeline converted in 24 hours for the fourth consecutive day.
feature/nightly-20260516Katey/Howard-3 shipped the RFI Answer Impact Tracker — flags RFI answers that change scope, schedule, cost, or drawings instead of just marking them “answered.” When a response comes back, PMs select impact chips and the tracker surfaces a “Needs Follow-Up” list linking to affected change orders, submittals, or drawing records. This was yesterday’s afternoon brief idea #2 and completes Buildr+’s proactive intelligence surface spanning revisions, submittals, and now RFIs. The RFI morning brief streak (May 14–16) is now closed.
feature/nightly2-20260516Howard-1 shipped the Trade Readiness Matrix — a project-level view showing readiness status per trade across inspection categories. Displays which trades have all prerequisites met vs. which are blocked, with copy-to-clipboard for meeting distribution. This extends the Deficiency Aging Dashboard (v4.8.0, shipped May 14) from individual deficiency tracking to trade-level readiness intelligence. Inspectr+ now has both a deficiency snapshot and a trade-readiness overlay.
feature/nightly-20260516DailyReportr+ received no nightly build. Last activity: May 15, Weather Delay Evidence Pack (v2.20.0) by Katey/Howard-3. With a 24+ hour gap, DailyReportr+ is the top priority for tonight’s build cycle.
require_trailing_commas lint).
The Closr+ closeout completeness theme has been the longest-running streak (May 12–16, 5 days). Today Dominique shipped the Owner Training Readiness Card (v2.18.0), closing the training evidence gap. Remaining unbuilt: Retainage Release Action Plan — the radar (v2.17.0) shows blockers but doesn’t convert them into assignable work items per subcontractor. This is the last major unresolved piece in the closeout pipeline.
The Buildr+ RFI lifecycle theme ran May 14–16 across morning briefs. Tonight’s RFI Answer Impact Tracker (v3.14.0) by Katey closes this loop — Buildr+ now has proactive intelligence across Drawing Revisions (v3.12.0), Submittals (v3.13.0), and RFI Answers (v3.14.0). Next frontier: RFI Answer Field Verification — confirming the answer was actually acted on in the field, not just acknowledged in the office.
The strongest recurring pattern across all 3 recent morning briefs is “evidence-backed validation” — gating progress behind photo or document proof. Features like the Weather Delay Evidence Pack, Owner Training Readiness Card, and Trade Readiness Photo Gate all follow this pattern. The Trade Readiness Matrix just shipped for Inspectr+ tonight, but the photo gate layer (blocking progress until photos are submitted) remains unbuilt across all apps.
An interactive visual timeline that connects weather events, crew impacts, site photos, and calculated lost hours into a defensible schedule-impact narrative. Unlike the Weather Delay Evidence Pack (which exports a static PDF), the Claim Timeline is a living document that PMs build over the course of a weather event — adding entries as conditions evolve, linking forecast snapshots to actual field photos, and annotating crew reassignments with timestamps. The final output is a multi-page PDF appendix formatted for schedule-impact claims, showing cause-and-effect chains from weather event to lost productivity.
Why now: The Weather Delay Evidence Pack (v2.20.0) shipped yesterday and gives DailyReportr+ the raw evidence artifacts. The May 14–15 morning briefs both called for a Claim Timeline extension. DailyReportr+ has the longest build gap (24+ hours). Procore’s Scheduling tool (adopted by 2,000+ companies since February) handles planned schedules but offers no weather-impact claim assembly — this is a clear differentiation point for delay-claim workflows.
weather_claim_entries Supabase table (id, project_id, weather_event_id, entry_type [forecast_snapshot, field_photo, crew_reassignment, productivity_note], timestamp, description, evidence_url, linked_crew_ids). Create claim_timeline_provider.dart (Riverpod AsyncNotifierFamily keyed on weather_event_id). Build WeatherClaimTimeline widget using timeline_tile package — vertical timeline with typed entry cards (weather icon for forecasts, camera icon for photos, people icon for crew changes), each expandable to show evidence detail. Add “Export Claim Appendix” button that generates a multi-page PDF via pdf package, ordered chronologically with embedded images and calculated lost-hours summary table. Embed as a tab within the existing weather delay detail page.
A gate mechanism layered on top of the Trade Readiness Matrix (v4.9.0, shipped tonight) that blocks a trade’s status from advancing to “Ready” until required photos are submitted. Each trade has configurable photo requirements (e.g., “submit 3 site photos showing area prep” or “upload safety briefing sign-in sheet photo”). Until the photo gate is satisfied, the trade row in the matrix shows a locked state with a “Photos Required” badge and a camera action button. This prevents trades from being cleared based on verbal confirmation alone — enforcing documented proof before inspections proceed.
Why now: The Trade Readiness Matrix shipped tonight and provides the readiness status grid. The photo gate adds enforcement teeth — making the matrix operational, not just informational (matching the “operational, not just informational” philosophy running through all recent morning briefs). ACC’s Issue Thumbnail History adds visual change tracking on issues; our photo gate goes further by making photos a prerequisite, not just an annotation. No competitor currently gates trade readiness on photo submission.
trade_photo_requirements Supabase table (id, project_id, trade_id, requirement_description, min_photos, status [pending, satisfied], completed_at). Add trade_photo_submissions table (id, requirement_id, photo_url, submitted_by, submitted_at). Create trade_photo_gate_provider.dart (Riverpod AsyncNotifierFamily). Modify the existing Trade Readiness Matrix card to check gate status before showing “Ready” — if unsatisfied, render a locked row with amber “Photos Required” chip and camera FAB. Build TradePhotoGateSheet bottom sheet for photo capture/upload using image_picker, showing requirement progress (e.g., “2/3 photos submitted”). Store photos in Supabase Storage with trade/project metadata.
A per-subcontractor remediation plan generated from the Retainage Release Radar’s blockers. When a sub has retainage held, the Action Plan auto-generates a step-by-step checklist of what they need to resolve: missing lien waivers, incomplete punch items, outstanding warranties, unsigned change orders. Each action item links to the source record and has an assignee, due date, and status. PMs can share the plan directly with the sub as a “here’s exactly what you need to do” document — eliminating the back-and-forth of “why is my retainage still held?”
Why now: The Retainage Release Radar (v2.17.0) and Owner Training Readiness Card (v2.18.0, shipped tonight) give Closr+ blocker visibility and evidence tracking. The missing piece is actionability — converting those blockers into a shareable, trackable plan per sub. The May 14 morning brief explicitly called for this feature. Procore’s Punch tool got email modernization but no automated remediation plans; this is a differentiated workflow that competitors don’t offer at the retainage layer.
retainage_action_plans Supabase table (id, project_id, subcontractor_id, generated_at, status [active, completed], shared_at). Add retainage_action_items table (id, plan_id, blocker_type [lien_waiver, punch, warranty, change_order], source_record_id, description, assignee, due_date, status [pending, in_progress, completed]). Create retainage_action_plan_provider.dart that auto-generates items by querying existing blocker sources (punch list, waiver tracker, warranty log). Build RetainageActionPlanCard widget showing sub name, completion progress, expandable checklist with linked source records and status chips. Add “Share with Sub” button that generates a formatted PDF or email with the action list. Embed as a detail view from the Retainage Release Radar card.
Procore — Dynamic Submittal Plan shipping May 19: replaces manual submittal data entry with automated deadline calculations (Submit By, Open By, Workflow Due Dates computed backward from Required On-Site Date). Also launched a new Locations Tool with hierarchical spatial management and permission-based access. Punch tool received email modernization with refreshed notification design. (source)
Autodesk Construction Cloud — ACC rebranded under Autodesk Forma umbrella (March 2026). January–May releases include: new “Open for Manager” RFI status for internal routing before manager assignment, “Download All Attachments” on submittals, Excel schedule export, custom submittal types, and role-based access controls. Specs can now be linked directly to files, sheets, RFIs, and submittals for traceability. (source)
Bluebeam — Launched Bluebeam Max (Q1 2026): premium tier with AI powered by Claude, “Magic Wand” markup tools for automated repetitive tasks, and MCP-based integrations connecting to Procore, SharePoint, and ACC. Revu 21.6 now runs 30% faster on ARM devices. Built on Model Context Protocol for third-party AI system integration. (source)
Fieldwire — No new May 2026 feature announcements. Migration push from PlanGrid continues (PlanGrid no longer sold standalone). Fieldwire investing in BIM viewer and RFI tooling at Business Plus tier ($89/user/month).
Build the Weather Delay Claim Timeline. DailyReportr+ is the only app with no build tonight (last: May 15, v2.20.0) and has the longest gap. The Weather Delay Evidence Pack provides the foundation — the Claim Timeline extends it into an interactive, chronological narrative for schedule-impact claims. Dominique last built Closr+ tonight, so rotating to DailyReportr+ maintains builder diversity.
Build the Retainage Release Action Plan. Closr+ received a build tonight (Owner Training Readiness Card) but the retainage action layer is the last major unresolved theme from the 5-day closeout streak. The Retainage Release Radar (v2.17.0) shows blockers but doesn’t convert them into tasks — the Action Plan closes this gap. Katey last built Buildr+ tonight (RFI Answer Impact Tracker) and has fresh Closr+ context from the May 14 Retainage Release Radar build cycle.