What problem does it solve?
Maps a codebase's actual infrastructure by reading orchestration, environment, and ORM configs so teams understand what systems exist and what layers are missing without relying on documentation or memory.
Core Features & Use Cases
- Config Discovery: Scans for docker-compose, Dockerfiles, env files, ORM configs, CI/CD workflows, and common client libraries to identify external systems.
- Connection Tracing: Locates connection strings and client initialization sites to attribute systems to services and build an ASCII connection graph.
- Pattern Analysis & Gaps: Infers access patterns and flags missing layers (cache, queue, search, object storage) only when supported by code evidence.
- Output Manifest: Produces a structured infrastructure manifest with system type, product, config path, connection method, usage, and opportunities for remediation.
Quick Start
Run the infra-audit skill to scan this repository for orchestration files, env variables, ORM configs, queues, caches, and produce a structured infra manifest in .planning/infra-manifest.md.