Agent skill · Workflow & Productivity

investigation-workflow

6-phase investigation workflow for understanding existing systems. Auto-activates for research tasks. Optimized for exploration and understanding, not implementation. Includes parallel agent deployment for efficient deep dives and automatic knowledge capture to prevent repeat investigations.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill investigation-workflow --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 15 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/analysis/investigation-workflow/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

# Investigation Workflow Skill ## Purpose This skill provides a systematic 6-phase workflow for investigating and understanding existing systems, codebases, and architectures. Unlike development workflows optimized for implementation, this workflow is optimized for exploration, understanding, and knowledge capture. ## When to Use This Skill **Investigation Tasks** (use this workflow): - "Investigate how the authentication system works" - "Explain the neo4j memory integration" - "Understand why CI is failing consistently" - "Analyze the reflection system architecture" - "Research what hooks are triggered during session start" **Development Tasks** (use DEFAULT_WORKFLOW.md instead): - "Implement OAuth support" - "Build a new API endpoint" - "Add feature X" - "Fix bug Y" ## Core Philosophy **Exploration First**: Define scope and strategy before diving into code **Parallel Deep Dives**: Deploy multiple agents simultaneously for efficient information gathering **Verification Required**: Test understanding through practical application **Knowledge Capture**: Document findings to prevent repeat investigations ## The 6-Phase Investigation Workflow ### Phase 1: Scope Definition **Purpose**:

What's inside
Steps it walks through
  1. Purpose
  2. When to Use This Skill
  3. Core Philosophy
  4. The 6-Phase Investigation Workflow
  5. Phase 1: Scope Definition
  6. Phase 2: Exploration Strategy
  7. Phase 3: Parallel Deep Dives
  8. Phase 4: Verification & Testing
  9. Phase 5: Synthesis
  10. Phase 6: Knowledge Capture
  11. Transitioning to Development Workflow
  12. Efficiency Targets
  13. Comparison to DEFAULTWORKFLOW.md
  14. Similarities (Structural Consistency)
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the investigation-workflow skill do?

6-phase investigation workflow for understanding existing systems. Auto-activates for research tasks. Optimized for exploration and understanding, not implementation. Includes parallel agent deployment for efficient deep dives and automatic knowledge capture to prevent repeat investigations.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill investigation-workflow --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