From 95d235454d0e0f45a2cd105f932bfec57cddbb41 Mon Sep 17 00:00:00 2001 From: Tony Balascio Date: Wed, 12 Aug 2026 23:11:20 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20record=20scope-narrowing=20decision=20?= =?UTF-8?q?=E2=80=94=20VeriPath=20first,=20GeoLocal=20deferred?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...26-08-13-narrowing-scope-veripath-first.md | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 docs/decisions/2026-08-13-narrowing-scope-veripath-first.md diff --git a/docs/decisions/2026-08-13-narrowing-scope-veripath-first.md b/docs/decisions/2026-08-13-narrowing-scope-veripath-first.md new file mode 100644 index 0000000..47e2aa6 --- /dev/null +++ b/docs/decisions/2026-08-13-narrowing-scope-veripath-first.md @@ -0,0 +1,28 @@ +# Decision: Narrowing Scope — VeriPath First, GeoLocal Deferred + +**Date:** 2026-08-13 +**Status:** Accepted +**Owner:** Tony / VeriPath +**Scope:** Strategy | Product | Operations + +## Context +The initial execution plan included parallel tracks for VeriPath (audits/data) and GeoLocal (internal agent handoff). This creates operational distraction and risks premature optimization of downstream infrastructure before the core audit workflow is proven, repeatable, and generating revenue. We need to focus strictly on what we can control right now. + +## Decision +Defer all GeoLocal integration, handoff testing, and architectural dependencies. Focus 100% of current engineering and operational effort on VeriPath: executing audits, mapping silent customer loss, and producing clean, AI-friendly canonical business records. GeoLocal is now strictly deferred context, not an active dependency or sprint goal. + +## Alternatives considered +- Continuing parallel internal testing of GeoLocal handoffs (Rejected: divides focus). +- Building automated downstream APIs before the manual audit is perfected (Rejected: violates "crawl before run" principle). + +## Consequences +- **Easier:** Achieving the first paid audit and recurring monitoring contract. Maintaining strict evidence discipline. +- **Harder:** We will not have a working agent-routing prototype in the short term. +- **Prohibited:** Any engineering time spent on MCP servers, agent gateways, or GeoLocal fixture testing until the core audit workflow is fully productized and generating recurring revenue. + +## Revisit trigger +When VeriPath has secured at least three paying monitoring clients and the manual audit workflow is fully repeatable, measured for time/cost, and partially automated. + +## Related documents +- `docs/roadmap/execution-roadmap-v0.1.md` +