What problem does it solve?
It solves the problem of scattered, hard-to-find health-check and janitor commands by providing a single entry point that runs all checks and produces a consolidated report.
Core Features & Use Cases
- One-command project health sweep: executes a predefined sequence of autonomy, tests, design governance, PR lifecycle, runtime workspace, and evidence/threshold checks in order.
- Safe dry-run cleanup validation: runs janitor workspace and stash checks without applying changes, surfacing leftovers only.
- Actionable pass/fail summary: outputs an at-a-glance table plus a final list of items needing attention with suggested next steps; use it before releases, after incidents, or whenever the system behavior looks off.
Example use case: you notice the agent loop feels unstable after multiple changes, so you run the sweep to quickly identify which areas are failing (tests, governance, runtime workspace issues, or leftover git state).
Quick Start
Ask the agent to run health-sweep to perform a read-only health-check cycle and generate a summarized results table.