Practice workspaceY
Learning path
LEVEL 3 · CONTEXT & SESSIONS

Leave a recoverable handoff

Preserve decisions and evidence across sessions.

01 / PREDICT

Which facts become stale after another developer edits the branch?

02 / EXPLAIN

The judgment behind the action

A handoff records the objective, branch and commit, intentional changes, evidence, open questions, and next action. The next session must refresh mutable facts. A context summary is not a replacement for inspecting the current working tree.

03 / DEMONSTRATE

A bounded way to ask

Before continuing, inspect Git status and current files. Preserve unrelated changes. Read the handoff, then verify whether its test results still apply.
04 / PRACTICE

Write a handoff for a fix with one failing edge-case test.

Which facts become stale after another developer edits the branch?

Choose the best next action

Guided practice contributes completion, not independent mastery.

06 / REFLECT

Make the lesson yours.

Your reflection is attached when you submit your decision. Drafts remain in this tab.

07 / TRANSFER

Try it somewhere unfamiliar.

Apply this skill to an unfamiliar repository: write a handoff for a fix with one failing edge-case test. Record the evidence you would need.

Choose your next practice
Source checked 2026-09-09 · Documentation profile · Runtime example untestedOfficial reference