# Scope Analysis

> Trigger: scope analysis, target boundary discovery. Delimit class/package/module scope.

- Skill: `andresnator/scope-analysis` (Agent Skill)
- Install (CLI): `npx skillmds@latest add andresnator/scope-analysis`
- Raw SKILL.md: https://api.skillmd.com/api/skills/andresnator/scope-analysis/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Product & Planning
- License: Apache-2.0
- Author: andresnator (https://skillmd.com/u/andresnator)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/andresnator/scope-analysis

---


# Scope Analysis
Delimit whether the target is a class, package, or module, then keep the plan inside that boundary.

## How to inspect

- Identify the primary target file(s).
- Find public methods, exported APIs, public constructors, endpoints, and events.
- Find callers/consumers with references, imports, routes, LSP, or a code-graph index (for example, Graphify MCP/CLI) when available.
- Find existing tests by naming, package, fixtures, integration suites, and build metadata.
- Separate in-scope files from neighboring context.
- Record out-of-scope work explicitly.

