Skip to content
Kitsy Docs Open COOP

Create and Update

Create and Update

Create commands:

Terminal window
coop create task "Implement webhook pipeline"
coop create task "UX: Auth user journey" --id UX-AUTH-1
coop create task "UX: Auth user journey" --proj UX --feat AUTH
coop create task --from-file task-draft.yml
coop create idea "Subscription page"
coop create track --name "Backend"
coop create delivery --name MVP --scope PM-100,PM-101 --target-date 2026-06-01

Update commands:

Terminal window
coop update PM-100 --priority p1 --assign pkvsi
coop update PM-100 --acceptance-set "Contract approved" --acceptance-set "Client mapping documented"
coop update PM-100 --track MVP --delivery MVP
coop update PM-100 --add-delivery-track MVP --priority-in MVP:p0
coop comment PM-100 --message "Waiting on shared contract confirmation"
coop log-time PM-100 --hours 1.5 --kind worked --note "Initial implementation"
coop rename PM-100 APPS-TRUTH-TABLE

Repeatable free-text list fields preserve commas inside each value. Use repeated flags instead of comma-separated prose.

When you ingest drafts from --from-file or --stdin, COOP keeps only recognized fields, synthesizes canonical metadata, and warns on ignored fields.