Skip to content
Kitsy Docs Open COOP

Your First Project

Your First Project

A COOP workspace stores project data under .coop/projects/<project.id>/....

Typical directories include:

.coop/
config.yml
projects/
<project.id>/
config.yml
tasks/
ideas/
tracks/
deliveries/
runs/
history/
.index/

The core entities are:

  • task: executable work with dependencies, acceptance criteria, tests, and scheduling metadata.
  • idea: not-yet-scheduled or not-yet-refined work.
  • track: a workstream lens for scheduling and reporting.
  • delivery: a scope or release grouping for planning and burndown.

Use coop project list, coop project show, and coop project use <id> when a workspace contains multiple projects.