Where we actually are right now.

After two bless walks and a bunch of research, here's the status. What you've already locked, what's still open, and what happens next.

Lesson 4 — Where we are
Status 01 — Locked in

Seven things you've already decided.

These came back from the v2 walk with a clear bless. They're now treated as decided, won't show up in v3 with toggles. Final.

Status 02 — Still open

Eight things still up for grabs.

These will show up in the v3 walk for you to bless or redirect. Each gets its own card with the latest thinking.

Heads up

You don't have to know your answer to any of these right now. Bless walk v3 will give each one a button + a text box. You read each card, hit bless or redirect, leave a note if you want to change something, hit submit.

Bonus — chat rename mechanics

You asked: can I just paste in a chat name?

Partially yes. Investigation came back with the full picture:

What works

From the CLI: when you spawn a Claude chat from the terminal, pass -n "your-name":

claude -n "AL2-1.5 naming-research"

This sets the name from day 1. /resume picker shows it correctly. ✓

Inside an active chat: run /rename AL2-1.5 naming-research. Claude Code writes the new name into the session's internal storage. ✓

What doesn't work yet

The VS Code sidebar tab title is auto-generated from your first message. It doesn't refresh when you /rename — you have to close the tab and reopen it to see the new title. There are open GitHub issues asking for this fix; not implemented yet.

What this unlocks for the handoff-creator skill

When the handoff-creator skill writes a new handoff file with chat_name: AL2-1.5 in the frontmatter, it can also output the exact command at the bottom: claude -n "AL2-1.5 naming-research". You copy-paste, the chat opens pre-named. Tiny enhancement, big win.

Status 03 — What's next

The path from here to the locked rule.

Four clear steps left, in order:

1

Talk through the open questions (right now)

You and I chat through the 8 open items above. Pick the easy ones; surface the hard ones; leave anything genuinely unclear for v3.

2

Build bless walk v3

I generate a new HTML walkthrough — fresh shape, drops the "Beginner" header, uses all three buttons consistently. Roughly 22 cards covering everything still open.

3

Red-team the proposal

A fresh chat reads the whole updated proposal cold and tries to break it. Surfaces edge cases, future failure modes, anything we missed. You get a written report.

4

Install the rule

A new chat takes the final proposal and writes it to ~/.claude/rules/chat-naming.md (global). Done. The rule auto-loads in every future session.

After the rule lands

Two enhancements queue up: (1) the handoff-creator skill outputs claude -n commands; (2) the bless-walk format itself becomes a documented pattern in a ~/lab/reports/retros/bless-walks/ folder, so the design improvements compound across walks.

Status 04 — In one sentence

You're 90% of the way there.

The pattern works. The drifts are identified. The new ideas (mission + multi-seat) have proposals. The chat-rename mechanism is mapped. All the research is done.

What's left is one bless walk + one red-team + one install. A few hours of work spread across three small dispatches. Then the rule is live and you stop reinventing this stuff every time you start a chat.

When you're ready

Drop a message that answers the 8 open items above (even quick partial answers — "lean toward your pick" works). I'll bake them into bless walk v3 and ship it.

Recap of Naming 101

You finished the course