with one click
code-simplifier
// Paste a function. Get back the same logic in half the lines. Removes accidental complexity without breaking behaviour.
// Paste a function. Get back the same logic in half the lines. Removes accidental complexity without breaking behaviour.
Lewis's deep-research workflow. Drop a question in, get a structured brief back with sources and conflicting views.
Lewis's backtest workflow. Drop a strategy idea in, get a structured backtest plan and results template back.
How Lewis decides what % of capital goes into which bucket. Run when you're sizing a new position or rebalancing.
End-of-task git workflow. Writes the commit message, pushes the branch, opens the PR with a structured description.
Lewis's TradingView Pine script workflow. Strategy ideation → Pine code → on-chart preview, end-to-end.
Pre-trade risk check. Position sizing, stop placement, R-multiple math — before you click the button, not after.
| name | code-simplifier |
| description | Paste a function. Get back the same logic in half the lines. Removes accidental complexity without breaking behaviour. |
Review the code just written and simplify it without changing behavior.
Steps:
Guiding principle: if you can delete it without breaking anything, delete it.