yc-bench task-accept
Accept an available task from the market, adding it to your company’s task list in “planned” status.
Usage
Parameters
The ID of the task to accept from the market
Response
Returns the accepted task details:Unique task identifier
Task title/description
Task status (will be “planned”)
Payment in dollars upon completion
Prestige points gained upon completion
Estimated hours to complete
Minimum employee tier required (junior, mid, senior, staff)
Task deadline (ISO 8601 format)
Confirmation message
Example
Example Output
Task Status Flow
- market - Available in market (before acceptance)
- planned - Accepted but not started (after this command)
- in_progress - Employee assigned and working
- completed - Finished successfully
- cancelled - Cancelled (prestige penalty)
Error Cases
- Task not found - Invalid task ID or already accepted
- Insufficient prestige - Task requires higher prestige
- Already accepted - Task already in company task list
Related Commands
- market-browse - Browse available tasks
- task-assign - Assign employee to task
- task-dispatch - Start work on task
- task-list - List company tasks