Skip to content
Automation
Skill

/error-logging

Log all errors with full context, detect patterns, and suggest approach mutations to avoid repeated failures.

From plugin
babysitter
1.8k200 skills3 agents21 commands1 MCP
Install
$ npx -y skills add a5c-ai/babysitter --skill error-logging --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/error-logging

Context preview

The summary Claude sees to decide when to auto-load this skill.

Log all errors with full context, detect patterns, and suggest approach mutations to avoid repeated failures.

SKILL.md

error-logging.SKILL.md
graph:
  domains: [domain:software-engineering]
  skillAreas: [skill-area:agentic-loops, skill-area:orchestration-loop]
  workflows: [workflow:feature-development]
  topics: [topic:developer-experience]
  roles: [role:tech-lead, role:backend-engineer]

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

1. Log ALL errors immediately to progress.md (Rule 3) 2. Include error context, stack traces, and reproduction steps 3. Tag errors with severity: critical, warning, informational 4. Analyze error patterns across phases and iterations 5. Suggest approach mutations for known failure patterns (Rule 4) 6. Track error resolution status for verification

Inputs

  • `projectPath` - Root path for planning files
  • `phaseName` - Phase where error occurred
  • `errors` - Array of error objects
  • `errorHistory` - 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 phases
  • `planning-execution.js` - Immediate error logging, pattern analysis
  • `planning-verification.js` - Error resolution checking
Ships withbabysitter

Enforce obedience on agentic workforces. Manage extremely complex workflows through deterministic, hallucination-free self-orchestration.

Get the whole plugin

Other skills on babysitter.