flowai-investigate

Diagnose software issue root causes through iterative hypothesis-driven experiments.

1|1|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/korchasa/foxcode --skill flowai-investigate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flowai-investigate
Source: https://github.com/korchasa/foxcode/tree/main/.claude/skills/flowai-investigate
Command: npx skills add https://github.com/korchasa/foxcode --skill flowai-investigate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Diagnoses root causes of issues through an iterative, hypothesis-driven workflow guided by the user.

Core Features & Use Cases

  • Hypothesis Board: Interactive board showing hypotheses, probabilities, and evidence to guide decisions.
  • User-Controlled Experiments: Explicit user selection and approval required before running any diagnostic experiments.
  • Auditability & Baseline Safety: Tracks steps and restores baseline between iterations to preserve system state.
  • Use Cases: Debugging complex software failures, infrastructure issues, or process bottlenecks in teams.

Quick Start

Begin a guided investigation and, after reviewing hypotheses, select one to design and approve its corresponding experiment.

Frequently Asked Questions about flowai-investigate

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

FAQPage Schema
How do I conduct root-cause analysis for complex software failures?

Root-cause analysis for complex software failures uses an iterative, hypothesis-driven workflow where you review a transparent board of hypotheses and probabilities, then select and approve diagnostic experiments to isolate the issue.

What is a hypothesis-driven debugging workflow?

Hypothesis-driven debugging is an iterative process that tracks potential root causes on a transparent board, assigns probabilities, and requires explicit user approval before running controlled experiments to validate or reject each hypothesis.

How do I start an investigation to debug a complex infrastructure issue?

Begin a guided investigation to generate an initial hypothesis board, then review the listed probabilities and evidence to select a specific hypothesis, design its corresponding experiment, and approve it for execution.

Can I use controlled experiments for task-management bottlenecks without altering my system state?

Yes, you can run controlled experiments for task-management bottlenecks while preserving system state, because the workflow tracks all diagnostic steps and restores the baseline between iterations to ensure auditability and safety.

Does this debugging workflow run experiments automatically?

No, the debugging workflow requires explicit user selection and approval before running any diagnostic experiments, ensuring you maintain full control over the investigation process and system modifications.

What are the limitations of user-guided root-cause analysis?

User-guided root-cause analysis relies entirely on user-initiated approvals and manual hypothesis selection, meaning it will not autonomously execute experiments or advance the investigation without continuous user interaction and decision-making.