Makes Claude present every decision as a scored comparison: quick hack (T:3) versus proper solution (T:9), with manual versus AI-assisted time estimates shown side by side. The insight is simple but changes behavior: when the thorough option only adds 10 minutes with AI help instead of 3 hours manually, you stop choosing the shortcut. Includes a scope check system to catch unbounded work like "refactor all error handling" and force it into contained pieces you can actually finish. Best for feature work and refactoring where you'd normally take shortcuts because the right way seems expensive. Skip it for spikes and throwaway scripts where speed actually matters more than quality.
npx -y skills add rohitg00/pro-workflow --skill thoroughness-scoring --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
mattpocock/skills