Automation
Hook
Hooks
What auto-harness runs automatically, and when. A hook is a command Claude Code fires at a fixed moment, without you asking for it.
Install
> /plugin marketplace add redker56/auto-harness > /plugin install auto-harness@auto-harness-marketplace
Ships with auto-harness. Installing the plugin gets these hooks.
What fires, and when
PreToolUse
- Matches
Write|Edit|MultiEditnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" pretool
SessionStart
Fires once when a session begins, and again after a context compaction. It is where a plugin sets up its environment, or restores state the compaction dropped.
- Matches
startup|resume|compactnode "${CLAUDE_PLUGIN_ROOT}/scripts/harness-hook.mjs" session-start
PreCompact
node "${CLAUDE_PLUGIN_ROOT}/scripts/harness-hook.mjs" pre-compact
SubagentStart
- Matches
auto-harness:planner-clarify-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-start auto-harness:planner-clarify-agent - Matches
auto-harness:planner-clarify-parallel-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-start auto-harness:planner-clarify-parallel-agent - Matches
auto-harness:planner-spec-draft-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-start auto-harness:planner-spec-draft-agent - Matches
auto-harness:planner-spec-draft-parallel-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-start auto-harness:planner-spec-draft-parallel-agent - Matches
auto-harness:generator-draft-contract-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-start auto-harness:generator-draft-contract-agent - Matches
auto-harness:generator-draft-contract-parallel-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-start auto-harness:generator-draft-contract-parallel-agent - Matches
auto-harness:generator-build-sprint-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-start auto-harness:generator-build-sprint-agent - Matches
auto-harness:generator-build-integrator-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-start auto-harness:generator-build-integrator-agent - Matches
auto-harness:generator-build-worker-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-start auto-harness:generator-build-worker-agent - Matches
auto-harness:generator-apply-fixes-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-start auto-harness:generator-apply-fixes-agent - Matches
auto-harness:generator-fix-integrator-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-start auto-harness:generator-fix-integrator-agent - Matches
auto-harness:generator-fix-worker-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-start auto-harness:generator-fix-worker-agent - Matches
auto-harness:evaluator-review-contract-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-start auto-harness:evaluator-review-contract-agent - Matches
auto-harness:evaluator-review-contract-parallel-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-start auto-harness:evaluator-review-contract-parallel-agent - Matches
auto-harness:evaluator-write-qa-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-start auto-harness:evaluator-write-qa-agent - Matches
auto-harness:evaluator-write-qa-parallel-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-start auto-harness:evaluator-write-qa-parallel-agent - Matches
auto-harness:evaluator-write-retest-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-start auto-harness:evaluator-write-retest-agent - Matches
auto-harness:evaluator-write-retest-parallel-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-start auto-harness:evaluator-write-retest-parallel-agent - Matches
auto-harness:evaluator-write-final-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-start auto-harness:evaluator-write-final-agent - Matches
auto-harness:evaluator-write-final-parallel-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-start auto-harness:evaluator-write-final-parallel-agent - Matches
auto-harness:qa-report-reviewer-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-start auto-harness:qa-report-reviewer-agent - Matches
auto-harness:retest-report-reviewer-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-start auto-harness:retest-report-reviewer-agent - Matches
auto-harness:final-report-reviewer-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-start auto-harness:final-report-reviewer-agent
SubagentStop
- Matches
auto-harness:planner-clarify-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-stop auto-harness:planner-clarify-agent - Matches
auto-harness:planner-clarify-parallel-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-stop auto-harness:planner-clarify-parallel-agent - Matches
auto-harness:planner-spec-draft-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-stop auto-harness:planner-spec-draft-agent - Matches
auto-harness:planner-spec-draft-parallel-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-stop auto-harness:planner-spec-draft-parallel-agent - Matches
auto-harness:generator-draft-contract-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-stop auto-harness:generator-draft-contract-agent - Matches
auto-harness:generator-draft-contract-parallel-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-stop auto-harness:generator-draft-contract-parallel-agent - Matches
auto-harness:generator-build-sprint-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-stop auto-harness:generator-build-sprint-agent - Matches
auto-harness:generator-build-integrator-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-stop auto-harness:generator-build-integrator-agent - Matches
auto-harness:generator-build-worker-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-stop auto-harness:generator-build-worker-agent - Matches
auto-harness:generator-apply-fixes-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-stop auto-harness:generator-apply-fixes-agent - Matches
auto-harness:generator-fix-integrator-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-stop auto-harness:generator-fix-integrator-agent - Matches
auto-harness:generator-fix-worker-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-stop auto-harness:generator-fix-worker-agent - Matches
auto-harness:evaluator-review-contract-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-stop auto-harness:evaluator-review-contract-agent - Matches
auto-harness:evaluator-review-contract-parallel-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-stop auto-harness:evaluator-review-contract-parallel-agent - Matches
auto-harness:evaluator-write-qa-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-stop auto-harness:evaluator-write-qa-agent - Matches
auto-harness:evaluator-write-qa-parallel-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-stop auto-harness:evaluator-write-qa-parallel-agent - Matches
auto-harness:evaluator-write-retest-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-stop auto-harness:evaluator-write-retest-agent - Matches
auto-harness:evaluator-write-retest-parallel-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-stop auto-harness:evaluator-write-retest-parallel-agent - Matches
auto-harness:evaluator-write-final-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-stop auto-harness:evaluator-write-final-agent - Matches
auto-harness:evaluator-write-final-parallel-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-stop auto-harness:evaluator-write-final-parallel-agent - Matches
auto-harness:qa-report-reviewer-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-stop auto-harness:qa-report-reviewer-agent - Matches
auto-harness:retest-report-reviewer-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-stop auto-harness:retest-report-reviewer-agent - Matches
auto-harness:final-report-reviewer-agentnode "${CLAUDE_PLUGIN_ROOT}/scripts/root-guard.mjs" subagent-stop auto-harness:final-report-reviewer-agent
Ships withauto-harness
Auto-Harness is a Claude Code plugin for longer software tasks that need planning, implementation, QA, fixes, retests, and a final report. Give it a product brief.
Get the whole plugin
Stats
14
Stars
2
Forks
Maintained
Maintenance
JavaScript
Language
MIT
License
4mo ago
Last commit
5mo ago
Created
Repo: redker56/auto-harness

