question-economy — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited question-economy (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.
Every question Claude asks has a cost — it interrupts your flow (especially a focus-stealing modal in the middle of voice dictation). And every answer you give is a latent standing default: next time the same situation arises, Claude should already know the answer and just proceed, stating the choice instead of asking.
*The goal is not zero questions — it's zero avoidable questions.* Genuinely novel decisions that need your judgment still deserve a question. What should decay toward zero is re-asking things you've effectively already answered. Run this every session and the avoidable-question count should trend down, session over session.
python3 question_economy.py --print-trendIt prints JSON: hard_questions (AskUserQuestion modals — the costliest), soft_questions (an assistant turn ending in ? + your next reply), counts, and trend (the last 8 sessions' question rates). It also appends one metric row to question_economy_log.jsonl in your memory dir.
Question asked → you answer → answer distilled to a standing default → memory → next session Claude applies the default instead of asking → avoidable-question count falls. The question_economy_log.jsonl metric is the proof; the memories are the mechanism. Over many sessions this converges Claude onto your working style, so the conversation is about novel decisions, not re-litigating known preferences.
Python 3.9+. No dependencies — standard library only. Reads Claude Code session transcripts from ~/.claude/projects/*/.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.