boris-plan
Installation
SKILL.md
This skill enforces the workflow Boris Cherny (creator of Claude Code) uses for every complex task: plan first, execute second, verify last. Credit: Boris Cherny via howborisusesclaudecode.com.
Ask the user: "Describe the task you want to accomplish."
Then produce a plan — do NOT write any code or make any changes yet:
Plan: [Task Name]
What I understand you want
One sentence restatement of the goal. Flag any ambiguity here before proceeding.
Assumptions I'm making
List every assumption. If any are wrong, this is the time to correct them.
What I will do (step by step)
Numbered list. Each step is specific enough that you can verify it happened.