3-Tier Depth Model
Users now choose audit depth at invocation time:
| Tier | Command | What It Does | Time |
|---|---|---|---|
| 1 (Quick) | /radar-suite data-model |
Single skill, own rating table, no pipeline | 20-60 min |
| 2 (Targeted) | /radar-suite --skills dmr,tbr |
2-3 skills with cross-skill handoffs | 1-2 hours |
| 2 (Auto) | /radar-suite --changed |
Auto-select skills from git diff | varies |
| 3 (Full) | /radar-suite --full |
All 6 skills + capstone + UX enhancements | 2.5-4 hours |
Tier 1 is the new default. The full pipeline is now opt-in via --full.
6 Pipeline UX Enhancements (Tier 3)
- Progress banners at every skill transition
- Per-skill mini rating tables (marked "PRELIMINARY")
- Audit-only mode statement
- Per-phase duration estimates
- Pre-capstone summary before capstone grades
- Finding IDs always include
short_title(e.g.,RS-002 (cascade delete crash))
Other Changes
short_titlefield added to finding schema (max 8 words, required on all findings)- Skill abbreviations for
--skills:dmr,tbr,rtr,upr,uer - Capstone is tier-aware with adapted messaging per tier
- Auto-selection heuristic maps git diff patterns to skills
Update
/plugin install radar-suite@radar-suite