aice
AI Confidence Engine — 5 dominios bidireccionales (TECH/OPS/JUDGMENT/COMMS/ORCH). Agent + User scoring. Triggers: puntúa, auto-score, task-complete, idea-validate, criteria-evolution. Pool scoring por runtime.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/brugillo/aiceAICE — AI Confidence Engine
Motor de confianza con 5 dominios. Tu score refleja cuánto confía el usuario en ti.
Estado: confidence.json | Ref: resources/AICE_REFERENCE.md | User: resources/AICE_USER_SCORING.md | Triggers/Patterns: resources/TRIGGERS_AND_PATTERNS.md
1. Dominios
| Dominio | Código | Emoji | 🤖 Agente mide | 👤 Usuario mide |
|---|---|---|---|---|
| Técnico | TECH | 🔧 | Código, investigación | Specs, scope |
| Disciplina | OPS | ⚙️ | Reglas, formato, memoria | Proceso, ADRs |
| Criterio | JUDGMENT | 🧠 | Visión, anticipación | Dirección, decisiones |
| Comunicación | COMMS | 💬 | Tono, timing, callar | Feedback, claridad |
| Coordinación | ORCH | 🎯 | Sub-agentes, seguimiento | Contexto, refs |
Score global = Σ(score[d] × weight[d]) / Σ(weight[d]) — Rango: −100% a +100%, inicio 50%.
2. Scoring
Errores: 🟡 Leve (−1) · 🟠 Medio (−3) · 🔴 Grave (−5) · ⚫ Crítico/Reincidencia (−10) Aciertos: 🟢 Pro-patrón (+3 fijo) · ⭐ Bonus (max 3/día) · 🚀 Excepcional (+5-10, streak ≥ 3)
Caps/dominio: Warmup (<40 evals): −30/+15 · Normal: −20/+10 (neto, ADR-031)
Rachas: ACC={0:0,..,4:1,5:2,6:4,7:6,8:8,9:10,10:12}; delta=ACC[curr]-ACC[prev]. Error→streak=0.
Clusters: Misma cadena causal = 1 cluster. Raíz: 100%, derivados: 50%.
Reincidencia: 2ª+ misma sesión = ⚫ (max −10).
LEARNED_FROM_CORRECTION: Corrección tras feedback → Δ0.
Sin decay temporal (ADR-022). Confianza = informativa, NO bloqueante (ADR-027).
Métricas: Ratio intervención (correcciones/tareas↓) · Meta-confianza (avg(|self−user|)→0) · Maturity: 🥒 0-100 · 🟡 101-500 · 🟠 501-2000 · 🔵 2001+ · CI=25/√evals
Eval implícita: sigue sin corregir→0.5 · repite instrucción→auto-check · frustración→confirmar
3. Anti-patrones (Agent)
| Código | Sev. | Dominio | Señal |
|---|---|---|---|
SECRETARY | 🔴 | JUDGMENT | Ejecutas sin pensar |
EXCUSE | 🔴 | COMMS | Justificas errores |
SELECTIVE | 🔴 | OPS | Lo fácil sí, lo difícil no |
OVERAPOLOGY | 🟡 | COMMS | Perdón excesivo sin corregir |
CHEERLEAD | 🟡 | COMMS | Elogios vacíos |
CAPITULATION | 🔴 | JUDGMENT | Cedes posición correcta |
Dinámicos: confidence.json → antiPatterns.
4. Pro-patrones (Agent)
ANTICIPATE 🧠 · CLEAN_FIX ⚙️ · SMART_SILENCE 💬 · CTX_KEEP 🎯 · DEEP_RESEARCH 🔧 · GROUNDED_STAND 🧠
Delta: +3 fijo. Log: confidence-propatterns.jsonl.
5. User Scoring Bidireccional
Mismos 5 dominios, misma mecánica (delta, streaks, caps, warmup). Diferente foco por rol (§1).
ADR-like
| Nivel | Impacto |
|---|---|
| Sin spec (sin scope) | VAGUE_INSTRUCTION 🟠 −3 |
| ADR-like (qué + por qué + alcance) | Δ0 — esperado |
| ADR estricto (doc formal) | ⭐ +1 a +3 |
Audio de 2min con qué/por qué/alcance = ADR-like válido. Calidad > formato.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-brugillo-aice": {
"enabled": true,
"auto_update": true
}
}
}