auditar-confiabilidadworkflow0
stevenvo780/prizma-talos
What it does

Audit automation reliability and risks

Best for

One-time or recurring reliability audit of all harness automations; identifies decision-log gaps and backoff issues

Inputs
  • · automation IDs to audit (or all in automations/ except _template)
  • · automation.json per folder
  • · automation code/config
Outputs
  • · resultados array: {id, score, findings}
  • · topRiesgos: risks ranked by severity
  • · aggregated report with idempotence/checkpoint/backoff analysis
Requires
  • · agent (auditor-confiabilidad type)
  • · pipeline orchestration
  • · Workflow tool
Preconditions
  • · automations/ directory structure intact
  • · custom agent 'auditor-confiabilidad' pre-loaded in .claude/agents/
  • · Read access to all automation.json files
Failure modes
  • · custom agent not loaded (session restart required)
  • · stale automation definitions cause divergence
  • · checkpoints/idempotence assumptions violated by side effects
  • · HITL thresholds not defined in automation.json
Trust signals
  • · 3-phase: Inventariar (discover), Auditar (fan-out per automation), Consolidar (aggregate report)
  • · Score normalization across diverse automations
  • · Explicit defect categories: idempotencia, checkpoint, parada, backoff, HITL, decision-log
  • · Spanish-language workflow (localizable framework)