Review — RebeccaKordecki

← overview

ventana últimos 7d vs 7d previos · tz America/Argentina/Buenos_Aires · último cambio Ninjo: 2026-07-20 15:30 (toggle/agent, hace 11d)
0
Nuevas (7d)
prior 9
0
Calls booked
0.0% de link
12
Link sent
19.4% de activas
$0
Revenue variable
0 msgs

Resumen — período vs período

Métricathis 7dprior 7dΔ
Activas6287-28.7%
Nuevas09-100.0%
Link sent126+100.0%
Calls booked00
Booked/Link %0.0%0.0%+0.0pp
Booked/Activas %0.0%0.0%+0.0pp
Booked/Nuevas %0.0%
Revenue variable$0.00$0.00

Funnel — semana actual vs anterior

PeríodoActivasNuevasLink sentCalls bookedBooked/LinkBooked/ActivasBooked/Nuevas
Semana actual (7d)6201200.0%0.0%
Semana anterior (7d)879600.0%0.0%0.0%
Ver desglose por día
DíaActivasNuevasLink sentCalls bookedBooked/LinkBooked/ActivasBooked/Nuevas
07-3080000.0%
07-2970200.0%0.0%
07-2850100.0%0.0%
07-2780300.0%0.0%
07-26140100.0%0.0%
07-2590100.0%0.0%
07-24110400.0%0.0%
07-2370100.0%0.0%
07-22110200.0%0.0%
07-2170100.0%0.0%
07-20121000.0%0.0%
07-19161000.0%0.0%
07-18165100.0%0.0%0.0%
07-17182100.0%0.0%0.0%

⏳ Sin re-auditar hoy (sin cambios de prompt) — mostrando la última auditoría disponible. Estado vigente hasta nueva corrida.

run 2026-07-20T15:14:39+00:00 · fuente: live DB state (daily_audit pipeline)
10/10
BP semánticos PASS
top-10 best practices
12/16
Determinísticos PASS
1 FAIL · 3 WARN
C0 · H0 · M0
Fails por severidad
critical / high / medium
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
system.md contains all 7 required sections for the principles template: Identity, Voice, Flow, Calibration, Principles, Tools, and NO_RESPONSE. Each section matches the template's specification in scope and intent.
BP-2MEDIUMPASSExample coverage and cap (7 base scenarios + conditional, ≤20 total)
examples.md covers all 7 base scenarios (happy path Examples 2, 6; resource/link delivery Examples 1, 4, 5; objection handling Examples 3, 7, 8; disqualification Example 14; emotional/sensitive Examples 11, 12, 13; re-engagement Example 9; off-topic Example 10) plus two conditional scenarios (keyword trigger Examples 1-5; price objection Examples 3, 7, 8). Total count is 15 examples, within the ≤20 cap.
BP-3HIGHPASSExamples align with the flow
Every example in examples.md maps to a step in system.md's Flow and reaches a terminal state (NO_RESPONSE, booking confirmed, or resource delivered with close). Examples follow the flow order without skipping required steps.
BP-4CRITICALPASSNo internal contradictions in system.md
system.md is internally consistent. The Flow section explicitly documents exceptions (e.g., 'Keyword fired → follow its flow in keywords.json'; 'Money concern surfacing AFTER Gate 2 → REWIRED replay link once + close'). These are stated exceptions, not contradictions. The Calibration section and Principles section coexist without conflict — they govern different aspects (energy read vs. behavioral constraints).
BP-5CRITICALPASSNo cross-file contradictions
All SDK files agree on behavior and parameters. keywords.json declares keyword flows (REWIRED, SOAR, HEAL, AGE, RECLAIM, RETREAT, SORA) that are explicitly referenced in system.md Flow ('Keyword fired → follow its flow in keywords.json'). resources.json URLs match those in system.md and examples.md. program.json pricing rules align with system.md's objection handling and Flow steps. No file demonstrates behavior that contradicts another under the same precondition.
BP-6MEDIUMPASSVoice consistency across examples
All examples use the same persona, vocabulary, formality level, and dialect. Voice samples in system.md (lowercase casual, short messages, one question per message, no markdown) are mirrored consistently across all 15 examples. No jarring tonal shifts.
BP-7CRITICALPASSUnguarded actions (PAT-004)
All risky actions in system.md's Flow are guarded with inline conditions. Calendar link (Flow step 5) is guarded: 'Both qualification gates must pass AND pre-booking consent delivered before sending this link' (resources.json). REWIRED replay is guarded by Principle 3 (safety overrides). Resource delivery is guarded by topic/keyword matching and lead energy (Calibration). Multiple worked examples (1, 2, 3, 6, 7) demonstrate guards firing correctly.
BP-8HIGHPASSNo stale version language in examples
All examples use current language and CTAs that match system.md's Flow definition. The discovery call link, REWIRED replay URL, and resource URLs are all current. No examples reference deprecated flows or old resource names (e.g., no 'Soar Collective' as an active offer in examples, consistent with resources.json marking it ON_HOLD).
BP-9MEDIUMPASSNo duplicated instructions
Each behavioral instruction has a single canonical home. Flow steps are stated once in system.md. Keyword flows are defined once in keywords.json. Resource guards are stated once in resources.json. No instruction is restated in two locations; cross-references exist (e.g., 'Keyword fired → follow its flow in keywords.json') but not duplicates.
BP-10MEDIUMPASSRule-vs-principle balance
Behavioral guidance (tone, warmth, reflection style) is expressed via Voice section and examples. Hard rules remain for factual constraints (pricing never stated in DMs, REWIRED replay URL, discovery call link, safety boundaries). The 5 Principles are behavioral constraints that examples alone would not teach (never invent info, never coach in DM, safety overrides, qualification sequence, English-only reminder). Balance is appropriate.

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.xPASS102 lines
6d1.2PASS15 examples
6e1.3N/Ano Principles section
6gPAT-006WARNnon-STEP-0 keyword handling
6hAnti-patPASSno 'burbuja'
6iAnti-patPASSno HTML comments
6jAnti-patFAIL82 em-dashes across 1 file(s); first: system.md:1
6kPAT-006PASSno tool syntax leak
6lResourcesPASSno placeholder URLs
6mHygieneWARNaudit metadata (dates/slack refs) in 2 file(s) — adds noise to live prompt
6nPAT-008PASSURL forms consistent across files
6qPAT-001PASSno instruction duplication into examples.md, keywords.json, program.json, resources.json
6rKeyword-driftPASSall 13 keyword(s) consistent across keywords.json + system.md (no DB)
6sHygieneWARN4 expired date reference(s) in SDK files
6tCoverageN/Ano Principles or Flujo section found in system.md
canal rebecca-k-ninjo · sync 2026-07-16
82
Digests
0 en últimos 14d
0
Cambios pedidos / pendientes
del checklist
77
Threads
en el canal
2026-07-16
Última sync
del digest

