How this command is triggered — by the user, by Claude, or both
Slash command
/universal-autoresearch:helpThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Autoresearch Help Explain to the user: ## Universal Autoresearch Plugin An autonomous research loop for Claude Code. The agent iteratively modifies code, runs experiments, and a separate evaluation sub-agent judges results in a blind review. ### Quick Start Or with a config file: ### How It Works 1. Agent reads `autoresearch.config.md` for goal + evaluation criteria 2. Agent reads `experiment-journal.md` for history 3. Agent formulates hypothesis, modifies code, git commits 4. Agent runs experiment, collects results 5. Evaluation sub-agent (blind review): receives only evaluati...
Explain to the user:
An autonomous research loop for Claude Code. The agent iteratively modifies code, runs experiments, and a separate evaluation sub-agent judges results in a blind review.
/autoresearch "Optimize bundle size" --max-iterations 30
Or with a config file:
/autoresearch --config ./autoresearch.config.md
autoresearch.config.md for goal + evaluation criteriaexperiment-journal.md for history| File | Purpose | Git tracked? |
|---|---|---|
autoresearch.config.md | Goal, evaluation criteria, constraints | Yes (commit) |
experiment-journal.md | Structured experiment history | No |
results.tsv | Quick-reference metrics log | No |
run.log | Latest experiment output | No |
.claude/autoresearch.local.md | Loop state (internal) | No |
/autoresearch [GOAL] [OPTIONS] — Start the loop/cancel-autoresearch — Stop the loop/autoresearch-help — This help--config <path> — Config file path (default: ./autoresearch.config.md)--max-iterations <n> — Max experiments (default: unlimited)--max-consecutive-failures <n> — Stop after N failures (default: 5)npx claudepluginhub namjug-kim/universal-autoresearch-claude-plugin/helpExplains Ralph Loop plugin for iterative AI development via repeated Claude prompts with file self-reference, and lists commands /ralph-loop to start loops and /cancel-ralph to cancel.
/helpDisplays categorized overview of Task Master AI commands including setup, tasks, status, analysis. Accepts arguments for specific command help.
/helpDisplays Hookify plugin help: hook events, markdown config files with regex patterns, creation via /hookify or manual files, subcommands, and examples for safe behaviors.
/helpDisplays full reference guide for Ouroboros commands and agents by rendering the dedicated SKILL.md file.
/helpDisplays the GSD help reference at the requested tier — one-line summary, one-page tour, full reference, or a single topic section.
/helpDisplays a complete table of all available SuperClaude (/sc) commands with their descriptions and functionality.