This is deliberate. It reduces context loss, improves output quality, and gives you clearer control over approvals.
Why Specialist Agents Win
- Higher quality per domain: Engineering, product, design, sales, marketing, and operations have different success criteria.
- Less rework: The orchestrator routes tasks to the right specialist first instead of letting one model guess.
- Faster review loops: Decision cards are easier to approve when the right agent produced the artifact.
- Safer autonomy: Trust and budget controls are applied per agent capability, not as one global “on/off.”
Canonical Agent Domains
- Engineering
- Product
- Marketing
- Sales
- Design
- Operations
- Orchestrator
Engineering Agent (`engineering-agent`)
Best for: implementation, bug fixes, refactors, tests, PR-ready diffs.
How Selection Works
Multi-Agent Patterns (Common)
product-agent→engineering-agent: plan first, then implement.design-agent→engineering-agent: spec clarity before code.marketing-agent+sales-agent: aligned narrative from top funnel to close.operations-agent+orchestrator-agent: unblock and stabilize stalled execution.
Governance: Trust, Autonomy, Budget
Check trust state:
What Agents Do Not Do
- They do not access tools you have not connected.
- They do not bypass your decision policy unless you explicitly allow it.
- They do not cross workspace boundaries.
How the spend guardrail actually behaves
A cost cap is checked at accounting boundaries, not continuously.- Before dispatch. The run is priced conservatively and the estimate is
compared against
max_cost_usdand the workspace daily/weekly/monthly caps. An estimate over the line is refused before any provider call. - Between work items. Inside an autonomous session, accumulated cost is compared to the limit before each next item, and an item whose estimate would cross the cap is skipped.
- After the run. Actual cost is reconciled against the cap.
budget_exceeded, and the run raises a
budget_breach decision so the spend lands in the operator chronicle for review.
Next Steps
Decisions
See how approvals, escalations, and blocker resolution work.
Architecture
Understand how agents, MCP, and org graph execution fit together.
