H Abduct
H Abduct runs a structured four-step abductive cycle to generate ≥3 competing typed hypotheses for an observed signal, applying plausibility filters and surfacing the prime candidate alongside rivals. It's designed as an internal subroutine for h-diagnose's parallel testing, though manual invocation is supported when disciplined abduction without parallel overhead is needed.
H Abduct generates competing typed hypotheses through a four-step abductive framework, though h-diagnose is the recommended user-facing entry point.
AI-generated summary based on this skill's SKILL.md
Install
m0n0x41d/haft/h-abduct · repository language: Go
git clone https://github.com/m0n0x41d/haft
cp -r haft ~/.claude/skills/h-abductgenerated, unverified - the skill's exact subdirectory could not be determined; check the repository on GitHub
npx skillfed install m0n0x41d/haft/h-abductFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What is H Abduct?
H Abduct is a skill that runs a structured four-step abductive cycle to generate competing typed hypotheses for an observed signal. It applies plausibility filters and surfaces the prime candidate alongside rivals, making it ideal for systematic hypothesis generation when you need disciplined abduction without parallel overhead.
How to use H Abduct?
H Abduct is designed as an internal subroutine for h-diagnose's parallel testing, though manual invocation is supported. When you invoke H Abduct, it executes its four-step abductive cycle on your observed signal, generating at least 3 competing typed hypotheses and filtering them by plausibility before returning results.
What are H Abduct's main features and capabilities?
H Abduct generates ≥3 competing typed hypotheses for observed signals through a structured four-step abductive cycle. Its key capabilities include plausibility filtering, ranking hypotheses by likelihood, and surfacing both the prime candidate and rival explanations—enabling systematic diagnostic reasoning.
Is H Abduct skill available for standalone use?
Yes, H Abduct supports manual invocation for cases where you need structured abduction independently. While it's designed as an internal subroutine within h-diagnose's parallel testing framework, you can invoke H Abduct directly when you prefer disciplined hypothesis generation without parallel processing overhead.
What kind of hypotheses does H Abduct generate?
H Abduct generates typed hypotheses—meaning each hypothesis is categorized by type—for your observed signal. The skill produces at least 3 competing candidates and applies plausibility filters to rank them, ensuring you get both the most likely explanation and credible alternatives for comparison.