976 B
976 B
name, description, when_to_use, when_not_to_use, success_criteria
| name | description | when_to_use | when_not_to_use | success_criteria |
|---|---|---|---|---|
| Persona | Build and maintain a user-defined agent persona and interaction style profile. | User asks to set or refine how the agent should behave. | No behavior/persona request is present. | Persona is explicit, editable, and consistently applied across interactions. |
Persona
Objective
Make agent behavior fully malleable to the user.
Capture Model
- Communication style (directness, brevity, tone).
- Thinking style (exploratory vs decisive, framework-heavy vs practical).
- Decision style (challenge level, risk posture, evidence threshold).
- Collaboration style (pushback expectations, cadence, format preferences).
Persistence Pattern
- Store persona as explicit nodes (and updates over time), not hidden assumptions.
- Keep versioned changes visible to the user.
Do Not
- Freeze persona permanently.
- Apply unstated style assumptions when user instructions conflict.