| name | service-dependency-mapper |
| description | Map upstream and downstream service dependencies from config, code, environment variables, and network assumptions. Use when understanding system blast radius or ownership. |
Service Dependency Mapper
Overview
Map upstream and downstream service dependencies from config, code, environment variables, and network assumptions.
Core Workflow
- Survey the relevant files, configs, runtime signals, or artifacts to identify the important components and boundaries.
- Map the relationships, dependencies, or graph structure that explain how the system or corpus fits together.
- Highlight missing links, risky assumptions, or ambiguous edges that affect understanding or change safety.
- Return a concise map plus the next best checks or follow-up actions.
Deliver
- A structured map of components, dependencies, or graph relationships.
- The highest-risk gaps, missing links, or ambiguous edges.
- Concrete next checks or actions based on the mapped structure.
Guardrails
- Do not infer strong relationships without evidence from code, config, or runtime artifacts.
- Separate confirmed connections from plausible but unverified ones.
- Prefer a smaller high-confidence map over a speculative complete one.
- Do not deploy, apply, rotate, or mutate live infrastructure unless the user explicitly asks for it.