--persona to start a session with a specialized mindset.
Personas
Use the--persona flag to run Fliiq as a specialized agent:
Built-in Personas
Fliiq ships with four personas:Auto-Detection
When no--persona flag is given, Fliiq automatically detects which playbook to load based on keywords in your prompt. If 2+ keywords match a playbook, it activates.
Examples:
Creating Custom Personas
.fliiq/playbooks/devops.md from a template. Edit the file to add your instructions.
Keywords
The# Keywords: line defines when the playbook activates automatically:
--persona devops.
Content
The rest of the file is free-form markdown instructions the agent follows:Playbooks in Jobs
Scheduled jobs can load a playbook directly via theplaybook: field in job YAML. This lets a job run with specialized domain instructions without requiring a --persona flag at the command line:
--persona does in interactive mode.
Playbook Resolution
Custom playbooks with the same name override bundled ones. Custom playbooks with new names are additive.