Workspace Example
One installable bundle: the task app plus its routine, preconfigured.
SidemenuWorkbenchRoutine
Cowork Studio
Tasks
Ship landing
Review PR #42
Write digest
Open board
Todo
Review PR #42
Write digest
Doing
Fix nav link
Done
Ship landing
A workspace bundles apps, routines, settings, and files into a single installable unit. This one ships the two-surface task app (sidemenu + workbench board) together with the daily-digest routine, slots and wiring preconfigured — open the workspace and everything is already in place.
Use this shape to distribute a complete setup to a team: they install one thing and get the whole arrangement, instead of assembling apps and routines by hand.
Installation
cowork template install ws-tasks Code
// cowork.workspace.json
{
"name": "Tasks",
"apps": [{ "file": "tasks.jsx", "slots": ["sidemenu.1"] }],
"routines": [{ "file": "daily-digest.ts" }],
"files": ["tasks.json"]
}