lwinmoepaing

Dependency Mapper — Development agent for Claude Code

Development community

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

Terminal
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 Repository