> ## Documentation Index
> Fetch the complete documentation index at: https://docs.integratewise.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Personal Domain Capabilities: Governed Actions

> Capabilities in the Personal domain with authorization, scope, and concrete examples of read, write, communication, and workflow actions.

Every action in the Personal domain is a governed capability. Capabilities carry authorization, scope, and a receipt. They write back to your personal systems through connectors and are logged for audit.

### Read Capabilities

* `gmail.message.read`: Fetch email threads and metadata.
* `calendar.event.read`: Retrieve calendar events and attendee lists.
* `task.list.read`: Query personal task lists across connected systems.

### Write Capabilities

* `gmail.message.send`: Send a drafted reply from Spine. Requires send scope.
* `calendar.event.create`: Create a focus block or meeting. Requires calendar write scope.
* `task.create`: Add a task from an email or meeting. Requires task system scope.

### Communication Capabilities

* `slack.message.send`: Post a quick note to a Slack channel.
* `email.reminder.send`: Send a self-reminder with embedded context.

### Workflow Capabilities

* `daily.plan.auto`: Propose a day plan from meetings, tasks, and habits.
* `inbox.triage.run`: Auto-triage inbox items into tasks, calendar events, or archives.
* `followup.workflow.run`: Execute a follow-up sequence, including drafting and scheduling.

Each capability returns a receipt that includes the actor, action, scope, time, and outcome.

### Related

* [Workflows](/internal-docs/domains/personal/workflows)
* [Execution Flow](/internal-docs/domains/personal/execution-flow)
* [How It Works: Governed Actions](/how-it-works/governed-actions)
* [Platform Capabilities](/platform/capabilities)
* [Integrations](/internal-docs/domains/personal/integrations)
