zoom-out
๐ฏSkillfrom mattpocock/skills
Instructs the AI agent to step back from detailed code and provide a higher-level perspective, mapping all relevant modules and callers to help developers understand how a section of code fits into the broader architecture.
Overview
Part of Matt Pocock's "Skills For Real Engineers" collection, /zoom-out instructs the AI agent to step back from the code it is currently focused on and provide a higher-level architectural perspective. It maps all relevant modules, callers, and dependencies so developers can understand how a particular section of code fits into the broader system. This addresses the common problem where AI agents dive deep into implementation details without explaining the surrounding context.
Key Features
- Architectural context mapping that identifies all modules, callers, and dependencies related to the code section in focus
- Higher-level perspective that explains not just what code does, but why it exists and how it connects to the rest of the system
- Composable with debugging workflows by pairing naturally with
/diagnose(to understand what to fix) and/improve-codebase-architecture(to redesign what you see) - On-demand invocation that lets you switch between detailed code work and big-picture understanding without losing context
Who is this for?
- Developers who are new to a codebase and need their AI agent to explain how unfamiliar code sections relate to the larger architecture
- Engineers working on complex refactoring who need to understand all callers and dependencies before making changes
- Anyone who finds their AI agent giving overly narrow explanations and wants a broader system-level view of the code they are working on
Same repository
mattpocock/skills(54 items)
Installation
npx vibeindex add mattpocock/skills --skill zoom-outnpx skills add mattpocock/skills --skill zoom-out~/.claude/skills/zoom-out/SKILL.mdSKILL.md
More from this repository10
Interviews the user relentlessly about every aspect of a plan or design until reaching shared understanding, resolving each branch of the decision tree one by one. Provides recommended answers for each question and explores the codebase when answers can be found there.
A skill that runs a grilling session to challenge your plan against an existing domain model, sharpen terminology by building a shared language in CONTEXT.md, and document architectural decisions in ADRs before coding begins.
An agent skill from Matt Pocock's engineering toolkit that helps improve your codebase architecture. Part of a composable skill set designed to fix common AI coding agent failure modes through structured, experience-based workflows.
Enforces test-driven development with a strict red-green-refactor loop using vertical slices (one test then one implementation at a time), emphasizing behavior verification through public interfaces rather than implementation-coupled testing.
Initial setup skill for Matt Pocock's engineering skills collection that configures your backlog manager, triage labels, and documentation paths for AI coding agents.
A composable skill for triaging issues and tickets using configurable labels, designed to fix common failure modes in AI coding agents by providing structured backlog management workflows.
A collection of small, composable engineering skills designed for real development workflows, featuring grilling sessions for requirement alignment, issue tracking integration, and task triage with customizable labels.
A skill that turns the current conversation context and codebase understanding into a structured PRD (Product Requirements Document) and submits it as a GitHub issue, with modular architecture and user story generation.
Breaks a plan, spec, or PRD into independently-grabbable GitHub issues using tracer-bullet vertical slices. Each issue is a thin end-to-end path through every integration layer that can be demoed or verified on its own.
Composable, model-agnostic agent skills for real engineering workflows, featuring /grill-me for requirement alignment, /prototype for rapid iteration, and task management tools designed to fix common failure modes in AI coding agents.