zoo-problem-solving

Diagnose root causes of blocked Zoo workflows through structured debugging and evidence gathering.

5|1|Updated Aug 22, 2025
One-click install
npx skills add https://github.com/andreyvit/zoo --skill zoo-problem-solving
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zoo-problem-solving
Source: https://github.com/andreyvit/zoo/tree/main/.codex/skills/zoo-problem-solving
Command: npx skills add https://github.com/andreyvit/zoo --skill zoo-problem-solving

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unblock Zoo workflows by diagnosing root causes through focused debugging and evidence gathering, enabling teams to move past blockers efficiently.

Core Features & Use Cases

  • Systematic, evidence-driven debugging to identify root causes of blockers.
  • Hypothesis-driven analysis with minimal, testable changes and clear documentation.
  • Real-world scenario: when a Zoo task stalls, apply this Skill to trace the failure to a root cause and propose the smallest feasible fix.

Quick Start

Invoke Zoo Problem Solving to systematically reproduce the blocker and document root causes before proposing fixes.

Frequently Asked Questions about zoo-problem-solving

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I debug a blocked Zoo workflow using root cause analysis?

Debug a blocked Zoo workflow by documenting observed behavior, forming hypotheses, gathering evidence, and testing minimal changes to isolate the root cause. This methodical problem-solving approach traces failures without modifying production code.

What is the best way to unblock Zoo sub-tasks that keep failing repeatedly?

Unblock repeatedly failing Zoo sub-tasks through evidence-driven debugging that reproduces the blocker, tests hypotheses systematically, and proposes the smallest feasible fix to resolve the underlying issue.

Can I use hypothesis testing to fix noisy blockers in Zoo task execution without changing production code?

Yes, hypothesis testing diagnoses noisy blockers in Zoo task execution by documenting evidence and conclusions, then proposing minimal testable changes while leaving production code unmodified.

When should I apply structured debugging to a stalled Zoo task?

Apply structured debugging to a stalled Zoo task when you observe blocked execution, repeated failures, or noisy blockers across sub-tasks that require careful root cause identification before attempting fixes.

Why does my Zoo workflow stall and how do I trace the failure to a root cause?

Zoo workflows stall due to underlying blockers that require tracing observed behavior through structured evidence gathering and hypothesis testing, documenting conclusions and minimal next steps to identify the root cause.