| Software Test Pass Rateunit_test_pass_rate |
What does Software Test Pass Rate prove for this project? |
Proves BETA is still correct while project-management and AI features are added. |
Use it to decide whether the next step is testing, fixing, scaling, or stopping. |
Pass rate holds at the project target and regressions are linked to specific work. |
| Code Coveragecode_coverage_percent |
What does Code Coverage prove for this project? |
Coverage shows how much of the code the passing tests actually exercise, so a green build is not hiding untested paths. |
Use it to decide whether the next step is testing, fixing, scaling, or stopping. |
Coverage holds above the project floor and does not regress against the last import. |
| Open Test Failurestest_failure_count |
What does Open Test Failures prove for this project? |
Failing tests point directly at what is broken right now and block any honest claim of done. |
Use it to decide whether the next step is testing, fixing, scaling, or stopping. |
Test failures reach zero and any new failure is linked to a specific change. |
| Dashboard Render Smokedashboard_render_success |
What does Dashboard Render Smoke prove for this project? |
The app has to rebuild and load project pages after evidence changes. |
Use it to decide whether the next step is testing, fixing, scaling, or stopping. |
Dashboard rebuild succeeds and the project page opens with the expected scoped data. |
| Project Control Coverageproject_control_coverage |
What does Project Control Coverage prove for this project? |
BETA needs no-command controls for setup, todos, work, evidence, reports, and AI management. |
Use it to decide whether the next step is testing, fixing, scaling, or stopping. |
Coverage rises when useful controls are added and browser-verified. |
| Blocker And Todo Flowopen_blocker_count |
What does Blocker And Todo Flow prove for this project? |
Open blockers explain what is behind schedule and what the project manager AI should focus on. |
Use it to decide whether the next step is testing, fixing, scaling, or stopping. |
Open blocker count trends down or each blocker has a named next action. |
| AI Recommendation Follow-Throughai_recommendation_follow_through |
What does AI Recommendation Follow-Through prove for this project? |
AI advice should become tracked actions whose impact can be measured later. |
Use it to decide whether the next step is testing, fixing, scaling, or stopping. |
High-value AI recommendations have a decision, owner, and result metric. |
| Issue And CI Historyci_failure_rate |
What does Issue And CI History prove for this project? |
Build failures, flaky tests, and unresolved issues are real workflow health signals. |
Use it to decide whether the next step is testing, fixing, scaling, or stopping. |
Failure rate and stale issue load trend down over repeated project cycles. |
| Test Pass Ratetest_pass_rate |
Are basic software checks staying green? |
Baseline correctness and regression signal. |
Use this to protect known-good behavior before new experiments. |
Metric appears in the dashboard with a baseline and trend. |
| Critical Workflow Success Ratecritical_workflow_success_rate |
What does Critical Workflow Success Rate prove for this project? |
Measures whether the product does what it claims. |
Use it to decide whether the next step is testing, fixing, scaling, or stopping. |
Metric appears in the dashboard with a baseline and trend. |
| P95 Latencyp95_latency |
What does P95 Latency prove for this project? |
Tracks user-facing or control-loop responsiveness. |
Use it to decide whether the next step is testing, fixing, scaling, or stopping. |
Metric appears in the dashboard with a baseline and trend. |
| Throughputthroughput |
What does Throughput prove for this project? |
Tracks capacity and efficiency. |
Use it to decide whether the next step is testing, fixing, scaling, or stopping. |
Metric appears in the dashboard with a baseline and trend. |
| Resource Costresource_cost |
What does Resource Cost prove for this project? |
Tracks efficiency across software and hardware. |
Use it to decide whether the next step is testing, fixing, scaling, or stopping. |
Metric appears in the dashboard with a baseline and trend. |
| Failure Ratefailure_rate |
How often does the project fail or repeat the same problem? |
Tracks stability and reliability. |
Use this to decide whether to stabilize before adding scope. |
Metric appears in the dashboard with a baseline and trend. |