yc-bench task-list
Display all tasks owned by your company, including planned, in-progress, completed, and cancelled tasks.
Usage
Parameters
Filter by task status: planned, in_progress, completed, or cancelled
Filter by assigned employee ID
Sort by: deadline, payment, prestige, or status (default: deadline)
Response
Returns array of company tasks:List of all company tasks
Unique task identifier
Task title/description
Current status: planned, in_progress, completed, or cancelled
Payment in dollars upon completion
Prestige points for completion
ID of assigned employee, or null
Task deadline (ISO 8601 format)
Completion percentage (0-100)
Total number of tasks
Count by status
Example
Example Output
Status Meanings
- planned - Accepted, may have employee assigned, not started
- in_progress - Employee actively working on task
- completed - Successfully finished, payment received
- cancelled - Cancelled with prestige penalty
Related Commands
- task-inspect - Detailed task information
- task-accept - Accept new task from market
- task-assign - Assign employee to task
- task-dispatch - Start work on task