iiRecord
Agentic AI Atlas · GAP-AGENT-007: Delegation Policy Layer
page:docs-harness-features-backlog-gaps-agent-delegation-gap-agent-007a5c.ai
II.
Page reference

page:docs-harness-features-backlog-gaps-agent-delegation-gap-agent-007

Reading · 1 min

GAP-AGENT-007: Delegation Policy Layer reference

Policy-based capability restriction for delegated harness invocations. Control what tools, permissions, and capabilities sub-harnesses receive based on their role.

Pagewiki/docs/harness-features-backlog/gaps/agent-delegation/GAP-AGENT-007.mdOutgoing · 0Incoming · 1

GAP-AGENT-007: Delegation Policy Layer

FieldValue
Categoryagent-delegation
PriorityMedium
EffortL
StatusMissing

Description

Policy-based capability restriction for delegated harness invocations. Control what tools, permissions, and capabilities sub-harnesses receive based on their role.

Current State

No delegation policy. Worker harness invocations get full capabilities. Task execution hints (execution.permissions) are advisory, not enforced.

Target State

Delegation policies define capability subsets per role. An explorer gets read-only tools. A planner gets analysis tools but no file writes. A verifier gets test execution but limited code modification. Enforced via agentic tool filtering.

Dependencies

Key Files

ComponentPath
Agentic toolspackages/sdk/src/harness/agenticTools.ts
Task definitionspackages/sdk/src/tasks/

Recommendation

Phase 3 implementation. Define CapabilityProfile types (full, read-only, plan-only, verify-only). Enforce via agentic tool filtering in createAgenticToolDefinitions().