Review — VinceHollerman

← overview

ventana últimos 7d vs 7d previos · tz America/Argentina/Buenos_Aires · último cambio Ninjo: 2026-06-01 19:17 (deploy config, hace 2d)
38
Nuevas (7d)
prior 7
0
Calls booked
0.0% de link
2
Link sent
3.3% de activas
$2
Revenue variable
46 msgs

Resumen — período vs período

Métricathis 7dprior 7dΔ
Activas6118+238.9%
Nuevas387+442.9%
Link sent21+100.0%
Calls booked00
Booked/Link %0.0%0.0%+0.0pp
Booked/Activas %0.0%0.0%+0.0pp
Booked/Nuevas %0.0%0.0%+0.0pp
Revenue variable$1.61$1.19+35.3%

Funnel — semana actual vs anterior

PeríodoActivasNuevasLink sentCalls bookedBooked/LinkBooked/ActivasBooked/Nuevas
Semana actual (7d)6138200.0%0.0%0.0%
Semana anterior (7d)187100.0%0.0%0.0%
Ver desglose por día
DíaActivasNuevasLink sentCalls bookedBooked/LinkBooked/ActivasBooked/Nuevas
06-021812000.0%0.0%
06-0197000.0%0.0%
05-31118000.0%0.0%
05-3095000.0%0.0%
05-2975000.0%0.0%
05-2831200.0%0.0%0.0%
05-2740000.0%
05-2631000.0%0.0%
05-2511000.0%0.0%
05-2442100.0%0.0%0.0%
05-2310000.0%
05-2210000.0%
05-2121000.0%0.0%
05-2062000.0%0.0%
run 2026-06-02T17:28:49+00:00 · fuente: live DB state (daily_audit pipeline)
10/10
BP semánticos PASS
top-10 best practices
15/16
Determinísticos PASS
0 FAIL · 1 WARN
C0 · H0 · M0
Fails por severidad
critical / high / medium
DB diverge del repo
Drift
DB vs repo local

BP semánticos (top-10 best practices)

BP-1
BP-2
BP-3
BP-4
BP-5
BP-6
BP-7
BP-8
BP-9
BP-10
BPSevEstadoDetalle
BP-1HIGHPASSTemplate compliance
Agent declares 'scripted' template. system.md contains all 14 required sections in order: STEP 0 (Keyword Check), Identity, Voice, RESOURCE_FLOW, COACHING_FLOW, DIRECT_FLOW, Principles, Hard Rules, Calibration, Tools, NO_RESPONSE. All sections match the template specification.
BP-2MEDIUMPASSExample coverage and cap (7 base scenarios + conditional, ≤20 total)
examples.md contains 20 examples covering all 7 base scenarios (happy path: Ex 1-6, 7-9; resource delivery: Ex 1-6; objection handling: Ex 11, 13-14; disqualification: Ex 13; emotional/sensitive: Ex 3; re-engagement: Ex 18; off-topic: Ex 12) plus two conditionals (keyword trigger: Ex 1-6; price objection: Ex 6, 11). Total count = 20, at cap.
BP-3HIGHPASSExamples align with the flow
Every example maps to a declared flow (RESOURCE_FLOW, COACHING_FLOW, DIRECT_FLOW, or edge cases) and reaches a terminal state: resource sent + bridge offered/declined, DFY link sent, membership link sent, NO_RESPONSE, or referral to team. No example ends mid-flow.
BP-4CRITICALPASSNo internal contradictions in system.md
system.md is internally consistent. The RESOURCE_FLOW bridge rule ('offer it once, only to a lead who engaged positively after completing the resource') and the NO_RESPONSE rule ('Never NO_RESPONSE on a keyword match') apply to different preconditions: the bridge applies after resource completion; NO_RESPONSE applies when conversation is complete or lead declines. No shared precondition produces conflicting outputs.
BP-5CRITICALPASSNo cross-file contradictions
All SDK files agree on behavior and data. The CLASS keyword's notes state 'completion check is did you save your spot, not did email come through' because it is an event/webinar (not an email-capture landing page), so it applies a different completion rule than BUDGET/GUIDE/PLAN/RESET — different preconditions, not a contradiction. All URLs, prices, and flows are consistent across system.md, examples.md, keywords.json, resources.json, and program.json.
BP-6MEDIUMPASSVoice consistency across examples
All examples use consistent U.S. casual, direct voice with micro-tokens ('got it', 'no worries', 'for sure', 'nice'). Tone is warm and real, never customer-service-like. No jarring tonal shifts across the 20 examples.
BP-7CRITICALPASSUnguarded actions (PAT-004)
All risky actions are guarded. RESOURCE_FLOW bridge is guarded: 'offer it once, only to a lead who engaged positively after completing the resource. If they decline at any point ("no thanks", "not interested") → NO_RESPONSE'. COACHING_FLOW commitment question is guarded: 'If YES → send DFY link. If NO or hesitation → downsell'. Examples 1, 5, 6, 16 demonstrate these guards firing correctly.
BP-8HIGHPASSNo stale version language in examples
All example CTAs and closing language match current system.md flow definitions. Bridge language ('Want the link to save a spot?', 'One more thing before you go'), downsell language ('$7/week membership'), and NO_RESPONSE triggers all align with current flow rules.
BP-9MEDIUMPASSNo duplicated instructions
Each behavioral instruction has a single canonical home. The bridge rule lives in RESOURCE_FLOW (system.md); the NO_RESPONSE rule lives in NO_RESPONSE section; voice rules live in Voice section. Examples demonstrate these rules but do not duplicate them. No instruction is restated in two locations.
BP-10MEDIUMPASSRule-vs-principle balance
Behavioral guidance (tone, flow, conversational style) is expressed via Principles and examples. Hard rules are reserved for factual constraints (pricing, link order, no minors) and compliance (no em dashes, plain text links). The balance is appropriate for the agent's use case.

