Claude Plan With Me Skill
Description
A Claude skill that turns plan mode into a structured, repo-grounded design conversation with senior-engineer-level clarifying questions before drafting a plan.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
plan-with-me
A Claude skill that turns plan mode into a structured, repo-grounded design conversation instead of a quick sketch.
Before writing a single line of a plan, it researches the current (or a named target) repository thoroughly, then **always** asks several high-leverage clarifying questions at a system-design / senior-software-engineer level — each with multiple concrete, well-reasoned options and tradeoffs, never a bare yes/no. Only after you answer does it draft the implementation plan, and it always requests explicit approval before any implementation begins.
Why
Left to its own devices, plan mode tends to do one of two things: write a plan straight away and let architectural decisions get made implicitly by whichever approach occurred to it first, or ask one or two shallow clarifying questions that aren't really grounded in the codebase. Neither gives you a real say in the decisions that are expensive to reverse later — the data model, the API shape, how failures are handled, what gets tested.
This skill slows that moment down, deliberately, the way a senior engineer would if a junior engineer said "I'm going to go build X." It does the reading a good engineer does, and asks the questions a good engineer asks — as concrete, opinionated options, not open-ended prompts that push the design work back onto you.
What it does
- Resolve scope — figures out which repo and which request it's actually planning against.
- Research — reads the relevant parts of the codebase (via Glob/Grep/Read, or a research subagent for large repos): tech stack, existing conventions, analogous features, testing setup.
- Ask clarifying questions — a small, adaptive set of questions (2-3 for a focused change, 6+ for a bigger design), each posed as multiple choice with real tradeoffs and a recommended default, grounded in what research turned up. See
references/question-playbook.mdfor the categories it draws on: architecture & structure, data model &
Related Skills
Algorithmic Art
Create generative art using p5.js with seeded randomness, flow fields, and particle systems
Design Brand Guidelines
Apply Anthropic's official brand colors and typography to artifacts
Design Canvas Design
Create beautiful visual art in PNG and PDF documents using design philosophy
Design Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality
Design Slack Gif Creator
Create animated GIFs optimized for Slack's size constraints
Design Theme Factory
Style artifacts with professional themes including 10 pre-set color/font combinations
Design Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css
Designguru
Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance,
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://