Skip to content

Change System Instruction

Each agent in the Mansa system has a system instruction. This is the foundational prompt that sets its role, operating constraints, output format, and decision-making guidelines. The system instruction is the most powerful lever in the system: changes here affect every run the agent makes until it’s changed again.

  • The agent’s role and identity within the Mansa system
  • The output format for structured data (e.g. how Attio records should be shaped)
  • Hard constraints (things the agent must never do)
  • How the agent handles ambiguous or missing information
  • How the agent escalates to Mansa (the coordinator) when stuck
Agent Primary Responsibility
Mansa (Coordinator) Orchestrate the daily and weekly workflows, delegate to workers, produce the digest
Email Processor Classify, deduplicate, extract, and draft a pitch deck request when one is missing
Meeting Agent Parse meeting notes, extract decisions, update Attio, draft the recap email
Dreamer Compact memory stores without introducing new lessons or losing real ones
  • The agent is consistently making a class of mistakes that rubric or memory updates alone can’t fix
  • A hard constraint needs to be added or changed (for thesis or voice changes, update about_bkr_capital.md instead)
  • A new step needs to be added to an agent’s core workflow
  • The output format for Attio records needs to change

Step 1: Edit the Instruction in SharePoint

Section titled “Step 1: Edit the Instruction in SharePoint”

The system instruction source files live in the Mansa System Instructions SharePoint folder. Open the file for the agent you want to update, make your changes, and save in SharePoint before touching the Claude Console.

Go to platform.claude.com/dashboard and sign in.

In the left sidebar, expand Managed Agents and click Agents.

Find the agent whose instruction you want to update and click on it to open its configuration.

Locate the System prompt field, select all the existing content, and replace it by pasting in the updated text from SharePoint.

When writing or editing instructions, follow these principles:

  • Be explicit about constraints. Vague instructions produce inconsistent behaviour.
  • Use numbered steps for multi-stage workflows so the agent has a clear sequence to follow
  • Prefer concrete examples over abstract rules where possible
  • Always specify what the agent should do when a step fails or information is missing

Save the updated instruction. To verify it’s behaving correctly, you can trigger a manual run from the Deployments section and review the session output before the next scheduled run fires.

Mansa (the coordinator) passes context to worker agents at the start of each delegated task. If you change Mansa’s system instruction, verify that the context it passes is still compatible with what the worker agents expect. If you change a worker agent’s system instruction, verify that Mansa’s instructions for how to invoke that worker still apply.

If a system instruction change causes problems, contact Adullam Technologies to revert to a previous version via the Claude Console API.