Dependency Mapper
Map project and task dependencies with critical path analysis and circular dependency detection
$ npx claude-code-templates@latest --command="team/dependency-mapper" --yesRequires Claude Code. The command adds this command to your project's .claudedirectory — nothing runs on ToolZip's servers.
What's inside this command
Component source
Dependency Mapper
Map and analyze project dependencies with task ordering optimization: $ARGUMENTS
Current Dependency Context
- Repository: !
gh repo view --json nameWithOwner -q .nameWithOwner 2>/dev/null || echo "No repo context" - Project files: !
find . -name ".js" -o -name ".ts" -o -name "*.py" | wc -lcode files analyzed - Task tracking: Linear MCP server connectivity and task relationship data
- Import analysis: Code dependency structure and circular dependency detection
Task
Execute comprehensive dependency analysis with optimization recommendations:
Analysis Scope: Use $ARGUMENTS to focus on task dependencies, code dependencies, circular dependency detection, or critical path analysis Dependency Analysis Framework:- Code Dependency Mapping - Extract import statements, analyze module relationships, identify coupling levels, map file interdependencies
- Task Relationship Analysis - Query Linear task dependencies, extract task mentions, analyze project relationships, map epic structures
- Dependency Graph Construction - Build comprehensive graph structure, identify dependency chains, calculate critical paths, detect bottlenecks
- Circular Dependency Detection - Implement cycle detection algorithms, identify problematic loops, assess impact severity, recommend resolution strategies
- Execution Order Optimization - Calculate topological sort, optimize task sequence, balance team capacity, minimize blocking dependencies
- Risk Assessment - Identify high-risk chains, assess single points of failure, evaluate dependency complexity, recommend mitigation strategies
Related Claude Code Commands
Architecture Review
Comprehensive architecture review with design patterns analysis and improvement recommendations
Session Learning Capture
Capture and document session learnings with automatic knowledge integration and memory updates
Memory Spring Cleaning
Clean and organize project memory files with implementation synchronization and pattern updates
Estimate Assistant
Generate accurate task estimates using historical data, complexity analysis, and team velocity metrics
Issue Triage
Intelligent issue triage with automatic categorization, prioritization, and team assignment
Sprint Planning
Plan and organize sprint workflows with Linear integration and capacity analysis
Catalog data and component content are sourced from the open-source davila7/claude-code-templates project (MIT license). ToolZip curates the listing and writes original descriptions; every component links back to its original source. Claude Code is a product of Anthropic. ToolZip is an independent catalog and is not affiliated with or endorsed by Anthropic.