List tasks by directory with progress and visual indicators
[--dir <directory>] [--status <status>] [--format <format>]# task-list **Category**: Task Management ## Usage ## Arguments - `--dir`: Optional - Specific directory (focus, active, paused, completed, all). Default: all - `--status`: Optional - Filter by status (pending, in_progress, completed, blocked) - `--format`: Optional - Output format (table, list, json). Default: table ## Execution Instructions for Claude Code When this command is run, Claude Code should: 1. Scan specified directories for task files (*.md) 2. Parse each task file header to extract: - Task ID and title - Status and priority - Progress percentage - Estimate...