| Métrica | this 7d | prior 7d | Δ |
|---|---|---|---|
| Activas | 10 | 28 | -64.3% |
| Nuevas | 6 | 19 | -68.4% |
| Link sent | 0 | 0 | — |
| Calls booked | 0 | 0 | — |
| Booked/Link % | — | — | — |
| Booked/Activas % | 0.0% | 0.0% | +0.0pp |
| Booked/Nuevas % | 0.0% | 0.0% | +0.0pp |
| Revenue variable | $0.91 | $1.54 | -40.9% |
| Período | Activas | Nuevas | Link sent | Calls booked | Booked/Link | Booked/Activas | Booked/Nuevas |
|---|---|---|---|---|---|---|---|
| Semana actual (7d) | 10 | 6 | 0 | 0 | — | 0.0% | 0.0% |
| Semana anterior (7d) | 28 | 19 | 0 | 0 | — | 0.0% | 0.0% |
| Día | Activas | Nuevas | Link sent | Calls booked | Booked/Link | Booked/Activas | Booked/Nuevas |
|---|---|---|---|---|---|---|---|
| 06-02 | 4 | 2 | 0 | 0 | — | 0.0% | 0.0% |
| 06-01 | 0 | 0 | 0 | 0 | — | — | — |
| 05-31 | 3 | 2 | 0 | 0 | — | 0.0% | 0.0% |
| 05-30 | 2 | 2 | 0 | 0 | — | 0.0% | 0.0% |
| 05-29 | 0 | 0 | 0 | 0 | — | — | — |
| 05-28 | 1 | 0 | 0 | 0 | — | 0.0% | — |
| 05-27 | 0 | 0 | 0 | 0 | — | — | — |
| 05-26 | 2 | 0 | 0 | 0 | — | 0.0% | — |
| 05-25 | 4 | 3 | 0 | 0 | — | 0.0% | 0.0% |
| 05-24 | 1 | 0 | 0 | 0 | — | 0.0% | — |
| 05-23 | 1 | 1 | 0 | 0 | — | 0.0% | 0.0% |
| 05-22 | 1 | 0 | 0 | 0 | — | 0.0% | — |
| 05-21 | 7 | 5 | 0 | 0 | — | 0.0% | 0.0% |
| 05-20 | 12 | 10 | 0 | 0 | — | 0.0% | 0.0% |
| BP | Sev | Estado | Detalle |
|---|---|---|---|
| BP-1 | HIGH | PASS | Template compliance system.md contains all 7 required sections for principles template: Identity, Voice, Keywords, Flujos, Criterio de calificación, NO_RESPONSE triggers, Principios, Fallback, and Herramientas. examples.md provides 21 worked examples covering the canonical scenarios. |
| BP-2 | MEDIUM | FAIL | Example coverage and cap (7 base scenarios + conditional, ≤20 total) Agent has 21 examples, exceeding the cap of 20. While coverage is strong (happy path, objections, disqualification, emotional/sensitive, re-engagement, off-topic, keyword triggers, price objection all present), the count violates the rule. evidence (2)
|
| BP-3 | HIGH | PASS | Examples align with the flow All 21 examples follow the declared flows (GUIA, BZ, DOC, FAKE, generic) in order and reach terminal states (booking confirmed, NO_RESPONSE, or derivation to WhatsApp joyería). No examples end mid-flow. |
| BP-4 | CRITICAL | PASS | No internal contradictions in system.md system.md is internally consistent. The descarte rule (only when <$200 capital confirmed) is explicitly stated and Example 6 demonstrates it correctly. No conflicting parameter values or flow steps detected. |
| BP-5 | CRITICAL | PASS | No cross-file contradictions All SDK files align. keywords.json declares keyword conditions (resource_with_flow, contextual); examples.md shows both patterns working correctly (e.g., Example 1 GUIA flow, Example 9 precio contextual handling). resources.json URLs match those cited in system.md and examples.md. program.json pricing rule ('no_price_in_chat') is honored in all examples. |
| BP-6 | MEDIUM | PASS | Voice consistency across examples All 21 examples use consistent voice: Venezuelan Spanish, direct, warm, short DM-style messages (2–4 lines), tuteo (tú, tienes, vas), no emojis except 👀 in follow-ups, no em-dashes, no regional slang (papi, chamo, coño, dale, brother). Example 14 explicitly documents the anti-pattern to avoid. |
| BP-7 | CRITICAL | PASS | Unguarded actions (PAT-004) All risky actions in system.md and examples have inline guards. Descarte is guarded ('only if <$200 confirmed'). Resource sends are guarded by flow stage and lead response. NO_RESPONSE is guarded by explicit triggers (booking confirmed, emoji puro, off-topic). Examples demonstrate guards firing correctly. |
| BP-8 | HIGH | PASS | No stale version language in examples All examples use current flow language and CTAs matching system.md. Closing language ('Buenísimo!!', 3 burbujas + PDF) is consistent across Examples 13, 18. No deprecated phrases detected. |
| BP-9 | MEDIUM | PASS | No duplicated instructions Each behavioral instruction has a single canonical home. Descarte rule stated once in 'Criterio de calificación' section; NO_RESPONSE triggers stated once in dedicated section. Example 14 is a worked anti-pattern, not a duplicate rule. No instruction appears in two places. |
| BP-10 | MEDIUM | PASS | Rule-vs-principle balance Behavioral guidance (tone, flow, conversational style) is expressed via Voice section + 21 examples. Hard rules are limited to factual constraints (price range $1,000–$1,300, age 18+, descarte <$200 capital). The 7 Principios are actionable and pass the common sense test. |
| Check | Sec | Estado | Notas |
|---|---|---|---|
| 6a | 1.8 | PASS | NO_RESPONSE present (limits not checked, --no-db) |
| 6c | 3.x | PASS | 101 lines |
| 6d | 1.2 | PASS | 21 examples |
| 6e | 1.3 | PASS | 7 principles |
| 6g | PAT-006 | WARN | non-STEP-0 keyword handling |
| 6h | Anti-pat | WARN | 2 'burbuja' mentions |
| 6i | Anti-pat | PASS | no HTML comments |
| 6j | Anti-pat | FAIL | 24 em-dashes across 1 file(s); first: knowledge_base.md:1 |
| 6k | PAT-006 | FAIL | tool-call syntax appears as raw text in examples.md (3 line(s)) |
| 6l | Resources | PASS | no placeholder URLs |
| 6m | Hygiene | PASS | no audit metadata in prompt files |
| 6n | PAT-008 | PASS | URL forms consistent across files |
| 6q | PAT-001 | PASS | no instruction duplication into examples.md, keywords.json, program.json, resources.json |
| 6r | Keyword-drift | WARN | 4 keywords.json entr(ies) not named in system.md (no recent operator ask): ['clase', 'ganar', 'curso', 'flipping'] — likely legacy, review or remove |
| 6s | Hygiene | PASS | no expired dates in live SDK |
| 6t | Coverage | WARN | 4/7 principle(s) without example: #1 Una pregunta a la, #4 Look it up before, #5 Redirigir a la llamada, #7 Examples antes que reglas |
| Fecha | Tema | Tags |
|---|---|---|
| 2026-06-01 | weekly report low volume content cta strategy | reporting, traffic, content-strategy, conversion |
| 2026-06-01 | weekly funnel report low volume content reactivation | funnel, reporting, content-strategy, cta, volume |
| 2026-05-25 | weekly funnel report may18 24 critical decline | funnel-metrics, keyword-performance, conversion-crisis |
| 2026-05-25 | weekly funnel report zero conversions may18 24 | analytics, funnel, keyword-performance, critical |
| 2026-05-25 | monthly performance review 296 convos zero sales | analytics, sales-tracking, marketing-strategy, critical |
| 2026-05-18 | weekly funnel report may 11 17 | metrics, funnel-analysis, keyword-performance, action-items |
| 2026-05-11 | weekly funnel report may 4 10 | metrics, funnel, keyword-performance, content-strategy |
| 2026-05-11 | coordination meeting scheduled | alignment, meeting |
| 2026-05-07 | crm app access authentication link | technical, access, crm, authentication |
| 2026-05-07 | crm access authentication link | infrastructure, crm-access, authentication |
| 2026-04-07 | miguel testing v2 doc flow | testing, feedback, voice, follow-ups, DOC-flow, cleanup |
| 2026-04-07 | bz academy training docs ingested | training-data, product-knowledge, watch-trading |
| 2026-04-07 | monolithic prompt override deployment failure | technical-issue, deployment, prompt-architecture |
| 2026-04-07 | rapport vsl flow redesign bro ban | agent-behavior, prompt-redesign, vocabulary-guardrails, vsl-flow |
| 2026-03-31 | rapport feedback lead magnets | rapport, feedback, lead-magnets, tone |
| 2026-03-30 | calendly relink | calendly, resources |
| 2026-03-30 | prompt maestro bz keyword | prompt-maestro, keyword-bz, activation, flow |
| 2026-03-29 | live testing feedback | testing, feedback, tone, vocabulary, ig-connection, trigger-mode, v5config, bug |
| 2026-03-27 | agent creation deploy | onboarding, agent-creation, deploy, links |
| ID | Estado | Cambio pedido |
|---|---|---|
| E10 | pendiente | Follow-up 1 (2h after silence): "Ey papi, llegaste a ver la info? Quedo pendiente si tienes alguna pregunta" style |
| I5 | pendiente | ~~resources.json whatsapp_joyeria URL pendiente~~ |
| Señal | Valor | Evidencia (cita del cliente) |
|---|---|---|
| Enojado con la plataforma | no | — |
| Es queja | sí | — |
| Queja constructiva (accionable) | sí | — |
| Señal | Cita textual | Fecha |
|---|---|---|
| El cliente (Miguel) impuso restricciones de vocabulario duras y permanentes al agente, señal de fricción con el output por defecto de la plataforma | “None” | 2026-04-07 |
| Miguel realizó una sesión de testing de 19 puntos y solicitó reescritura completa del agente (v2), indicando insatisfacción profunda con la versión anterior | “None” | 2026-04-07 |
| Bryan participó en sesión de testing en vivo con feedback extenso sobre tono, vocabulario, comportamiento y problemas de conexión IG — señal de alto esfuerzo del cliente para que el agente funcione | “None” | 2026-03-29 |
| Miguel confirma que la nueva versión funciona mejor pero pide más rapport — señal de conformidad parcial pero con expectativas no cubiertas aún | “None” | 2026-03-31 |
| 296 conversaciones y cero ventas en mayo: resultado de negocio nulo acumulado, riesgo latente de desencanto si no hay conversión pronto | “None” | 2026-05-25 |
| Múltiples incidentes técnicos acumulados: IG no conectado, modo trigger incorrecto, dos agentes corriendo simultáneamente, desync SDK/monolítico, Calendly roto — patrón de inestabilidad operativa | “None” | — |
Un creador que pide cambios concretos está enganchado (mejor señal que el silencio).
| ID | Estado | Cambio pedido |
|---|---|---|
| E10 | pendiente | Follow-up 1 (2h after silence): "Ey papi, llegaste a ver la info? Quedo pendiente si tienes alguna pregunta" style |
| I5 | pendiente | ~~resources.json whatsapp_joyeria URL pendiente~~ |