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".

LinardsLiepenieks Updated

File contents

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.

LinardsLiepenieks/honecode/tree/main/skills/scope-and-plan commit 1052f7f022

Frequently asked questions

npx skillmds@latest add linardsliepenieks/scope-and-plan