{% extends "base.html" %} {% block title %}Review — clustertrace{% endblock %} {% block content %}

Weekly review

window:

Five questions in fifteen minutes. Pick one change to commit to next week, mark next Sunday whether you actually kept it.

Sessions
Spend
Dead-ended
Open commitments

1. Top five most expensive sessions

Why — usually one of: an underspecified question, a session that went in circles, or too much bundled into one prompt. Name the cause for each in one sentence.

loading…

2. Cache hit rate by pattern

Patterns with a low cache rate are usually prompts whose preamble varies session-to-session. The fix is a template.

loading…

3. Your most-run pattern

Whatever it is, that template is the one most worth tightening — the saving compounds.

loading…

4. Sessions that dead-ended

max_tokens / refusal / pause_turn stop reasons, plus any session with status error. These are the failures you'd otherwise scroll past.

loading…

5. One change for next week

Concrete, not aspirational. Not “be better at prompting” — something like “use plan-mode whenever I'm touching three or more files” or “never start a new task in the same Claude Code session as an old one”.

Past commitments

loading…
{% endblock %}