Map and summarize codebase architecture
codebase-surveyworkflowsetup L2★1
samarthpatel24/workflow-pack ↗What it does
Survey entire codebase structure, conventions, and dependencies
Best for
Onboarding or refactoring when you want a comprehensive structure survey without running code.
Inputs
- · [object Object]
Outputs
- · [object Object]
Requires
- · static analysis
- · tree-walk
- · dependency parser
Preconditions
Codebase local and accessible
Failure modes
Large repos timeout; build-time dependencies missed
Trust signals
- · breadth-first tree walk
- · convention inference
- · dependency graph