Docs Index
strategic positioning.md

Proof Card: Strategic Positioning (Wedge Statement + Claim Cleanup Gate)

Status: production Last verified: 2026-05-18 · git sha feat/pr-16-strategic-claim-cleanup

Claim

The wedge statement — "SuiteCentral 2.0 is an embedded ERP operations layer for NetSuite and Business Central — governance-grade middle-market integration delivered as workflows inside the ERP, not a separate iPaaS to operate alongside it" — is the canonical positioning across product-positioning surfaces (CLAUDE.md, docs/strategic/competitive-positioning.md). Every numerical claim in these surfaces carries an inline classification tag (<!-- claim:evidence|benchmark|pilot-result|labeled-projection -->) or matches an allowlist pattern in scripts/strategic-claims.allowlist.json. CI fails (via scripts/check-strategic-claims.mjs) on any unclassified number, preventing the "unqualified 95-99%" drift class that motivated PR 8-OptB.

Source

Tests

Live vs Fixture

Known Gaps

Verification (60-second AI-reviewer recipe)

Mirror snapshot (works in KStratMD/Preston-Test-reviewer-snapshot + upstream)

# Confirm the gate scripts are present:
ls scripts/check-strategic-claims.mjs scripts/strategic-claims.allowlist.json
# Expected: both files listed.

# Run the regression test (9 synthetic-fixture scenarios — exercises the
# gate's logic end-to-end against fixtures, mirror-resident):
bash tests/scripts/check-strategic-claims.test.sh
# Expected: "All 9 scenarios passed."

# Confirm the allowlist is bounded (not an escape hatch):
grep -c '"reason"' scripts/strategic-claims.allowlist.json
# Expected: 4 (year stamps, ISO date stamps, version numbers, HTTP status placeholders).

Upstream (private repo only — production-enforcement targets are upstream-only)

# Run the gate against the actual production-positioning targets:
node scripts/check-strategic-claims.mjs
# Expected: "[strategic-claims] OK — 2 file(s) scanned, all numerical claims classified."

# Confirm the wedge statement lede exists where claimed:
grep -n "embedded ERP operations layer" docs/strategic/competitive-positioning.md
# Expected: a line in the lede block around line 7.

If any check in either stanza fails for the relevant context, the wedge claim cleanup has regressed (upstream) or the gate's exposure has degraded (mirror).