Skip to content

task_origination

Scope: domain • Default: agent_proposed_coordinator_approved

Who can add tasks to this domain's queue.

Positions

PositionWho can addWho must approve
human_onlyHumans only. Agents never create tasks.n/a
agent_proposed_human_approvedAgents may propose; humans must approve before exploring.Human
agent_proposed_coordinator_approvedAgents may propose; the domain coordinator approves.Coordinator
agent_autonomousAgents may create tasks freely (still subject to coordinator review later).None at origination

When to pick which

  • human_only for high-risk domains (production infra, migrations).
  • agent_proposed_coordinator_approved — the sweet spot for most domains.
  • agent_autonomous for a domain with a tight review loop where throwaway ideas are cheap to reject.

Interaction with business_envelope_strictness

Even under agent_autonomous, the business envelope still applies — envelope violations will reject the proposal if business_envelope_strictness is strict.

Released under the FLL-1.2 License.