dot-claude/skills/scope/SKILL.md
Interview the user with brief, one-at-a-time questions until reaching shared understanding of what to build. Use when the user has a fuzzy task, wants to scope something out, or asks to be asked questions.
npx skillsauth add n1kben/dotfiles scopeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Interview the user with brief questions until you share a clear picture of what to build. Keep each question to one or two sentences and offer 2–3 options when it helps. Skip what context already answers, and stop when more questions wouldn't change what gets built. Ask one question at a time. If a question can be answered by exploring the codebase, explore it instead. When you have enough, summarize and confirm before starting.
testing
Commit, rebase on latest master, and push. Use when the user wants to quickly sync their branch.
development
Build a throwaway prototype to flush out a design before committing to it. Routes between two branches — a runnable terminal app for state/business-logic questions, or several radically different UI variations toggleable from one route. Use when the user wants to prototype, sanity-check a data model or state machine, mock up a UI, explore design options, or says "prototype this", "let me play with it", "try a few designs".
testing
Cache and refresh remote git repositories under ~/.cache/checkouts/<host>/<org>/<repo> so future references can reuse a local copy. Use this skill when the user points you to a remote git repository as reference or you encountered a remote git repo through other means.
documentation
Compact the current conversation into a handoff document for another agent to pick up.