Practice workspaceY
Learning path
LEVEL 3 · CONTEXT & SESSIONS

Inspect with a purpose

Find the smallest useful context before editing.

01 / PREDICT

The README and package manifest disagree. Which do you trust?

02 / EXPLAIN

The judgment behind the action

Treat documentation as a clue. Compare the manifest, lockfile, source imports, and tests. Explain conflicts instead of silently choosing a familiar command. Search for the behavior and its callers before expanding the investigation.

03 / DEMONSTRATE

A bounded way to ask

Inspect package.json, the lockfile, and the tests around filtering. Report the actual test script and any documentation conflicts.
04 / PRACTICE

Inspect a repository whose README says Jest but whose manifest uses Vitest.

The README and package manifest disagree. Which do you trust?

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: inspect a repository whose readme says jest but whose manifest uses vitest. Record the evidence you would need.

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