Skip to main content

yc-bench company-status

Get a comprehensive overview of your company’s current financial status, reputation, active tasks, and employee payroll obligations.

Usage

yc-bench company-status

Parameters

This command takes no parameters.

Response

Returns current company metrics:
funds
number
Current available cash in dollars
prestige
number
Current prestige score (reputation)
employeeCount
number
Total number of employees
monthlyPayroll
number
Total monthly salary obligations in dollars
activeTasks
number
Number of tasks currently in progress
plannedTasks
number
Number of accepted tasks not yet started
runwayMonths
number
Months of runway at current burn rate
nextPayrollDate
string
Date of next payroll payment (ISO 8601 format)

Example

# Check company status
yc-bench company-status
Example Output
{
  "funds": 47500,
  "prestige": 8,
  "employeeCount": 3,
  "monthlyPayroll": 18000,
  "activeTasks": 2,
  "plannedTasks": 1,
  "runwayMonths": 2.6,
  "nextPayrollDate": "2024-02-01T00:00:00.000Z"
}
# Example formatted output
=== Company Status ===
Funds: $47,500
Prestige: 8
Employees: 3
Monthly Payroll: $18,000
Runway: 2.6 months

Tasks:
- Active: 2
- Planned: 1

Next Payroll: Feb 1, 2024

Build docs developers (and LLMs) love