dependency-mapper

Map and analyze project dependencies

Content Preview
# dependency-mapper

Map and analyze project dependencies

## Purpose
This command analyzes code dependencies, git history, and Linear tasks to create visual dependency maps. It helps identify blockers, circular dependencies, and optimal task ordering for efficient project execution.

## Usage
```bash
# Map dependencies for a specific Linear task
claude "Show dependency map for task LIN-123"

# Analyze code dependencies in a module
claude "Map dependencies for src/auth module"

# Find circular d
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/dependency-mapper.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/team/dependency-mapper.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/team/dependency-mapper.md

Related Skills