status: complete audience: both chapter: 04 last_updated: 2026-04 contributors: [alexwill87, claude-cockpit] lang: en
4. Personalization
Make your agent truly YOURS -- your voice, your rules, your workflows, your identity.
Configuration (chapter 3) makes the agent functional. Personalization makes it indispensable. This chapter covers shaping the agent's voice and tone, setting up a task system, automating recurring routines, and establishing trust and security boundaries. By the end, you'll have an agent that speaks like you, executes your workflows, and knows exactly where its authority ends.
For country-specific adaptations (regulations, local ecosystem), see chapter 7 (Localization).
Contents
Part A -- Identity and Voice
-
4.1 -- Write your system prompt Draft the foundational text that determines how the agent thinks, responds, and behaves
-
4.2 -- Personality and tone Calibrate register, formality level, and cases where the agent should not imitate you
-
4.3 -- Iteration: your first version won't be right Method to converge in 2-3 rounds toward a prompt that sounds just right
Part B -- Task System
-
4.4 -- Why a task system Move from an agent that advises to an agent that acts and reports
-
4.5 -- How tasks get done The concrete workflow: agent proposes, you validate, it executes, it reports
-
4.6 -- Database as source of truth Use PostgreSQL instead of Markdown files to store tasks and their status
Part C -- Workflows and Routines
-
4.7 -- Recognize a routine Identify repetitive tasks (3+ occurrences, predictable pattern) that are candidates for automation
-
4.8 -- Dry run before trust Test each automation in "show me" mode before letting the agent act alone
-
4.9 -- WORKFLOWS.md Document each procedure in a standardized format the agent can follow to the letter
-
4.10 -- The weekly rhythm Establish the preview Monday / review Friday cycle, prepared automatically by the agent
Part D -- Security and Trust
-
4.11 -- Trust is a configuration Define the rights pyramid: read-only, proposal, supervised execution, autonomy
-
4.12 -- The boundary prompt Write the definitive list of what the agent must never do, under any circumstances
-
4.13 -- Audit: what can your agent access? Run a self-audit to verify that actual access matches your intentions
-
4.14 -- Bilingual configuration Manage French, English, or both, and define the switching rules
Contribute to this chapter -- CONTRIBUTING.md
Proposer une modification sur GitHub