What's New
All 6 subcommands now batch their AskUserQuestion calls — asking 3-4 questions per call instead of one at a time. Users see all configuration choices together for full context upfront.
Batched Setup by Command
| Subcommand | Questions per Call | Topics |
|---|---|---|
/autoresearch
| Batch 1: 4 (Goal, Scope, Metric, Direction) Batch 2: 3 (Verify, Guard, Launch) | |
/autoresearch:plan
| Batch 1: 4 (Goal, Scope, Metric, Direction) Batch 2: 3 (Verify, Guard, Launch) | |
/autoresearch:debug
| 1 call: 4 (Issue, Scope, Depth, After) | |
/autoresearch:fix
| 1 call: 4 (Fix What, Guard, Scope, Launch) | |
/autoresearch:security
| 1 call: 3 (Scope, Depth, Action) | |
/autoresearch:ship
| 1 call: 3 (What, Mode, Monitor) |
Why This Matters
- Before: Each question asked one at a time — tedious back-and-forth
- After: All questions in a single call — users see full context and make informed choices
- Reduces round-trips from 5-7 to 1-2 per command
- Users can adjust answers with full visibility of related options
Files Changed
skills/autoresearch/SKILL.md— Updated interactive setup documentation + version bump.claude/skills/autoresearch/SKILL.md— Synced versionREADME.md— Version badge updated- All reference files (
debug-workflow.md,fix-workflow.md,security-workflow.md,ship-workflow.md,plan-workflow.md) — Batched question definitions