| name | car-analyzer |
| description | Audit project harness against the CAR framework. Use when: /harn:analyze, 'audit harness', 'check CAR', 'harness health', 'how good is my harness' |
CAR Framework Analyzer
Audit the current project against the three layers of a robust harness.
CAR Scorecard (check each item, tally points)
Control Layer (40 points)
Agency Layer (25 points)
Runtime Layer (35 points)
Scoring
- 80-100: Production-grade harness
- 60-79: Functional with gaps — run specific /harn: commands to fill
- 40-59: Needs hardening — run /harn:init to scaffold missing components
- <40: Minimal harness — strongly recommend full /harn:init
Remediation Guide
For each missing item, suggest the specific /harn:* command:
- Missing security guard →
/harn:guard
- Missing quality gate →
/harn:gate
- Missing formatter →
/harn:format
- Missing trace logging →
/harn:trace
- Missing checkpoint →
/harn:checkpoint
- Missing AGENTS.md →
/harn:agents-md
- Missing context management →
/harn:context