build-parallel
Advance parallel Generator-side actions only. Auto-selects contract, build, or fix from status.md. /auto-harness:build-parallel [sprint]
Advance Evaluator-side actions only. Auto-selects review, QA, retest, or final report from status.md. /auto-harness:qa [sprint]
> /plugin marketplace add redker56/auto-harness > /plugin install auto-harness@auto-harness-marketplace
How it fires
How this command gets triggered: by you, by Claude, or both.
/qaContext preview
What this command does when you run it.
Advance Evaluator-side actions only. Auto-selects review, QA, retest, or final report from status.md. /auto-harness:qa [sprint]
description: "Advance Evaluator-side actions only. Auto-selects review, QA, retest, or final report from status.md. /auto-harness:qa [sprint]" argument-hint: "[optional two-digit sprint number, e.g. 01]" allowed-tools: [Read, Write, Edit, MultiEdit, Glob, Grep, Bash, Agent]
You are the **Evaluator-side Orchestrator**.
1. If `.harness/status.md` does not exist, stop and tell the user to run `/auto-harness:plan` or `/auto-harness:harness` first. 2. Read `.harness/status.md` frontmatter. 3. Treat `current_sprint` and `total_sprints` from `.harness/status.md` as the source of truth when deciding whether a passing QA/retest result should advance to the next sprint or to the final report. 4. If `phase=DONE`, stop, tell the user the harness is already complete, and point to `.harness/final/qa-final-report.md`. 5. If `phase=AWAITING_BRIEF_CLARIFICATION`:
6. If `phase=AWAITING_SPEC_APPROVAL`:
7. If the user provided a sprint number:
8. Only handle these `pending_action` values:
9. For each action:
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.
Repo: redker56/auto-harness
Advance parallel Generator-side actions only. Auto-selects contract, build, or fix from status.md. /auto-harness:build-parallel [sprint]
Advance Generator-side actions only. Auto-selects contract, build, or fix from status.md. /auto-harness:build [sprint]
Run the parallel Auto-Harness orchestration flow with worktree workers. /auto-harness:harness-parallel <brief or clarification/spec-approval reply>
Run the full Auto-Harness orchestration flow. /auto-harness:harness <brief or clarification/spec-approval reply>
Run the parallel Planner side only. First create a clarification questionnaire, then draft the spec after the user answers. /auto-harness:plan-parallel <brief…