> ## 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 Execution Flow: Action to Result

> How governed actions resolve in the Personal domain, from intent through tool execution and receipt.

The Execution Flow in the Personal domain turns your intent into concrete changes in your connected systems. Every step is governed, scoped, and logged.

<Steps>
  <Step title="Intent">
    You approve a day plan, send a drafted reply, or create a focus block.
  </Step>

  <Step title="Context">
    Spine Fabric assembles the relevant entities, history, and authorization.
  </Step>

  <Step title="Decision">
    Twin or you confirm the action: send email, move task, create event.
  </Step>

  <Step title="Proposal">
    A capability is generated with inputs, scope, and expected outcome.
  </Step>

  <Step title="Capability Resolution">
    The capability is matched to a registered connector and authorization scope.
  </Step>

  <Step title="Handoff">
    If your approval is required, the proposal is surfaced in the workbench.
  </Step>

  <Step title="Tool Selection">
    The connector for Gmail, Google Calendar, or Notion is selected based on target system.
  </Step>

  <Step title="MCP/Connector">
    The connector translates the capability into a native API call.
  </Step>

  <Step title="Authorization">
    The call is authorized with your scoped credentials and policy checks.
  </Step>

  <Step title="Human Approval">
    Sensitive actions pause for your explicit approval before execution.
  </Step>

  <Step title="Workflow Execution">
    The action runs: email sends, task moves, event is created.
  </Step>

  <Step title="Source-System Write">
    The change is committed in the source system.
  </Step>

  <Step title="Receipt">
    A receipt is generated with actor, action, scope, time, and outcome.
  </Step>

  <Step title="Event">
    The receipt becomes an event, re-ingested into Spine Fabric.
  </Step>

  <Step title="Continuation">
    Full context persists for your next session.
  </Step>
</Steps>

### Related

* [Capabilities](/internal-docs/domains/personal/capabilities)
* [Workflows](/internal-docs/domains/personal/workflows)
* [System Flow](/internal-docs/domains/personal/system-flow)
* [How It Works: Governed Actions](/how-it-works/governed-actions)
* [How It Works: Continuity](/how-it-works/continuity)
