Quick Start
Quick Start
Initialize a workspace:
coop init --name "Web App" --id webapp --aliases heypkv,frontendCreate a task and a delivery:
coop create task "Implement webhook pipeline"coop create delivery --name MVP --scope PM-100,PM-101 --target-date 2026-06-01Use the task-first flow:
coop nextcoop pick --track backend --claim --actor dev1coop start PM-100 --claim --actor dev1coop review PM-100coop complete PM-100When 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.