action-boundary

Enforce strict role boundaries for autonomous agents in multi-agent planning and review tasks.

2|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/buchananwill/ue-claude-scaffold --skill action-boundary
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: action-boundary
Source: https://github.com/buchananwill/ue-claude-scaffold/tree/main/skills/action-boundary
Command: npx skills add https://github.com/buchananwill/ue-claude-scaffold --skill action-boundary

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enforces mandated boundaries for agents in multi-agent teams, preventing scope creep and cross-concern contamination by ensuring actions stay within defined mandates and that read-only roles are respected.

Core Features & Use Cases

  • Declare your boundary. Your agent definition states what you do and do not do. Honour it exactly.
  • Stay in your lane. If you notice an issue outside your mandate, do not report it. A separate agent with that mandate will catch it.
  • Read-only means read-only. Reviewers or planners never modify files.
  • Follow the plan, not instincts. Do not add features outside the plan; note any uncertainty.
  • Flag, don't fix. If something is outside your scope, mention it in a Notes section instead of taking action.

Quick Start

Declare your boundary in the agent definition and follow the plan exactly, reporting any boundary violations rather than acting outside your mandate.

Frequently Asked Questions about action-boundary

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prevent autonomous agents from modifying files outside their mandate in a multi-agent system?

Agent boundary enforcement requires declaring explicit mandates in agent definitions so autonomous agents stay in their lane. Agents flag out-of-scope issues in a Notes section instead of modifying files outside their defined mandate.

What does read-only mean for reviewer agents in a multi-agent planning task?

Read-only behavior for reviewer agents means planners and reviewers never modify files during multi-agent planning. They strictly observe the plan, flag boundary violations, and report uncertainties without taking implementation action.

How do I enforce role boundaries to stop cross-concern leakage during agent implementation?

Enforcing role boundaries to stop cross-concern leakage requires agents to follow the plan exactly rather than instincts. Agents note uncertainties and avoid adding features outside the declared plan, ensuring actions stay within defined mandates.

Can an agent report an issue it finds outside its mandate during a multi-agent review?

No, agents should not report issues outside their mandate. The boundary enforcement protocol dictates that if you notice an out-of-scope issue, you stay in your lane because a separate agent with that specific mandate will catch it.

What is the best way to define mandates for autonomous agents to prevent scope creep?

The best way to prevent scope creep is to declare explicit boundaries in the agent definition stating exactly what the agent does and does not do. Agents must honour this declaration exactly and follow the plan without adding features.