Skip to main content

extend-the-harness

Decision guide for adding a 4th+ role to OUR 3-agent AgentCore coding-agent harness (Claude Code = BACKEND / implements the backend deliverable, Kiro = VALIDATOR / authors the acceptance check whose exit code decides, opencode = FRONTEND BUILDER). Use when the user says "add an agent to the harness", "extend the harness", "add a reviewer agent", "add a docs agent", "add a security/threat agent", "add a second implementer", "split the work across more agents", "what else should the harness have", "do we need a code reviewer / critic", "register a new coding agent", or "wire a new role into the orchestrator". Applies the harness design principles (extensibility behind interfaces, per-task model routing, cost-first, reliability) to decide whether a new role is justified and how to register it. The core rule it enforces: add a role only when it maps to a genuinely different JOB, never to split one job across more agents.

Jump to install

Source facts

Repository
aws-samples/sample-amazon-bedrock-agentcore-coding-agents
Last source activity
August 5, 2026 at 19:49
Detected SKILL.md language
English
Stars
8
Forks
10

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.