Approach Extractor

Extracts the reasoning behind a solved problem — not just the diff or the fix, but why that approach was chosen, what alternatives were rejected and why, and what generalizes. Use this any time a debugging session, code review, research task, proof attempt, or exploratory investigation reaches a resolution and the user wants it captured as a learnings note, not just closed out. Trigger on explicit requests ("write up what we learned", "extract the approach", "capture this as a pattern", "document the reasoning", "turn this into a note") AND proactively suggest it whenever a nontrivial fix or finding is about to be left undocumented — a solution without a learnings note is unfinished work.

daedalus 57daec2 6.0 KB Updated

File contents

daedalus/skills/tree/main/skills/approach-extractor commit 57daec2f07

Frequently asked questions

npx skillmds@latest add daedalus/approach-extractor