display_task_board
Generate a visual markdown task board with columns for backlog, ready, in-progress, and done; filter by category and hide or show completed tasks.
Instructions
Generate a visual task board in markdown format with columns for each status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Filter by category | |
| show_all | No | Show all tasks including done (default: hide done) |