← ClaudeAtlas

nk-refreshlisted

General-purpose guidance for taking a step back and getting un-stuck from a problem that you've tried to solve multiple times unsuccessfully.
Texarkanine/a16n · ★ 0 · AI & Automation · score 65
Install: claude install-skill Texarkanine/a16n
# REFRESH Command - Systematic Re-Diagnosis This command performs systematic re-diagnosis when an AI agent gets stuck on a coding task or when a previous attempt has failed to resolve an issue. ## Key Principles ### Do NOT Jump to Solutions - No fixing until the root cause is CONFIRMED through investigation - Evidence-based diagnosis only - Systematic exploration, not trial-and-error ### Broaden Before Narrowing - Start with a wide view of the system - Map the architecture - Then narrow down based on evidence ### Document Everything - All hypotheses - All investigation steps - All evidence found - All conclusions drawn ### Transparent Communication - Explain what you're investigating and why - Share findings as you go - Be clear about confidence level ## Workflow Based on the persistent user query about a problem that likely failed to resolve previously, follow these steps: ### Step 1: Load Memory Bank Files Read: - `memory-bank/active/projectbrief.md` - `memory-bank/systemPatterns.md` - `memory-bank/techContext.md` ### Step 2: Progress Tracking **CRITICAL**: Plan and track your diagnostics in a unique Task List File, distinct from any parent task's Task List. - Locate or create: `memory-bank/active/troubleshooting/troubleshooting-<YYYYMMDD-HHmmss>.md` - This task list is for THIS diagnostic session only - Always identify the correct Task List File before making updates ### Step 3: Step Back & Re-Scope **Forget the specifics of the last failed attempt.** B