flow_list
List flows as a Markdown table with state, assignee, and title. Filter by project, state, or user to find work items or review backlog.
Instructions
List flows as a Markdown table (ID | State | Assignee | Titel).
Conventions enforced uniformly across the plugin (skill: devflow-flow-display):
⭐ prefix marks flows assigned to / created by the current user
🔒 marks active agent sessions; idle flows have no lock-marker
Done-flows are hidden by default (focus on open work). Pass includeDone=true to see them.
Order matches the browser FlowsPage default (kanban_sort_order ASC for project-scope, updated_at DESC for cross-project).
Use this to find flows to work on or to brief the user on the backlog.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | Optional project ID to filter flows | |
| state | No | Optional state filter | |
| mine | No | If true, only return flows assigned to / created by the current user. | |
| includeDone | No | If true, include done-flows. Default: false (open backlog only). |