switching-cost — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited switching-cost (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Flagship L3 skill. The only quantified attention-economics tool in the suite. Score is a deterministic function of current-domain open-question count, current-domain thinking stage, and concept overlap between domains.
Formula (copied from tools_prosthetic.py:683-686):
oq_cost = min(len(cur_open_questions) / 10.0, 1.0)
overlap_discount = min(len(shared_concepts) / max(len(cur_concepts), 1), 1.0)
stage_cost = {executing: 0.8, refining: 0.6, crystallizing: 0.4, exploring: 0.2}[cur_stage]
score = (oq_cost * 0.35) + (stage_cost * 0.35) - (overlap_discount * 0.3)Score thresholds: <0.3 low / 0.3–0.6 moderate / >0.6 high.
current_domain: str
target_domain: str## 🔀 Switching Cost: {current} → {target}
**Score**: 0.XX (✅ Low / ⚠️ Moderate / 🔴 High)
**Recommendation**: "Low cost — go for it" | "Moderate — consider noting open questions first" | "High — significant unfinished work"
### Breakdown
- oq_cost: X.XX (N open questions in current)
- stage_cost: X.XX (current stage: {stage})
- overlap_discount: X.XX ({shared} shared concepts out of {total})
### Questions you'd leave behind (top 5)
- {question} [conv_id · date]
### Shared concept bridges
{concept}, {concept}, ...Without summaries: heuristic based on (question count, message volume, shared conversation titles). Returns a score of same range but with different weights. Output explicitly labels [heuristic fallback].
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.