jhhuh
- 6 skills
- 0 followers
- 19 hours ago last updated
- ▌ Experiment Set Design · jhhuhUse when designing experiments to test whether a Claude Code skill is effective, or when planning how to validate a new or improved skill
- ▌ Blind Skill Assessment · jhhuhUse when comparing two versions of agent output to determine which is better, or when evaluating whether a skill produces higher quality results than baseline
- ▌ Iterative Skill Refinement · jhhuhUse when a skill exists but blind assessment shows it underperforms, or when iteratively improving a skill through experiment cycles while avoiding overfitting to fixed benchmarks
- ▌ Hole Driven Development · jhhuhUse when implementing in a language with typed holes (Haskell, Lean 4, Rust) where a compiler provides hole diagnostics — runs the compiler loop autonomously
- ▌ Hole Driven Development Core · jhhuhUse when implementing functions or modules top-down by decomposing into typed holes, filling iteratively from most constrained to least
- ▌ Hole Driven Development Iterative Reasoning · jhhuhUse when implementing in any language using top-down decomposition with visible hole markers, where Claude reasons about each hole's contract and fills iteratively