A work desk is a durable operating context where a named line of work lives. It has a goal, a role, a working memory surface, access to selected tools, a log of recent actions, a backlog of jobs, and clear rules for escalation.

The work desk is the same primitive as a session — the unit that starts, runs, persists, and stops — seen from the operator's perspective rather than the platform's. Where a session emphasizes continuity over time, a work desk emphasizes the place where ongoing work, context, artifacts, and responsibilities are gathered.

Why the term matters

Calling the same thing by four different names — session, job, work desk, specialty agent — is not just vocabulary drift. It is a control gap. When the operator says "start a job," the system should create or queue work. When the operator says "open the publishing desk," the system should restore the bounded context where that work happens. When the operator says "ask the research agent," the system should route to the desk whose specialty and permissions fit the request.

If the team uses these labels loosely, the gaps between them are where real failures hide. The work desk is the term that makes the operator-facing intent explicit.

What a desk contains

A mature desk usually has five components:

1. A desk charter. Mission, scope, authority, refusal rules. 2. A persistent memory layer. Durable facts, recent state, active commitments for this line of work. 3. A workspace. Files, notes, repos, tickets, or databases the desk can read and write. 4. A tool profile. Which APIs, automations, and write permissions the desk may use. 5. A job queue. Each job with status, inputs, deadlines, and escalation paths.

Related terms

The desk is the session at the organizational layer. The desk's job list is its queue. A desk tuned for a narrow function is a specialty agent. The coordinating agent above the desks is the CEO agent. The desk's bounded context is the same principle as the agent loop's bounded context, applied at the organizational scale.

For the full field note, see Work Desks and Specialty Agents.