This turns feature requests into structured, actionable plans without actually writing code. It scans your README and relevant files, asks one or two clarifying questions if absolutely necessary, then outputs a tight checklist of 6 to 10 steps with concrete file paths and validation tasks. The format is rigid by design: intent paragraph, in/out scope, ordered action items, optional open questions. It enforces read-only mode throughout, which keeps you from jumping straight into implementation before thinking through edge cases and rollout. Good for when you want to slow down and map out a change before Claude starts generating diffs, especially on unfamiliar codebases or anything that touches multiple systems.
npx -y skills add davila7/claude-code-templates --skill create-plan --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
mattpocock/skills