Agent skill · Workflow & Productivity

strategic-investigation

Proactive recovery using plan mode and subagents. After 1-2 failed attempts, STOP trying variations. Enter plan mode and launch parallel Explore/Plan agents to find idiomatic solutions instead of spinning wheels.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill strategic-investigation-jkomoros-community-patterns-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/agent/strategic-investigation-jkomoros-community-patterns-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Strategic Investigation: Plan Mode Recovery **CORE PRINCIPLE: After 1-2 failed attempts, STOP trying variations. Enter plan mode and investigate properly using parallel subagents.** ## When to Use This Skill Use this skill when: - You've tried 1-2 approaches and they didn't work - You don't understand WHY something isn't working - You're tempted to try "just one more thing" or add a hacky workaround - The error message doesn't make sense - Multiple approaches seem valid and you're unsure which is idiomatic - You find yourself guessing instead of knowing **Warning signs you should have used this earlier:** - You've been trying variations of the same approach for 5+ minutes - You're adding workarounds or "temporary" hacks - The code is getting messier instead of cleaner - You're saying "this should work but doesn't" ## The Process ### Step 1: STOP and Acknowledge When you recognize you're stuck: 1. **Stop immediately** - Don't try "just one more thing" 2. **Tell the user:** ``` "I've tried [X approaches] and they're not working. Instead of continuing to guess, I'm going to step back and investigate this systematically using parallel subagents. This should find the idiomatic solutio

What's inside
Steps it walks through
  1. When to Use This Skill
  2. The Process
  3. Step 1: STOP and Acknowledge
  4. Step 2: Enter Plan Mode
  5. Step 3: Launch Parallel Subagents
  6. Step 4: Synthesize Findings
  7. Step 5: Execute with Confidence
  8. Step 6: Handle Continued Failure
  9. Example Investigation
  10. Scenario: "Cell not updating reactively"
  11. Good vs Bad Uses
  12. GOOD - Use Strategic Investigation
  13. BAD - Don't Use Strategic Investigation
  14. Key Principle: Idiomatic Over Working
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the strategic-investigation skill do?

Proactive recovery using plan mode and subagents. After 1-2 failed attempts, STOP trying variations. Enter plan mode and launch parallel Explore/Plan agents to find idiomatic solutions instead of spinning wheels.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill strategic-investigation-jkomoros-community-patterns-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.

Keep going