What's New
Interactive Setup with AskUserQuestion
All 6 commands now use Claude's AskUserQuestion tool for guided setup when invoked without arguments. Just type the command — Claude walks you through it with smart defaults.
Before: You had to know the exact syntax
/autoresearch
Goal: Increase test coverage from 72% to 90%
Scope: src/**/*.test.ts, src/**/*.ts
Metric: coverage % (higher is better)
Verify: npm test -- --coverage | grep "All files"
After: Just type /autoresearch — Claude asks step by step
→ "What do you want to improve?"
→ "Which files can autoresearch modify?"
→ "What number tells you if things got better?"
→ "What command produces the metric?" (dry-run validated)
→ "Any guard command?"
→ "Ready to launch?"
| Command | Interactive Questions | Skips When |
|---|---|---|
/autoresearch
| Goal, Scope, Metric, Verify, Guard | Inline config |
/autoresearch:plan
| Goal + wizard (already had it) | Goal inline |
/autoresearch:security
| Scope, Depth, After-action | --diff, --fix, --fail-on
|
/autoresearch:ship
| Ship type, Ship mode | --type, --dry-run, --auto
|
/autoresearch:debug
| Symptom, Scope, After-action | --scope, --symptom, --fix
|
/autoresearch:fix
| Category, Guard, Scope, Confirm | --target, --guard, --scope
|
Power users can still provide everything inline — the wizard is bypassed when flags are present.
Bug Fixes
- Plugin install: Fixed marketplace.json source from
"."to proper git URL - Plugin install: Fixed README instructions — now includes required
installLocationandlastUpdatedfields (fixes #19) - Plugin install: Added marketplace registration step to README
Install
/plugin install autoresearch@autoresearchOr manual:
cp -r autoresearch/skills/autoresearch .claude/skills/autoresearch
cp -r autoresearch/commands/autoresearch .claude/commands/autoresearch