Checks determinísticos

6a
6c
6d
6e
6g
6h
6i
6j
6k
6l
6m
6n
6q
6r
6s
6t
CheckSecEstadoNotas
6a1.8PASSNO_RESPONSE present (limits not checked, --no-db)
6c3.xPASS112 lines
6d1.2PASS20 examples
6e1.3N/Ano Principles section
6gPAT-006PASSSTEP 0 present
6hAnti-patPASSno 'burbuja'
6iAnti-patPASSno HTML comments
6jAnti-patWARN1 em-dash(es) in 1 file(s); likely incidental
6kPAT-006PASSno tool syntax leak
6lResourcesPASSno placeholder URLs
6mHygienePASSno audit metadata in prompt files
6nPAT-008PASSURL forms consistent across files
6qPAT-001PASSno instruction duplication into examples.md, keywords.json, program.json, resources.json
6rKeyword-driftPASSall 7 keyword(s) consistent across keywords.json + system.md (no DB)
6sHygienePASSno expired dates in live SDK
6tCoverageN/Ano Principles or Flujo section found in system.md
canal · sync 2026-06-02
28
Digests
13 en últimos 14d
0
Cambios pedidos / pendientes
del checklist
31
Threads
en el canal
2026-06-02
Última sync
del digest

Cosas nuevas (digests recientes)

FechaTemaTags
2026-06-0148h keyword reset reporting requestdata-request, keyword-reset, stripe-api, reporting-automation
2026-06-01weekly funnel report may 25 31 reset keyword bottleneckweekly-reporting, funnel-analysis, keyword-performance, actionable
2026-06-01weekly funnel report may 25 31weekly-report, funnel-metrics, conversion, keyword-performance
2026-06-01lolo requests 48 hour keyword reset report with stripe apiad-hoc-request, keyword-reset, stripe-integration, reporting
2026-05-30secondary ig account ad approval pendingpaid-ads, instagram, blocking-issue
2026-05-29paid ads campaign launch reviewpaid-ads, campaign-launch, action-item
2026-05-26paid ads campaign launch readiness approval pendingpaid-ads, campaign-launch, decision-gate, low-ticket-membership
2026-05-26paid ads campaign launch approvalads, paid-traffic, low-ticket-membership, launch-decision
2026-05-25weekly funnel report may 18 24 volume dropreporting, funnel-metrics, keyword-performance, action-items
2026-05-25weekly funnel report may 18 24reporting, funnel, metrics, action-item
2026-05-22lolo vince meeting schedulingmeeting, scheduling
2026-05-22lolo availability check may 22scheduling, coordination
2026-05-21vince lolo call schedulingmeeting, scheduling
2026-05-18paid ads campaign launch approvalpaid-ads, low-ticket-membership, conversion-testing, budget-approval
2026-05-12paid ads strategy business manager preppaid-ads, strategy, business-manager, mrr-growth
2026-05-06webinar membership growth strategywebinar, membership, revenue-goal, funnel-strategy
2026-05-06webinar funnel and low ticket membership scalingstrategy, webinar, membership, scaling, funnel
2026-05-05membership funnel onboarding churnmembership, onboarding, churn, retention
2026-05-04weekly funnel report apr27 may03funnel, weekly-report, keywords, volume-decline
2026-05-04volume recovery action planaction-items, growth

Cambios pedidos por el creador / pendientes

Sin pendientes en el checklist ✅

sentiment del cliente → Ninjo · caché (2026-06-03 01:12:46) · modelo claude-sonnet-4-6 · ventana 7d
+1
Sentiment score
conforme
Bajo
Churn risk
del lado del cliente
0
Cambios pedidos
pendientes en checklist
6
Volumen cliente
agente: 38 convs

Matriz de volumen

enganchado sano
Cliente activo con tono ok — buena señal de retención.

Sentiment del cliente

📋 Cliente operacionalmente enganchado y apostando a escalar con Ninjo (paid ads, revenue share, reporting requests); el único riesgo latente es el bug del keyword `reset` (19 convos, 0 links) que bloquea conversión activamente — prioridad CS: confirmar fix del flow `reset` con ETA claro y entregar el reporte 48h pendiente a Lolo para mantener confianza técnica.
SeñalValorEvidencia (cita del cliente)
Enojado con la plataformano
Es quejano
Queja constructiva (accionable)

Evidencia citada

SeñalCita textualFecha
El equipo del cliente (Lolo) solicita activamente reportes más granulares, señal de engagement y confianza en la plataforma“None”2026-06-01
Vince confirmó aprobación de ads y avanzó con la campaña de paid ads sin fricción visible hacia Ninjo“None”2026-05-29
Decisión de escalar membership de bajo ticket en lugar de expandir a high-ticket, apostando al canal DM automatizado por Ninjo“None”2026-05-06
Aceptación del modelo de revenue share 20% para gestión de paid ads, lo que indica confianza en el equipo Ninjo“None”2026-05-07

Cambios pedidos por el creador (Métrica 1)

Sin cambios pendientes en el checklist ✅