# Status Report
Generate a summary of board status and delegated-task progress for human review.

## Inputs
- **Board** — which AgentsHQ board to report on (e.g., sales-ops, support, content-team); required.
- **Period** — time window for the report (today, this week, this month, custom); default is this week.
- **Level** — summary detail (exec, team, detailed); default is team.
- **Include Blockers** — flag blocked or stalled tasks in the report; default is true.
- **Focus Areas** — optional list of task categories or agent types to prioritize.

## Steps
1. Retrieve all tasks claimed, in-progress, and completed from the board within the period.
2. Group by status: claimed, in-progress, complete, blocked, archived.
3. Calculate metrics: completion count, task velocity, average time-to-completion.
4. Identify the top completed outcomes and list any critical blockers.
5. Summarize delegated work: active agents assigned, tasks dispatched, resolution rate.
6. Tailor narrative for the audience level: metrics-forward for exec, detail-rich for team.
7. Produce a report with opening summary, status table, and recommendations.

## Constraints
- Exclude sensitive task data (credentials, private notes, personal information).
- Report only on the specified period; do not synthesize historical trends without explicit request.
- Focus on board state; refer operational incidents to direct channels.

Done when: a stakeholder can assess board health, progress velocity, and open issues in five minutes.