# Scope And Plan

> Locates where a change will live by tracing the relevant slice of the codebase, then interrogates the plan relentlessly, one question at a time, resolving each branch of the decision tree, until you and the user reach a shared, code-grounded understanding. Use before building a feature or refactor, to stress-test a plan, or when the user says "scope this" or "plan this out".

- Skill: `linardsliepenieks/scope-and-plan` (Agent Skill)
- Install (CLI): `npx skillmds@latest add linardsliepenieks/scope-and-plan`
- Raw SKILL.md: https://api.skillmd.com/api/skills/linardsliepenieks/scope-and-plan/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: LinardsLiepenieks (https://skillmd.com/u/linardsliepenieks)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/linardsliepenieks/scope-and-plan

---


Before planning, **scope the codebase.** Trace the import graph around where the change will live (the files it'll touch and, one hop out, their neighbors) to pin down roughly where it belongs and what it connects to. Flag anything that should reshape the plan.

Then **plan** relentlessly until you and the user reach a shared understanding. Walk each branch of the decision tree, resolving dependencies between decisions one at a time. Ask one question at a time, each with your recommended answer. If a question can be answered by exploring the codebase, explore instead of asking.

