Detect Skills
Evidence-based repo audits with confidence-scored findings.
Pipeline
Run individual detect skills for specific domains, or run all 5 then consolidate:
/jaan-to:detect-dev → docs/current/dev/
/jaan-to:detect-design → docs/current/design/
/jaan-to:detect-writing → docs/current/writing/
/jaan-to:detect-product → docs/current/product/
/jaan-to:detect-ux → docs/current/ux/
↓
/jaan-to:pack-detect → docs/current/{README,risk-heatmap,unknowns-backlog,source-map}.md
Available Skills
| Skill | Description | Output Files |
|---|---|---|
| /jaan-to:detect-dev | Engineering audit with OpenSSF-style scoring | 9 files |
| /jaan-to:detect-design | Design system detection with drift findings | 6 files |
| /jaan-to:detect-writing | Writing system extraction with NNg tone scoring | 6 files |
| /jaan-to:detect-product | Product reality extraction with 3-layer evidence | 7 files |
| /jaan-to:detect-ux | UX audit with Nielsen heuristics and journey mapping | 7 files |
| /jaan-to:pack-detect | Consolidate all detect outputs into scored index | 4 files |
Shared Standards
All detect skills share:
- Evidence format: SARIF-compatible blocks with id, type, confidence, location (uri, startLine, snippet), method
- Evidence ID namespaces:
E-DEV-NNN,E-DSN-NNN,E-WRT-NNN,E-PRD-NNN,E-UX-NNN(prevents collisions in pack-detect) - 4-level confidence: Confirmed (0.95–1.00) / Firm (0.80–0.94) / Tentative (0.50–0.79) / Uncertain (0.20–0.49)
- Universal frontmatter: title, id, version, status, target.commit, tool metadata, confidence_scheme, findings_summary, overall_score (0–10), lifecycle_phase
- Document structure (Diataxis): Executive Summary → Scope/Methodology → Findings → Recommendations → Appendices
- Output path:
docs/current/{domain}/in the target project (NOT$JAAN_OUTPUTS_DIR)