--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:| Persona | Flag | Best for |
|---|---|---|
| Coding | --persona coding | Architecture, refactoring, debugging, engineering standards |
| Product Manager | --persona product-manager | PRDs, user stories, sprint planning, prioritization, stakeholder communication |
| Frontend | --persona frontend | Component architecture, accessibility, responsive design, performance, visual quality |
| Blog SEO | --persona blog-seo | Content marketing, SEO-optimized blog posts, editorial standards, keyword targeting |
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
| Source | Location | Priority |
|---|---|---|
| Custom | .fliiq/playbooks/ | Highest |
| Bundled | Package playbooks/ | Fallback |