Cosas nuevas (digests recientes)

FechaTemaTags
2026-07-15ninjo roi sequencing and replay flow roadmaproi, replay-flow, sequencing, ninjo-agent, funnel
2026-07-15ninjo roi honest assessment replay flowroi, replay-flow, sequencing, agent-strategy
2026-07-15roi honesty replay flowroi, retention, replay-flow, manychat, sequencing, ads
2026-07-11decision timeline next steps mondaydecision, timeline, next-steps
2026-07-10ninjo as engine for new business armsstrategy, product-roadmap, scaling
2026-07-10claude intelligence integration ninjo connectedproduct-feature, business-intelligence, ai-integration, decision
2026-07-10monday next steps manychat ninjo transitionaction-item, workflow
2026-07-10rewired format decision timeline extendedaction-item, timeline, decision-needed
2026-07-10ninjo mtg replay flow specreplay-flow, manychat, keywords, rewired, spec, call-transcript
2026-07-10post mtg follow up tricky itemfollow-up, action-item
2026-07-09ninjo mtg scheduled july 10meeting, scheduling
2026-07-08clean two week test partition workflowworkflow, attribution, testing, decision
2026-07-08call scheduled two week plan lockcall, scheduling, coordination
2026-07-08bot auto turnoff stability notetechnical, stability
2026-07-08replay nurture sequence strategy confirmedstrategy, nurture, replay
2026-07-08claude ninjo data integration self serveproduct, business-intelligence, proposal
2026-07-08facebook business page capture setupfacebook, scaling, expansion, action-item
2026-07-08clean two week test structure and scopetesting, attribution, scope-definition, manyChat-integration
2026-07-08reengagement mcp 2week test team changereengagement, mcp, claude-data, parallel-test, team-change, age-keyword, facebook, replay-flow
2026-07-08bruce nonqualified autopause validationforensics, non-qualified, auto-pause, validation, positive

Cambios pedidos por el creador / pendientes

Sin pendientes en el checklist ✅

sentiment del cliente → Ninjo · caché (2026-07-23 15:36:50) · modelo claude-sonnet-4-6 · ventana 7d
-1
Sentiment score
frustrado_pero_enganchado
Medio
Churn risk
del lado del cliente
0
Cambios pedidos
pendientes en checklist
0
Volumen cliente
agente: 0 convs

Matriz de volumen

re chequear
Cliente callado y agente con poco tráfico: ambiguo (puede ser período tranquilo). Re-chequear próxima ventana.

Sentiment del cliente

📋 Rebecca está en tensión activa: pagó un add-on (expansión) pero también pausó la facturación principal y condicionó la renovación a demostrar ROI; un cargo erróneo sumó fricción. No hay citas textuales suyas en el digest, por lo que ninguna etiqueta puede apoyarse en una cita directa. Acción CS: (1) priorizar la entrega del test limpio de dos semanas con métricas de atribución claras antes de cualquier conversación de renovación; (2) hacer seguimiento explícito del cargo devuelto para cerrar ese punto de fricción; (3) preparar un one-pager de ROI real (bookings Ninjo-atribuidos) para la llamada de decisión de continuidad.
SeñalValorEvidencia (cita del cliente)
Enojado con la plataformano
Es queja
Queja constructiva (accionable)

Evidencia citada

SeñalCita textualFecha
Señal de churn activo: pidió pausa de facturación y evaluación de ROI antes de comprometerse otro mes“None”2026-07-02
Decisión de mantener el agente corriendo condicionada a revisión financiera y ROI — no es compromiso firme“None”2026-07-03
Cargo erróneo por suscripción antigua reactivada — evento de fricción que erosiona confianza en la plataforma“None”2026-07-03
Pago de expansión (scraper add-on) confirmado — señal de engagement activo y disposición a invertir más“None”2026-06-04
Adopción de integración Claude + datos Ninjo para BI en tiempo real — señal de profundización del uso“None”2026-07-10
Test limpio de dos semanas acordado con partición de keywords — cliente exige claridad de atribución antes de renovar“None”2026-07-08

Cambios pedidos por el creador (Métrica 1)

Sin cambios pendientes en el checklist ✅