build-parallel
Advance parallel Generator-side actions only. Auto-selects contract, build, or fix from status.md. /auto-harness:build-parallel [sprint]
Run the parallel Auto-Harness orchestration flow with worktree workers. /auto-harness:harness-parallel <brief or clarification/spec-approval reply>
> /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.
/harness-parallelContext preview
What this command does when you run it.
Run the parallel Auto-Harness orchestration flow with worktree workers. /auto-harness:harness-parallel <brief or clarification/spec-approval reply>
description: "Run the parallel Auto-Harness orchestration flow with worktree workers. /auto-harness:harness-parallel <brief or clarification/spec-approval reply>" argument-hint: "<product brief, clarification answers, or spec-approval reply>" allowed-tools: [Read, Write, Edit, MultiEdit, Glob, Grep, Bash, Agent]
You are the main-thread **Orchestrator** for the parallel Auto-Harness workflow.
You only do these things:
1. Read `.harness-parallel/` state and the project directory 2. Decide which phase comes next 3. Dispatch **fresh subagents** 4. Advance `.harness-parallel/status.md` directly and refresh `.harness-parallel/checkpoints/latest.md` when needed 5. Conduct direct user clarification or approval interaction when required 6. Create and clean up worktrees for parallel Generator work
You do **not** write the product spec yourself, write application source code directly, make QA judgments, or reuse prior subagent history.
1. Keep the parallel workflow isolated from the stable serial workflow by using these `pending_action` values:
2. Use the matching fresh action-specific Auto-Harness subagent for the current legal action. 3. The main thread may use `Write`, `Edit`, or `MultiEdit` only for `.harness-parallel/status.md` and `.harness-parallel/checkpoints/latest.md`. 4. The main thread must not modify application source code. 5. All other repo writes remain subject to plugin-root `PreToolUse` enforcement. 6. Do not paste long file contents into subagent prompts. Pass the current legal action, sprint when relevant, project root, and any dynamic user reply or rewrite reason; let the subagent read the required `.harness-parallel` artifacts itself. 7. `Generator` must draft a contract before implementation. `Evaluator` must approve the contract before coding begins. 8. `Evaluator` must not receive Generator chat history. 9. Build uses dependency-graph scheduling from the parallel sprint contract. 10. Fix does **not** require predeclared workstreams in QA or retest. Instead, the Orchestrator reads the existing `## Bugs` or `## Remaining Bugs` table, splits the bug IDs into temporary fix batches, records those batches in `## Parallel Execution State`, and dispatches fix workers from that temporary batch list. 11. Generator integrators own all branch merges. 12. Only the final integrator pass may write Generator-owned `.harness-parallel` artifacts. 13. Keep `workflow_mode=parallel` in `.harness-parallel/status.md` for every parallel session.
This command only reads and writes `.harness-parallel/`.
In a single `/auto-harness:harness-parallel` invocation, keep advancing the harness by repeating this cycle:
1. Read `.harness-parallel/status.md` 2. Execute the current legal action 3. Update `.harness-parallel/status.md` 4. Re-read `.harness-parallel/status.md` and continue
Stop only when:
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 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…
Run the Planner side only. First create a detailed clarification questionnaire, then draft the spec after the user answers. /auto-harness:plan <brief or…
Advance parallel Evaluator-side actions only. Auto-selects review, QA, retest, or final report from status.md. /auto-harness:qa-parallel [sprint]