Build a simple, self-contained HTML dashboard that reads the team directory and displays:
- Agent status: name, role, last heartbeat, active/stale (>30 min)
- Work queue overview: tasks by status (ready, in-progress, done) across all projects
- Timeline: recent activity from session logs
Design constraints
- Single HTML file (like the landing page), no build step
- Reads the team directory via a local file server or drag-and-drop
- Could be a skill (
/cortex-dashboard) that generates the HTML from current state
- Or a standalone tool that watches the directory
Why this matters
Right now the only way to see team status is to read individual markdown files or ask the chief of staff. A visual overview would make Cortex more tangible for new users and more useful for teams.
Build a simple, self-contained HTML dashboard that reads the team directory and displays:
Design constraints
/cortex-dashboard) that generates the HTML from current stateWhy this matters
Right now the only way to see team status is to read individual markdown files or ask the chief of staff. A visual overview would make Cortex more tangible for new users and more useful for teams.