| name | status |
| description | Show current organizational state - active departments, pending assignments, escalations, recent activity. The Chairman's dashboard. |
| user-invocable | true |
| argument-hint | |
/status: Organizational Dashboard
Read and display the current state of the Chairman organization.
Process
- Read
.chairman/config.json for organization info
- Read
.chairman/state.json for current state
- List active departments from
departments/
- Count pending items in
.chairman/assignments/, .chairman/escalations/, .chairman/reports/
- Show recent activity (last 5 reports or assignments by date)
Output Format
# Chairman Status: [Organization Name]
Last session: [date]
Trust level: [new/established/mature]
## Departments
- [dept]: [status] | Knowledge base: [file count] files
- ...
## Pending
- Assignments: [count]
- Escalations: [count] (REVIEW THESE)
- Reports: [count] unread
## Recent Activity
- [date] [department] [action summary]
- ...
## Suggested Next Action
[Based on day of week and pending items, suggest the appropriate skill]
If the organization is not yet configured, tell the user to run /onboard.