Concepts

Work items

Tracked deliverables — Objectives, Initiatives, and Tasks. The hierarchy your AI company actually plans against.

Conversations are great for ad-hoc help. But when work needs status, owner, deadline, or visibility across the team, you want a work item.

Work board — kanban columns Draft / Queued / Active / In progress / Blocked / Completed with task cards

The Work page is a kanban grouped by status. Filter by type (Objectives, Initiatives, Epics, Tasks) or by the owning operator. The "in progress" column is the live picture of what your guild is doing right now.

Work items are hierarchical — same shape a real company's roadmap has:

Objective                  what we're trying to achieve this quarter
└─ Initiative              the big bet that gets us there
   └─ Epic                 a chunk of the initiative
      └─ Task              the actual thing someone (or some operator) does

You don't have to use all three levels. A solo operator chasing one task doesn't need an objective wrapper. A team running a quarterly plan probably does.

Anatomy of a work item

FieldWhat it is
TitleShort, action-oriented — "Ship Q4 launch landing", "Migrate billing to Stripe Connect"
DescriptionMarkdown body. Operators read this for context.
OwnerWho's responsible — a human member OR an operator.
Statustodo · in_progress · blocked · done · cancelled
ParentOptional — points at the parent objective/initiative
ChildrenItems underneath this one in the hierarchy
DeadlineOptional ISO date
ArtifactsOutputs produced while working on this item
ConversationOptional — link to a thread where the work is happening

How operators interact with work items

When an operator owns a work item:

  1. They read the description + parent context + workspace files in scope.
  2. They plan — break the item into sub-tasks if needed (creates child work items), call tools, draft artifacts.
  3. They update status as they progress (in_progressdone).
  4. They surface decisions that need your sign-off as approval cards in the linked conversation.

You can re-assign an owner at any time, escalate from operator → human or delegate human → operator. The history (who owned it when, who changed status) is preserved.

Routines

A routine is a work item that runs on a schedule. Examples:

  • Daily marketing recap — runs at 9am, an operator scans yesterday's metrics, summarizes wins/losses, posts to Slack.
  • Weekly support digest — runs Monday morning, operator pulls last week's tickets, classifies, drafts a digest.

A routine produces a fresh work item each run, so you have a tracked record of every execution. See Routines.

When to use a work item vs a conversation

SituationUse
Quick question, brainstormingConversation
Tracked deliverable, stakeholder visibilityWork item
Recurring scheduled jobRoutine (work item with cron)
Ad-hoc tool use ("send this email", "fetch this data")Conversation

Don't over-track. If something's a one-off and nobody else needs to see it, a conversation is fine. Work items earn their weight when there's a deadline, a stakeholder, or a chain of dependent steps.

What's next