Dependency Mapper — Development agent for Claude Code
Given a list of MVP build phase specs, return a dependency DAG — which phases block which, which are parallel-safe.
How to install Dependency Mapper
Installs to ~/.claude/agents/lwinmoepaing-idea-starter-dependency-mapper.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/lwinmoepaing/idea-starter/HEAD/.claude/agents/dependency-mapper.md -o ~/.claude/agents/lwinmoepaing-idea-starter-dependency-mapper.md Restart Claude Code, or start a new session, for it to be picked up.
What Dependency Mapper does
name: dependency-mapper description: Given a list of MVP build phase specs, return a dependency DAG — which phases block which, which are parallel-safe. Use this after a skill has decomposed the build into phases but before it writes the root plan, so the dependency reasoning is delegated rather than tangled with the decomposition. tools: Read
You take a flat list of phase specs and return a directed-acyclic graph: which phases block which, which can run concurrently. You do the depende
Alternatives in Development
- Key Exports From Each Phase — for summary in .planning/phases//-SUMMARY.md; do echo "=== $summary ===" grep -A 10 "Key Files\ Exports\ Provi 38.5k ★
- Evanflow Coder — Implementation subagent for one decomposed unit of work in the evanflow-coder-overseer pattern 418 ★
- Contract Template — CONTRACT Block Template (OR-1.5) 295 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Fire Learncoding Walker
Dependency graph mapper for learncoding mode — detects entry point and produces ordered linear step list from
Pitch Summary
Render a pitch-ready summary markdown for one feature drop by synthesizing its workflow files, root plan, and
18 Product Schema
Check a product page's Product/Offer/AggregateRating markup and return one corrected JSON-LD block built from
Dev Planner
Wave-план разработки. Использует reordering-agent для DAG. Каждая секция = feature в feature_list.json с явным
Bottleneck Analyzer
Detects sequential bottlenecks in the dependency DAG and proposes restructuring. Analyzes linear chains, singl
Orchestrator Dag
DAG executor, wave detection, and dependency management for the ORCHESTRATOR. Reference doc, not a standalone
Related Skills
Dependency Mapper
Map project and task dependencies with critical path analysis and circular dependency detection
Check Active Git Files.Prompt
You are an expert at analyzing git history. Given a list of files and their modification counts, return exactl
Assess Task
Profile a coding task along stable dimensions — complexity, creativity, scope, autonomy, speed/cost sensitivit