From spml
Executes an Auto Research loop by locating the protocol and starting autonomous iteration. Requires the protocol to exist from the creation flow.
How this skill is triggered — by the user, by Claude, or both
Slash command
/spml:autoresearch-runThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Explicit entry point for executing an Auto Research loop. Expects a protocol to already exist (created by the `spml:autoresearch-create` → handoff flow).
Explicit entry point for executing an Auto Research loop. Expects a protocol to already exist (created by the spml:autoresearch-create → handoff flow).
The creation flow (spml:autoresearch-create) must have completed, producing:
autoresearch-protocol.md — research protocolexperiences.md — experience log (may have prior rounds if resuming)If autoresearch-protocol.md does not exist, STOP and tell the user to run spml:autoresearch-create first to create the protocol.
npx claudepluginhub qqhard/superpowers-mlStarts an Auto Research workflow that designs a research protocol, builds baseline code, and iterates autonomously with agent evaluation and git management.
Runs an autonomous 5-stage research loop that reads research.md, proposes hypotheses, runs experiments, evaluates results mechanically, keeps improvements, discards failures, and iterates until a target metric is achieved or budget exhausted.
Curated index of autonomous improvement loops and research agents following the keep-or-revert pattern for code optimization, ML experimentation, and any measurable metric.