Afternoon Brief

Friday, May 29, 2026 — 12:00 PM PT

Last Night’s Builds

Payment Application Workflow QA Pass Buildr+

Dominique shipped Payment Application Workflow QA Pass (v3.21.0) — adds an in-app QA checklist for payment application workflows: list view loaded, detail opened, PDF/export/share verified, and demo data visible. This turns fragile demo prep into a repeatable field-ready gate and ensures the payment application flow works end-to-end before it reaches a superintendent’s hands.

Branch: feature/nightly-20260529
Commits: e91ceed (stub) → 401d529 (feat) → e959c52 (merge)
Version: v3.21.0 · TestFlight: Uploaded (49192fd3)
Web: 518e7016.buildrplus-web.pages.dev
Builder: Dominique

Missed-Item Prompt DailyReportr+

Katey/Howard-3 shipped Missed-Item Prompt (v2.28.0) — an end-of-day completeness check before PDF export that compares today’s draft report against recent patterns for the same project. A bottom sheet highlights gaps: missing manpower by trade, absent weather delay entry, no visitor log, fewer photos than the rolling average. Each gap has a one-tap “Add Now” action. This was proposed in the May 26 morning brief and again in yesterday’s afternoon brief (idea #1) — a 3-day idea-to-production turnaround.

Branch: feature/nightly2-20260529
Commits: 820fb17 (feat) → b30639c (merge)
Version: v2.28.0 · TestFlight: Uploaded (7458cff1)
Web: 8283748e.dailyreportr-web.pages.dev
Builder: Katey / Howard-3

Closr+ — No Build

No new feature build overnight. Last feature: May 28, Exception-Only Closeout View (v2.25.0) by Dominique + Subcontractor Chase Plan bug fixes by Howard-1, bumping to v2.26.0. Katey last built Closr+ on May 20 (Closeout Exposure Aging Buckets) — a 9-day Katey gap, the longest across all builder-app pairs.

Inspectr+ — No Build

No new feature build overnight. Last feature: May 28, Field AI Triage Queue (v4.38.0) by Katey + withOpacity/firstWhere fixes by Howard-1 (v4.39.0). Dominique last built Inspectr+ on May 20 (Inspector Route Pack) — a 9-day Dominique gap, tied for the longest across all builder-app pairs.

Codebase Health

Flutter Analyze — All 4 Apps

Buildr+
0 errors · 455 issues total
Closr+
0 errors · 251 issues total
Inspectr+
0 errors · 978 issues total
DailyReportr+
0 errors · 1 warning · 1,645 issues total
Status: All 4 apps remain error-free for the tenth consecutive day. Buildr+’s Payment Application Workflow QA Pass added 2 new info-level lints (455 vs. 453 on May 28), likely avoid_print in scripts. DailyReportr+ ticked up by 9 (1,645 vs. 1,636) from the Missed-Item Prompt, mostly require_trailing_commas. Closr+ (251) and Inspectr+ (978) unchanged. DailyReportr+’s missing assets/images/ directory warning persists. Dominant lint debt remains deprecated_member_use (withOpacity) and require_trailing_commas.
Recurring Themes from Morning Briefs

Morning Brief Pipeline: 5 of 9 Ideas Now Shipped

Across the last 3 morning briefs (May 25–27), nine feature ideas were proposed. Five have now shipped — two overnight: Payment Application Workflow QA Pass (Buildr+, May 27 idea → shipped tonight by Dominique) and Missed-Item Prompt (DailyReportr+, May 26 idea → shipped tonight by Katey). Previously shipped: Field AI Triage Queue (Inspectr+), Crew Production Variance Card (DailyReportr+), and Exception-Only Closeout View (Closr+). The idea-to-production pipeline is running at 56% conversion within 4 days.

Still Active: Cross-App Document Bridge (Buildr+ → Closr+)

The Submittal-to-Closeout Reuse Map (May 25) and Submittal Handoff Packet (May 26) remain unbuilt. Both address the same gap: approved submittals in Buildr+ contain documents (warranties, O&M manuals, product data) that Closr+ needs for closeout but currently requires re-uploading. With Autodesk shipping Bridge cross-region archiving for cross-module document exchange, this cross-app bridge is the most competitively urgent unbuilt idea.

Still Active: Offline Drawing Snapshot (Buildr+)

The May 27 morning brief proposed Offline Drawing Snapshot for RFIs — letting field users attach a cached drawing crop to an RFI while offline, then syncing the marked-up snapshot when back online. With Buildr+ now having a strong payment and submittal workflow stack, drawing integration is the next gap: RFIs reference drawings, but there’s no way to capture a drawing excerpt without connectivity.

Feature Ideas

1. Inspection Evidence Score Inspectr+

A per-inspection evidence completeness score displayed as a circular percentage card on the inspection detail page. The score factors in: photo count vs. expected for the inspection type, location coverage (how many checklist items have GPS-tagged photos), timestamp spread (captures distributed across the visit vs. all taken in one burst), note attachment rate, and whether any AI triage items remain unresolved. An inspector sees “Evidence: 72%” before leaving the site and knows they need 3 more location-tagged photos and to resolve 1 triage flag to hit 100%.

Why now: The Field AI Triage Queue shipped last night, giving Inspectr+ its first smart analysis layer. The evidence score is the natural complement: triage flags what’s wrong, the evidence score measures whether there’s enough documentation to prove what’s right. Together they create a “leave the site with confidence” workflow. Bluebeam Max is launching with AI-powered Smart Review for plan review completeness — Inspectr+ should demonstrate equivalent intelligence for field inspections. Dominique hasn’t built Inspectr+ in 9 days — this is the ideal next assignment.

Sketch: EvidenceScoreCalculator service with weighted factors: photoCount/expectedPhotos (30%), locationCoverage (25%), timestampSpread (15%), noteRate (15%), triageResolution (15%). evidenceScoreProvider(inspectionId) as FutureProvider.family. evidence_score_card.dart circular progress widget with percentage, color-coded (green ≥80%, yellow ≥60%, red <60%), and expandable breakdown showing each factor’s contribution. Placed at top of inspection detail page above the checklist.

2. Closeout Handover Readiness PDF Closr+

An owner-facing, one-page PDF report that summarizes closeout readiness for a project: overall completion percentage, outstanding items by category (O&M manuals, warranties, training records, attic stock, spare parts), subcontractor compliance rates, warranty coverage status, and a pass/fail readiness checklist. The PM generates this before an owner walkthrough or turnover meeting and hands it over as proof that closeout is on track — or uses the red items to drive the agenda.

Why now: Closr+ now has deep closeout visibility: Risk Heatmap, Aging Digest, Exception-Only View, Exposure Snapshot, Subcontractor Chase Plan, and Warranty QR Tags. But there’s no single summary artifact that a PM can hand to an owner. Every other feature is for the PM’s internal workflow; this is the external-facing deliverable that justifies the closeout tracking investment. Autodesk’s Bridge now supports cross-region document archiving for turnover — the readiness PDF is Closr+’s answer to owner-facing closeout transparency. Katey hasn’t built Closr+ in 9 days.

Sketch: HandoverReadinessReport model with project summary, category completion map, sub compliance scores, and warranty coverage. handover_readiness_provider.dart aggregates data from existing closeout providers (heatmap, aging, exceptions). handover_readiness_page.dart preview screen with PDF generation via pdf package. Sections: header with project info & date, overall % ring, category breakdown table, sub compliance list, warranty status, and a readiness checklist with green/red indicators.

3. Submittal-to-Closeout Reuse Map Buildr+ Closr+

A cross-app feature that lets approved submittals in Buildr+ push their attached documents (O&M manuals, warranties, product data sheets, attic stock lists, training materials) directly into Closr+ closeout checklists as pre-filled items with source-document traceability. Instead of the PM re-uploading the same warranty PDF during closeout that was already approved during submittals, one tap on an approved submittal creates the corresponding Closr+ checklist row with the document already attached and the approval chain linked.

Why now: This idea has appeared in two morning briefs (May 25) and one afternoon brief (May 28) without being built. Closr+ now has a full closeout visibility stack that reveals gaps — but many of those gaps are documents that already exist in Buildr+’s submittal system. The reuse map eliminates duplicate work. Autodesk’s Bridge cross-region support and Procore’s integrated submittal-to-closeout workflows are the direct competitive analogs. This is the standing cross-app priority.

Sketch: SubmittalCloseoutMapping model linking submittal_idcloseout_checklist_item_id with document_id, approval_date, and source_type. “Reuse for Closeout” action on approved submittals in submittal_detail_page.dart. Supabase RPC to create Closr+ checklist rows. closeout_reuse_provider.dart tracks mapped submittals. Badge on submittal list: “3/12 mapped to closeout.”
Competitive Intel

Industry Moves — Last 7 Days

Procore — Major May 19 release wave: Submittal Planning redesign with auto-deadline calculation (Submit By, Open By, Workflow Due dates from Required On-Site Date) is now live — directly competes with Buildr+’s Auto-Deadline Calculator. Also shipped: Daily Log Bulk Delete for multi-entry cleanup, Mobile Resource Requests (labor + equipment from iOS/Android), Resource View in Gantt for visualizing labor/equipment allocation, and a new Locations Tool with interactive map-based spatial management using points, paths, and polygons. (source)

Autodesk Forma (fka ACC) — 55+ product updates in May under the new Autodesk Forma brand. Key: Bridge archive/unarchive for controlling cross-project document visibility during closeout, Favorite Tools synced across projects and devices, Company permissions in Project Templates to reduce repetitive setup, and Review Detail Reports showing reviewer eligibility for closed steps. The Forma rebrand signals Autodesk is consolidating all construction tools under one umbrella. (source)

Bluebeam Max — Launching in early 2026 with AI features powered by Claude. Key additions: “Magic Wand” Markup Tools (Convert To, Duplicate As, Offset Markup for automating repetitive markups), 2D/3D integration for working between drawings and BIM models in real time, and Studio Project Search for finding documents across collaborative sessions. The AI integration understands project context and responds to natural language commands. (source)

Takeaway: Three signals: (1) Submittal automation is now table stakes — Procore’s Submittal Planning redesign is live with auto-deadlines, matching Buildr+’s Auto-Deadline Calculator. The next differentiator is cross-module flow (submittal → closeout), which neither Procore nor Buildr+ has yet. (2) AI in field tools is accelerating — Bluebeam Max ships AI-powered markup and context understanding; Inspectr+’s Evidence Score (idea #1) positions us in this wave. (3) Autodesk is consolidating under Forma — the rebrand means construction teams will face a single-vendor push; our multi-app suite needs tighter cross-app integration (idea #3) to compete on workflow continuity.
Tomorrow’s Build Suggestion

Dominique → Inspectr+

Dominique hasn’t built Inspectr+ since May 20 (Inspector Route Pack, 9 days ago) — the longest builder-app gap across all assignments. Suggest building the Inspection Evidence Score (idea #1) — a per-inspection completeness percentage that complements last night’s Field AI Triage Queue. Together they create a “leave the site with confidence” workflow: triage flags problems, the evidence score confirms documentation is sufficient.

Katey → Closr+

Katey hasn’t built Closr+ since May 20 (Closeout Exposure Aging Buckets, 9 days ago) — tied for the longest gap. Suggest building the Closeout Handover Readiness PDF (idea #2) — an owner-facing one-page summary that aggregates Closr+’s deep visibility stack (heatmap, aging, exceptions, chase plan) into a single deliverable for turnover meetings. This converts internal tracking into external-facing project value.