skills/fresh-context/SKILL.md
Only use when the user explicitly says "fresh-context", "fresh context", "fresh agent", or "on a fresh agent".
npx skillsauth add jkvc/jkvc-skills fresh-contextInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Run the current task in a fresh subagent that has zero prior conversation context. This eliminates confirmation bias, anchoring to earlier conclusions, and context pollution from a long session.
Use alongside another skill for an unbiased second opinion, or standalone when you've been deep in a problem and need fresh eyes.
Build a self-contained handoff — the subagent has zero conversation history, so the prompt must include everything it needs:
Critical: pass facts and locations, not your conclusions. Don't say "I refactored X and I think it's correct, please verify" — say "X was refactored, verify the migration is complete and behaviorally correct." The subagent must form its own opinions.
Choose the right subagent — pick based on what the task needs:
code_search with readonly: trueshellgeneralPurposePresent results unfiltered — when the subagent returns:
testing
Only use when the user explicitly says "in-session", "in session", "stay in session", "keep context", or "don't spawn a subagent".
testing
Stress-test a plan for completeness against reality. Use when the user says "pressure", "pressure-plan", "pressure the plan", "is the plan complete", "audit the plan", "what did we miss", or wants to verify a plan covers everything before execution.
testing
Run the full verification pipeline and fix issues. Use when the user says "verify", "run checks", "check everything", "any test needed", or wants confirmation that recent changes are clean.
testing
Add a tech debt entry to the project's TECH_DEBT.md. Use when the user says "debt", "add tech debt", "write this down as tech debt", "track this shortcut", or when you take a conscious shortcut during implementation.