From alfred
Use when the user wants to view, modify, or reset their Alfred persona, or when running /persona
How this skill is triggered — by the user, by Claude, or both
Slash command
/alfred:persona-managementThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manages the user's evolving persona stored in `.claude/alfred-persona.yaml`.
Manages the user's evolving persona stored in .claude/alfred-persona.yaml.
/persona or asks about their persona.claude/alfred-persona.yaml/self-improve run, or you can run /persona init to create one now."=== Your Alfred Persona ===
Name: <name or "not yet named">
Domain: <primary> (+ <secondary list>)
Explain level: <level>
Autonomy: <autonomy>
Known concepts: <list or "none yet">
Custom rules: <count> rules learned
Corrections received: <count>
Last evolved: <date or "never">
/persona init).claude/.onboarding-state.json for persona and coding_level.claude/alfred.yaml for project type and tools.claude/alfred-persona.yaml from defaults:name: ""
domain:
primary: "<from onboarding persona>"
secondary: []
explain:
level: "<from coding_level: beginner→novice, intermediate→intermediate, advanced→expert>"
known_concepts: []
behavior:
autonomy: suggest-then-do
commit_style: conventional
patterns:
preferred_tools: ["<from alfred.yaml formatting.tool>"]
avoided_tools: []
custom_rules: []
evolution:
correction_count: 0
last_evolved: null
Users can adjust specific fields:
/persona autonomy just-do-it → set behavior.autonomy/persona explain expert → set explain.level/persona know SHAP cross-validation → add to explain.known_concepts/persona forget SHAP → remove from explain.known_concepts/persona prefer ruff pytest → add to patterns.preferred_tools/persona avoid jupyter → add to patterns.avoided_tools/persona name "The Notebook Hater" → set nameAfter any modification:
.claude/alfred-persona.yaml/persona reset)/persona forgetnpx claudepluginhub drakecaraker/alfred --plugin alfredManages user preferences and corrections across sessions, learning from past corrections to adapt communication style, technical preferences, and workflow defaults.
Learns your work habits from conversations, builds a portable profile, and applies it across sessions and projects. Activates on new sessions, coding, debugging, and planning.
Runs guided conversation to collect user identity, relationships, preferences, projects, and current focus into Claude context files for personalization. Useful after setup or to update context.