Overview
| Command | Description | Cost |
|---|---|---|
naive employees list | List all employees | Free |
naive employees hire | Hire a new AI employee | Per-plan pricing |
naive employees fire <id> | Terminate an employee | Free |
naive employees configure <id> | Update model, skills, or name | Free |
How It Works
Employees are AI agents that execute tasks on the kanban board. Each employee has a role, a model configuration, and a set of skills that determine which tasks they can handle. When an employee is hired, a Hermes profile is created with aconfig.yaml, SOUL.md, and .env file containing LLM proxy credentials and Naive CLI access. The employee name becomes the kanban assignee identifier — task assignment uses names (e.g., --assignee "Dev Diana"), not UUIDs.
Recommended flow: Let the CEO propose a team based on your objective. When you approve in chat, the CEO hires employees and assigns tasks automatically using CLI commands. You can also hire employees manually using the commands below.
List Employees
Output
idle, working, offline, error.
Hire an Employee
Options
| Flag | Required | Description |
|---|---|---|
--role <role> | Yes | Employee role (see below) |
--name <name> | Yes | Display name |
--skills <skills> | No | Comma-separated skill tags |
--model <model> | No | AI model (auto-selected by role if omitted) |
Available Roles
| Role | Specialization |
|---|---|
engineer | Coding, deployment, infrastructure |
marketer | SEO, social media, content marketing, ads |
writer | Blog posts, copy, documentation, emails |
sales | Outreach, lead generation, proposals |
designer | Branding, visual assets, UI mockups |
researcher | Market research, competitive analysis, reports |
support | Customer service, ticket handling, FAQ management |
Fire an Employee
- Employee is marked as archived (soft delete)
- Active tasks are returned to
pendingstatus - The employee can no longer receive new tasks
- Historical task completions are preserved
Configure an Employee
Options
| Flag | Description |
|---|---|
--model <model> | Change the AI model |
--skills <skills> | Replace skill tags (comma-separated) |
--name <name> | Update display name |