A project is a named collection of related tasks. Use projects for ongoing efforts — a product launch, a home renovation, a work initiative — where tasks share context and belong together.
Each project has its own category list. Categories help you label tasks within the project — for example, a software project might have categories like Frontend, Backend, CLI, and Design.Setting categories from the CLI:
# View current categoriestandem project categories list "My Project"# Add a categorytandem project categories add "My Project" Backend# Replace all categories at oncetandem project categories set "My Project" Frontend Backend Database DevOps Design
When you edit a task in a project, the category dropdown shows that project’s categories.