Reflect

Convert lessons from a completed difficult task into structural improvements. Use after a long or unexpectedly painful workflow.

TheOnlyFusionCube cf9dcb3 702 B Updated

File contents

Reflect

  1. Compare the intended workflow with what actually happened using the decision log, diff, test history, and failures.
  2. Identify repeated waste, missing checks, bad assumptions, and the earliest point each could have been caught.
  3. Prefer structural fixes: scripts, tests, metadata, better boundaries, or narrower skill triggers. Add prose only when it is the right lever.
  4. Change the smallest reusable artifact that prevents recurrence.
  5. Re-run the scenario or a focused eval to prove the reflection improved behavior.

TheOnlyFusionCube/potetos-for-everyone/tree/main/skills/reflect commit cf9dcb383f

Frequently asked questions

npx skillmds@latest add theonlyfusioncube/reflect