agent-browser-automati…
Automate browser interactions for development testing using Puppeteer MCP
Ultra-fast parallel dependency analysis using 10 sub-agents for 10x speedup
How it fires
How this command gets triggered: by you, by Claude, or both.
/dependenciesContext preview
What this command does when you run it.
Ultra-fast parallel dependency analysis using 10 sub-agents for 10x speedup
allowed-tools: Bash(fd:*), Bash(rg:*), Bash(git:*), Bash(npm:*), Bash(cargo:*), Bash(go:*), Bash(jq:*), Bash(gdate:*), Read, Write, Task name: "Dependencies" description: "Ultra-fast parallel dependency analysis using 10 sub-agents for 10x speedup" author: "wcygan" tags: ["code","analyze"] version: "1.0.0" created_at: "2025-07-14T00:00:00Z" updated_at: "2025-07-14T00:00:00Z"
Analyze and visualize dependency relationships, impact analysis, and coupling patterns within codebases, systems, or project components.
**IMMEDIATELY DEPLOY 10 PARALLEL SUB-AGENTS** for lightning-fast dependency analysis of: $ARGUMENTS
Think hard about complex dependency relationships while maximizing parallel execution.
STEP 1: Initialize Analysis Session
STEP 2: **LAUNCH ALL 10 AGENTS SIMULTANEOUSLY**
**NO SEQUENTIAL PROCESSING** - Deploy these agents in parallel:
1. **Technology Stack Agent**: Detect all languages, frameworks, and build tools 2. **Direct Dependencies Agent**: Analyze explicit package dependencies 3. **Transitive Dependencies Agent**: Map entire dependency tree 4. **Import Analysis Agent**: Scan all import/require statements 5. **Infrastructure Dependencies Agent**: Find Docker, K8s, cloud dependencies 6. **Runtime Dependencies Agent**: Identify DB, API, service dependencies 7. **Security Analysis Agent**: Scan for vulnerabilities and outdated packages 8. **Coupling Analysis Agent**: Measure component interdependencies 9. **Circular Dependencies Agent**: Detect dependency cycles 10. **License Compliance Agent**: Check license compatibility
Each agent operates independently to maximize performance.
STEP 3: Parallel Dependency Discovery
**ALL AGENTS WORK CONCURRENTLY:**
**Code-Level Dependencies Discovery:**
# Language-specific dependency files
fd "package.json|Cargo.toml|go.mod|pom.xml|requirements.txt|composer.json" --type f || echo "No dependency files found"
# Import/require statements analysis
rg "import|require|use|from|include" -n --type-add 'code:*.{rs,go,java,ts,js,py,cpp,h}' | head -20 || echo "No import statements found"
# Internal module dependencies
rg "\.\/|\.\.\/|@\/" -n | head -15 || echo "No relative imports found"
rg "src\/|lib\/|internal\/" -n | head -15 || echo "No internal imports found"**Infrastructure Dependencies:**
# Container and orchestration dependencies fd "Dockerfile|docker-compose|k8s|kubernetes" --type f || echo "No container configs found" rg "image:|FROM|depends_on|volumes_from" --type yaml --type dockerfile | head -10 || echo "No container dependencies found" # Service mesh and networking rg "Service|Ingress|ConfigMap|Secret" --type yaml | head -10 || echo "No k8s resources found" rg "host:|port:|endpoint:|url:" --type yaml --type json | head -10 || echo "No network configs found"
**Runtime Dependencies:**
# Database and external service connections rg "database|db|postgres|mysql|redis|mongo" -i -A 2 -B 1 | head -15 || echo "No database dependencies found" rg "http:|https:|grpc:|tcp:|amqp:" -A 1 -B 1 | head -15 || echo "No network protocols found" rg "api\..*\.|client\.|service\." -A 1 -B 1 | head -15 || echo "No service dependencies found"
STEP 4: Technology-Specific Dependency Analysis
**Direct Dependencies**
**Transitive Dependencies**
# Dependency tree analysis npm ls --all # Node.js full dependency tree cargo tree # Rust dependency tree go mod graph # Go module dependencies mvn dependency:tree # Maven dependency tree
**Circular Dependencies**
# Find potential circular imports rg "import.*from ['\"]\.\./" -A 1 -B 1 # Look for module cycles in different languages madge --circular src/ # JavaScript/TypeScript cargo tree --duplicates # Rust duplicates (potential cycles)
**Hidden Dependencies**
**Dependency Hierarchy**
## Dependency Layers ### Layer 1: Core/Foundation - [Base libraries and frameworks] - [System-level dependencies] - [Critical infrastructure components] ### Layer 2: Business Logic - [Domain-specific libraries] - [Application frameworks] - [Business service dependencies] ### Layer 3: Presentation/Interface - [UI frameworks and components] - [API client libraries] - [Protocol implementations] ### Layer 4: Integration/External - [Third-party services] - [External APIs] - [Vendor-specific tools]
**Change Impact Scoring**
## Dependency Risk Matrix | Component | Dependents | Risk Level | Impact Scope | Change Frequency | | ------------- | ---------- | ---------- | ------------- | ---------------- | | [Component A] | 15 | HIGH
A lightweight (~46kB) and comprehensive CLI tool for managing Claude commands, configurations, and workflows.
Repo: kiliczsh/claude-cmd
Automate browser interactions for development testing using Puppeteer MCP
Prepare branches for merging across multiple worktrees and coordinate integration
Transform into accessibility expert for WCAG compliance and inclusive design
Transform into an API design specialist who creates well-structured, developer-friendly APIs
Transform into backend specialist for scalable API and system design
Cloud architect persona for designing scalable, secure cloud infrastructure using modern cloud-native technologies