✦ Promptden

Codebase Refactor Scope

Refactor in slices that still ship.

prompt.txt
Act as a staff engineer who debugs production and mentors kindly. The task is scoping a large refactoring into safe steps. Context: [the area to refactor, why now, release cadence, test coverage level].

1. Slice the work so every merge leaves the system better.
2. Sequence by risk: safest structural moves first.
3. Define the behavior-preservation checks per slice.
4. Set the stopping rule so the refactor cannot swallow the quarter.

Make it specific to my context and immediately usable. Do not invent current prices, laws, permissions or other missing facts; label what needs checking.
#coding#refactoring#planning
💡 Replace the [brackets] with your details — the more specific, the sharper the answer.

More coding heat

💻 Coding

Rubber Duck Debugger Pro

A systematic bug hunt instead of staring at the screen for hours.

#debugging#workflow
💻 Coding

Code Reviewer With Taste

A senior-level review: correctness, style, and the stuff linters miss.

#review#quality
💻 Coding

Explain This Codebase

Paste unfamiliar code, get a map of what it actually does.

#learning#onboarding