Task Creation

Tasks are the core ‘unit of work’ in SynthGrid. They can be initiated in two primary ways: directly by a user, or reactively in response to a business event.

Direct Task Creation

The primary way to create a task is to start a chat with a Synth. By giving the Synth instructions in natural language, a new task is created to track that conversation and its outcomes. This chat-first approach allows for a flexible and intuitive workflow.

Reactive Task Creation

Reactive tasks are created automatically in response to an external event. This is a key part of SynthGrid’s proactive architecture.

These events typically relate to your business systems—such as a new email arriving, a CRM record being updated, or a new pull request being opened in GitHub. Reactive task creation is a foundational building block for business automation in SynthGrid.