troubleshoot-and-continue
Troubleshooting protocol with MiniMax subagent delegation - NEVER stop early, use all resources before asking user
Profile →npx skills add majiayu000/claude-skill-registry --skill troubleshoot-and-continue-opensourcesam-v2-heras-garden-2 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Troubleshoot and Continue Protocol **Core Principle:** When blocked, use ALL available resources before stopping. Stopping early = productivity loss. --- ## The "Golden Path" - Required Before Any User Interruption ``` BLOCKED? ↓ 1. Try 2-3 different approaches yourself ↓ 2. Spawn MiniMax subagent for research/sanity check ↓ 3. Try subagent suggestions ↓ 4. Spawn SECOND MiniMax subagent for alternative perspective ↓ 5. Try alternative approaches ↓ 6. Document attempts in plan file ↓ 7. ONLY THEN consider user interruption ``` **CRITICAL:** Each "blocker" must survive 3+ attempts + subagent help before escalating. --- ## Resource Inventory (Use ALL Before Stopping) ### 1. Internal Resources (Free, Immediate) - **Re-read code** - Did I miss a pattern? - **Grep/Glob** - Find similar implementations - **Check skills** - `.claude/skills/*/SKILL.md` - **Review docs** - `docs/execution/DEVELOPMENT_ROADMAP.md` ### 2. MiniMax MCP Subagents (Free, Fast) - **Research task** - "Find how to do X in Godot" - **Sanity check** - "Is this approach correct?" - **Alternative ideas** - "What are 3 other ways to solve this?" - **Debug help** - "Why might this error occur?" ### 3. GLM Vision/Generatio
- The "Golden Path" - Required Before Any User Interruption
- Resource Inventory (Use ALL Before Stopping)
- 1. Internal Resources (Free, Immediate)
- 2. MiniMax MCP Subagents (Free, Fast)
- 3. GLM Vision/Generation (If visual)
- 4. Documentation (Reference)
- MiniMax Subagent Usage (REQUIRED)
- When Blocked, Spawn These IN PARALLEL:
- Common Blockers & Solutions
- "Can't run Godot/MCP not working"
- "Image generation failing"
- "Test failing / code broken"
- Compound Engineering: Document Solutions
- The "Full Work Block" Commitment
What does the troubleshoot-and-continue skill do?
Troubleshooting protocol with MiniMax subagent delegation - NEVER stop early, use all resources before asking user
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill troubleshoot-and-continue-opensourcesam-v2-heras-garden-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.