question-bench

Benchmark review-plan questions via parallel ablation experiments against quality benchmarks.

Updated Jul 27, 2026
One-click install
npx skills add https://github.com/whichguy/skill-craft --skill question-bench
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: question-bench
Source: https://github.com/whichguy/skill-craft/tree/main/plugins/question-bench/skills/question-bench
Command: npx skills add https://github.com/whichguy/skill-craft --skill question-bench

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill solves the ambiguity of review-plan question effectiveness by identifying which questions actually drive plan quality improvements and which are redundant or ineffective.

Core Features & Use Cases

  • Experiment-Based Ablation: Runs parallel experiments applying different subsets of questions to plans to measure quality impact.
  • Minimal Effective Set Discovery: Identifies the smallest set of questions required to achieve optimal plan quality, allowing you to drop or merge low-signal questions.
  • Use Case: If you have a large library of review questions, use this Skill to benchmark them against a set of plans to determine which questions are essential for catching critical issues and which can be safely retired.

Quick Start

Invoke the question-bench skill on the directory of plans named project-plans to identify the minimal effective question set.

Frequently Asked Questions about question-bench

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

FAQPage Schema
How do I identify which review-plan questions actually improve agentic planning quality?

Review-plan question ablation removes specific questions from experiments to measure their impact on plan quality. By comparing quality spreads across parallel runs against fixed benchmarks, you isolate which questions catch critical issues and which are redundant.

How do I find the minimal effective set of questions for my review-plan registry?

Find the minimal effective question set by running parallel ablation experiments that systematically drop or merge questions from your review-plan registry. Evaluating the resulting quality spread identifies the smallest subset required to achieve optimal plan quality.

What do I need to benchmark prompt engineering questions for optimization?

Benchmarking prompt engineering questions requires a populated review-plan question registry and a set of implementation plans. These inputs enable comparative quality assessment to measure question signal strength against fixed quality benchmarks.

Can I use ablation testing to clean up a large library of agentic planning questions?

Yes, you can use ablation testing to clean up a large library of agentic planning questions. Benchmarking tests question subsets against plans to identify low-signal or redundant questions, allowing you to safely retire them while maintaining optimal quality.

What's the best way to measure the signal strength of review questions?

The best way to measure review question signal strength is through parallel experiment-based ablation. Comparing quality outcomes with and without specific questions against fixed benchmarks quantifies their exact effectiveness in driving plan quality improvements.