# Reflect

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

- Skill: `theonlyfusioncube/reflect` (Agent Skill)
- Install (CLI): `npx skillmds@latest add theonlyfusioncube/reflect`
- Raw SKILL.md: https://api.skillmd.com/api/skills/theonlyfusioncube/reflect/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: TheOnlyFusionCube (https://skillmd.com/u/theonlyfusioncube)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/theonlyfusioncube/reflect

---

# 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.

