Error logging
Skill a5c-ai/babysitter/library/methodologies/planning-with-files/skills/error-logging
Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestrationFrom the repository description
npx -y skills add a5c-ai/babysitter --skill error-loggingAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.3 KB, 237 tokens by cl100k_base, as published. Nobody here has run it
Error Logging
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
What ships with it: 1 file
184 B alongside SKILL.md
- README.md184 B