Project: Sharpee — a parser-based Interactive Fiction authoring tool with 3,000+ tests across 81 tracked sessions.
Command: /dashboard
Output: Self-contained HTML file. No dependencies, no build step. Works offline, respects prefers-color-scheme.
Data sources: .devarch config, git log, session files, plan files, test infrastructure, blocker history.
~ What you're seeing: This is the actual dashboard generated for the Sharpee project after an 8-phase testing mitigation that removed 167 dead tests and brought 177 remaining tests to GREEN grade. The dashboard was generated in a single /dashboard invocation — no editing, no cleanup.
Generated sharpee / docs/context/dashboard.html Open full-size ↗

What the dashboard shows

~ Health Pulse: At-a-glance cards for last commit, commit velocity, session count, and blocker status. One look tells you if the project is active and healthy.
~ Test Health: The GREEN/YELLOW/RED grading bar shows test quality, not just test count. Tests are graded against the Behavior Statement discipline — only tests that assert on actual state mutations count as GREEN.
~ Session History: Every DevArch session is tracked with status, branch, and goals. Incomplete or blocked sessions surface automatically so nothing gets lost between sessions.
~ Archived Plans: Past plans show the project's decision history. Combined with session summaries and ADR references, you get a complete audit trail of why the code looks the way it does.