Docs

Discussion to Task

MindMux is strongest when it connects reasoning to execution cleanly.

Workflow

  1. Use a session to converge on a concrete action.
  2. Confirm the action is clear enough to hand off.
  3. Package the relevant context.
  4. Create and dispatch a task.
  5. Review the result and feed any durable outcome back into the brain.

What good handoff looks like

A task should start with:

  • a clear objective
  • the right brain pages
  • the right runtime or execution path
  • enough context to avoid repeated rediscovery

Why MindMux uses tasks instead of raw copy-paste

Simple copy-paste loses structure, session origin, and execution state. MindMux keeps the handoff tied to:

  • the source discussion
  • the project brain
  • the chosen execution model

After execution

The loop is not complete when a task finishes. Teams should still ask:

  • did the result change project truth
  • should a page or root doc be updated
  • are there follow-up tasks or corrections

That closes the gap between "work was done" and "project memory improved".