From coding-agent-orchestration-harness
Trigger for non-trivial implementation, PR/code review, and bug fix/refactor work; routes validation depth and evidence expectations, including required checks, through progressive disclosure across architecture, stack, language/tech, validation, and security.
How this skill is triggered — by the user, by Claude, or both
Slash command
/coding-agent-orchestration-harness:engineering-quality-baselinesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Intent: provide a minimum-sufficient, repository-agnostic quality baseline for non-trivial changes and reviews.
references/architecture-gates.mdreferences/core-principles.mdreferences/language-gates.mdreferences/language-go.mdreferences/language-python.mdreferences/language-rust.mdreferences/language-typescript-javascript.mdreferences/review-rubric.mdreferences/security-boundaries.mdreferences/stack-backend-frontend.mdreferences/tech-web-frameworks.mdreferences/testing-validation.mdClassify risk before loading deeper references:
If all are low and local, use default routing depth. If any are medium/high or uncertain, escalate depth.
Use levels from references/language-gates.md:
Escalation triggers: unresolved high-risk findings, unclear boundary ownership, failing validation evidence, or reviewer-identified uncertainty.
Load only relevant categories:
references/core-principles.md (when intent/scope or tradeoffs are unclear)references/architecture-gates.md (when boundaries, layering, or contracts change)references/stack-backend-frontend.md (when execution path spans backend/frontend concerns)references/language-gates.md (always for in-scope language/tech routing)references/testing-validation.md (when selecting required checks and evidence depth)references/security-boundaries.md (when auth, secrets, trust boundaries, or data sensitivity are touched)references/review-rubric.md (when performing PR/code review or final quality scoring)Then load only applicable language/tech details:
references/language-rust.mdreferences/language-typescript-javascript.mdreferences/language-python.mdreferences/language-go.mdreferences/tech-web-frameworks.mdUse this note in task output:
Quality routing note
- Routing level: L{0|1|2|3}
- In-scope docs: [...]
- Out-of-scope docs: [...] (reason)
- Top risks: [security|data-integrity|migration|concurrency|external-deps|contract|performance]
- Risk profile: [low|medium|high] with rationale
- Required checks: [{name: ..., status: pass|fail|waived, evidence: ...}]
- Optional recommended checks: [{name: ..., status: pass|fail|skipped, evidence: ...}]
- At Risk items: [{item: ..., owner: ..., target_date: ...}] or []
- Residual risk / follow-up: [...]
Stop condition: stop only when acceptance is fully met, all required validations are pass or explicitly waived with rationale and evidence, no remaining Fail gates exist at the current routing level, and every At Risk item has an owner and target date recorded.
npx claudepluginhub ebigunso/agent-harness --plugin coding-agent-orchestration-harnessGuides evidence-driven analysis for hard bugs, architecture decisions, root-cause investigation, and high-stakes implementation planning using repo fingerprints, hypothesis ladders, and evidence matrices.
Orchestrates egregore QUALITY pipeline: runs git-diff convention checks and invokes review skills for code-review, unbloat, tests, docs in self-review or PR-review modes.
Runs Stage 2 code quality review (SOLID, DRY, security, test quality) after spec review passes. Used via /review or 'check code quality'.