Configuration inheritance
Missions inherit your existing Droid configuration:- MCP integrations — Workers can use your connected tools (Linear, Sentry, Notion, etc.)
- Custom skills — Your existing skills are available and new ones can be developed during planning.
- Hooks — Lifecycle hooks fire during mission execution.
- Custom droids — Subagents configured in your project are available to workers.
- AGENTS.md — Workers follow your project conventions and coding standards.
Headless mission execution
Missions can also run non-interactively viadroid exec --mission. This is useful for CI, scheduled jobs, and any environment where you want the orchestrator to plan and execute without a live TUI.
See
droid exec for the full headless reference.
Configuration
Missions are tuned through themissionModelSettings object and a few top-level keys. Set these in your global or project settings file.
Enterprise: restricting mission access
Organizations can restrict who is allowed to launch missions through themissionPolicy org-level setting:
restrictedAccess is true, only members listed in allowedUserIds can start new missions. See the settings reference for the full enterprise policy surface.
See also
- Factory Missions overview — Concepts and how Missions work
- Planning & Validation — Scope features, milestones, and validation
- Running in the CLI — Monitor and steer execution
