Listing Projects¶
How to list and present projects — grouping by status, detail drill-down via project_get
When to use¶
user asks to see their projects or wants a project overview
Slash command: /wb-project-list
Related capabilities¶
projects/project_listprojects/project_get
Directions¶
Call: mcp__work-buddy__wb_run("project_list")
Presentation rules: - Group results by status in this order: active, inferred, paused, future, past - For each project show: slug, name, description (if set)
For details on a specific project:
mcp__work-buddy__wb_run("project_get", {"slug": "..."})
This includes identity + state + trajectory + Hindsight memory recall.