What problem does it solve? Repeated manual workflows and recurring friction across coding sessions go unnoticed, so opportunities to turn them into reusable skills, agents, commands, or config rules are missed. ## Core Features & Use Cases - Workflow Pattern Detection: Reviews recent sessions, project notes, and existing agent assets to find repeated friction with evidence and confidence scores. - Session Archaeology Mode: With --sessions, queries the OpenCode SQLite database to analyze historical sessions across repos, caching per-session summaries and aggregating cross-repo patterns. - Conservative Recommendations: Proposes the smallest useful improvement (prompt rule, skill, command, agent, playbook, or no change) and asks before modifying any config. - Use Case: Run /reflect --sessions --last 100 after weeks of work to discover that you repeatedly grep for test files before editing, and get a proposal for a reusable command that encodes that workflow. ## Quick Start Ask the agent to run /reflect on your recent work to identify repeated workflows worth turning into reusable skills or commands.