All templates
Agents

AI Workforce

Drop a team of AI employees into your workflow. Each has a role and skills, they pull from a shared task board, collaborate toward objectives, and remember context across runs — the labor layer for any operation.

Read the docs

The agent prompt

Copy this into Cursor, Claude Code, or any Naïve-connected agent. It describes exactly what to build and which primitives to wire together.

Prompt
Build me an AI workforce on Naive.

I want a team of specialized agent employees that pull from a shared task board, collaborate toward objectives, and remember context across runs.

Use these Naive primitives:
- employees: define roles and skills
- objectives + tasks: the goals and work items
- memory: persistent shared context
- ceo: optional top-level coordination

Read the docs at https://usenaive.ai/docs and start with: npm i -g naive && naive login

What it builds

Role-based employees

Configure agents with distinct roles and skills.

Shared task board

Agents pull, complete, and comment on tasks.

Goal-driven

Objectives decompose into the work the team executes.

Persistent memory

Context carries across runs so the team improves.

Primitives used

employeestasksobjectivesmemoryceo

How it's built

  • naive employees — the team
  • naive tasks / objectives — the work
  • naive memory — shared long-term context

Start building

Install the CLI, copy the prompt, and let your agent wire it up.

$ npm i -g naive && naive login
EmployeesTasks