Skip to content
Kitsy Docs Open COOP

Quick Start

Quick Start

Initialize a workspace:

Terminal window
coop init --name "Web App" --id webapp --aliases heypkv,frontend

Create a task and a delivery:

Terminal window
coop create task "Implement webhook pipeline"
coop create delivery --name MVP --scope PM-100,PM-101 --target-date 2026-06-01

Use the task-first flow:

Terminal window
coop next
coop pick --track backend --claim --actor dev1
coop start PM-100 --claim --actor dev1
coop review PM-100
coop complete PM-100

When a command accepts an entity reference, the entity noun is optional. For example, coop show PM-100 and coop show task PM-100 are equivalent.