Least To Most

For a complex problem, first decompose it into an ordered list of simpler subproblems, then solve them in sequence, feeding each answer into the next, instead of one-shotting the whole thing. Use on multi-step tasks, hard algorithmic problems, or anything that fails when attempted whole. Trigger with /least-to-most or "break this down", "decompose first", "solve step by step in order".

zavelinski Updated

File contents

zavelinski/least-to-most/tree/main/skills/least-to-most commit f39a5a7752

Frequently asked questions

npx skillmds@latest add zavelinski/least-to-most