Error Logging
SkillMonitoring & opsLets your agent follow structured workflows step by step so complex tasks stay on track.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Error Logging skill
About this capability
Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration
What this skill tells your AI
The instructions your AI receives, as published by a5c-ai/babysitter in library/methodologies/planning-with-files/skills/error-logging/SKILL.md and read by ahel’s review.
Log all errors with full context, detect patterns, and suggest approach mutations to avoid repeated failures.
Agent
Error Analyst - pwf-error-analyst
Workflow
- Log ALL errors immediately to progress.md (Rule 3)
- Include error context, stack traces, and reproduction steps
- Tag errors with severity: critical, warning, informational
- Analyze error patterns across phases and iterations
- Suggest approach mutations for known failure patterns (Rule 4)
- Track error resolution status for verification
Inputs
projectPath- Root path for planning filesphaseName- Phase where error occurrederrors- Array of error objectserrorHistory- Previous errors for pattern detection
Outputs
- Updated progress.md error section
- Approach mutations with alternative strategies
- Error resolution report for verification
Process Files
planning-orchestrator.js- Error logging during phasesplanning-execution.js- Immediate error logging, pattern analysisplanning-verification.js- Error resolution checking
Signals
- GitHub stars
- 2k
- Forks
- 106
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
error-logging- Source
- github.com/a5c-ai/babysitter