Awesome-omni-skill u0542-engineering-multi-agent-negotiation-mediator
Operate the "Engineering Multi-Agent Negotiation Mediator" capability in production for workflows. Use when mission execution explicitly requires this capability and outcomes must be reproducible, policy-gated, and handoff-ready.
install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/ai-agents/u0542-engineering-multi-agent-negotiation-mediator" ~/.claude/skills/diegosouzapw-awesome-omni-skill-u0542-engineering-multi-agent-negotiation-mediat && rm -rf "$T"
manifest:
skills/ai-agents/u0542-engineering-multi-agent-negotiation-mediator/SKILL.mdsource content
Engineering Multi-Agent Negotiation Mediator
Why This Skill Exists
We need this skill because delivery speed must increase without sacrificing correctness. This specific skill resolves resource and strategy conflicts with explicit tradeoffs.
Step-by-Step Implementation Guide
- Define the scope and success metrics for
, including at least three measurable KPIs tied to regressions and brittle release pipelines.Engineering Multi-Agent Negotiation Mediator - Design and version the input/output contract for code changes, tests, incidents, and rollout data, then add schema validation and failure-mode handling.
- Implement the core capability using structured bargaining protocols, and produce negotiated agreement sets with deterministic scoring.
- Integrate the skill into swarm orchestration: task routing, approval gates, retry strategy, and rollback controls.
- Add unit, integration, and simulation tests that explicitly cover regressions and brittle release pipelines, then run regression baselines.
- Deploy behind a feature flag, monitor telemetry/alerts for two release cycles, and iterate thresholds based on observed outcomes.
Metadata
- Skill ID:
542 - Skill Name:
u0542-engineering-multi-agent-negotiation-mediator - Domain:
Software Engineering Automation - Domain Slug:
software-engineering-automation - Archetype:
collaboration-mediator - Core Method:
structured bargaining protocols - Primary Artifact:
negotiated agreement sets - Routing Tag:
software-engineering-automation:collaboration-mediator - Feature Flag:
skill_0542_engineering-multi-agent-negotiat - Release Cycles:
2
Allowed Tools
,read
,write
for contract maintenance, runbook updates, and handoff documentation.edit
,exec
for deterministic execution, validation suites, and regression checks.process
,web_search
only when fresh external evidence is required for claims/evidence inputs.web_fetch- Use messaging or publishing tools only after policy approval gates are satisfied.
Inputs (formatted)
| name | type | required | source |
|---|---|---|---|
| code changes | signal | true | upstream |
| tests | signal | true | upstream |
| incidents | signal | true | upstream |
| rollout data | signal | true | upstream |
| claims | signal | true | upstream |
| evidence | signal | true | upstream |
| confidence traces | signal | true | upstream |
Outputs (formatted)
| name | type | guaranteed | consumer |
|---|---|---|---|
| negotiated_agreement_sets_report | structured-report | true | orchestrator |
| negotiated_agreement_sets_scorecard | scorecard | true | operator |
Guidelines
- Validate required inputs before execution and reject non-conforming payloads early.
- Run
with deterministic settings and trace capture enabled.structured bargaining protocols - Produce
outputs in machine-readable form for orchestrator/operator use.negotiated agreement sets - Keep routing aligned with
and include approval context.software-engineering-automation:collaboration-mediator - Tune thresholds incrementally based on observed KPI drift and incident learnings.
Musts
- Enforce approval gates:
,policy-constraint-check
.human-approval-router - Apply retry policy: maxAttempts=
, baseDelayMs=3
, backoff=900
.exponential - Run validation suites before release:
,unit
,integration
,simulation
.regression-baseline - Fail closed when validation gates fail and execute rollback strategy
.rollback-to-last-stable-baseline - Preserve reproducible evidence artifacts for audits and downstream handoff.
Targets (day/week/month operating cadence)
- Day: Validate new upstream signals, execute deterministic run, and hand off outputs for active decisions.
- Week: Review KPI focus (
,regressions
,brittle release pipelines
), failure trends, and approval/retry performance.decision drift - Month: Re-baseline deterministic expectations, confirm policy alignment, and refresh feature-flag/rollout posture.
Common Actions
- Intake Check: Confirm all required signals are present and schema-valid.
- Core Execution: Run the capability pipeline and generate report + scorecard artifacts.
- Gate Review: Evaluate validation and approval gates before publish-level handoff.
- Recovery: Retry transient failures, then rollback to stable baseline on persistent errors.
- Handoff: Send artifacts with risk/confidence metadata and downstream routing hints.
External Tool Calls Needed
- None required by default.
- If external systems are introduced for a run, record the dependency, timeout budget, and retry behavior in execution notes.
Validation & Handoff
Validation Gates
: All required input signals present and schema-valid (on fail:schema-contract-check
)quarantine
: Repeated run on same inputs yields stable scoring and artifacts (on fail:determinism-check
)escalate
: Approval gates satisfied before publish-level outputs (on fail:policy-approval-check
)retry
Validation Suites
unitintegrationsimulationregression-baseline
Failure Handling
: Missing or malformed required signals → Reject payload, emit validation error, request corrected payloadE_INPUT_SCHEMA
: Determinism delta exceeds allowed threshold → Freeze output, escalate to human approval routerE_NON_DETERMINISM
: Downstream or external dependency timeout → Apply retry policy then rollback to last stable baselineE_DEPENDENCY_TIMEOUT
Handoff Contract
- Produces:
,Engineering Multi-Agent Negotiation Mediator normalized artifacts
,execution scorecardrisk posture - Consumes:
,code changes
,tests
,incidents
,rollout data
,claims
,evidenceconfidence traces - Downstream Hint: Route next to software-engineering-automation:collaboration-mediator consumers with approval-gate context