Meta Prompting Brain™

The planning engine.

Meta Prompting Brain™ is responsible for understanding what the developer wants to build.

When a developer submits a request, Brain analyzes the request together with the connected repository context. It determines the type of change required and produces a structured build plan that guides the rest of the system.

The build plan includes:

  • A summary of the requested change
  • The type of build required
  • The expected impact on the repository
  • The workflow that should execute the change

This plan is stored with the workflow run and becomes the blueprint used by the execution engine.

Brain does not modify code directly. It plans the change so that execution can happen safely and predictably.