Skip to content
Development
Command

/reflect

Create a reflective analysis of the current Claude Code session, focusing on techniques, patterns, lessons learned, and workflow improvements.

From plugin
claude-code-rules
13716 skills13 agents16 commands
Install
$ npx -y skills add NikiforovAll/claude-code-rules --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/reflect

Context preview

What this command does when you run it.

Create a reflective analysis of the current Claude Code session, focusing on techniques, patterns, lessons learned, and workflow improvements.

Command definition

reflect.md
description: Create a reflective analysis of the current Claude Code session, focusing on techniques, patterns, lessons learned, and workflow improvements.

Session Reflection

Create a reflective analysis of this Claude Code session.

Purpose

This reflection focuses on **META aspects** of the session - not what was implemented/fixed, but HOW the work was done:

  • Techniques and approaches used
  • What worked well vs. what didn't
  • Lessons learned for future sessions
  • Actionable improvements

Instructions

1. **Analyze the Current Session**

Review the conversation history and identify:

  • Problem-solving approaches used
  • Tool usage patterns (which tools, how effectively)
  • Communication patterns (clarifications, iterations)
  • Planning and execution strategies
  • Any blockers, pivots, or course corrections

2. **Generate the Reflection**

Create a markdown file at: `.claude/reflections/<date>-<name>.md`

Where:

  • `<date>` is today's date in `YYYY-MM-DD` format
  • `<name>` is a short kebab-case slug (2-4 words) derived from the **gist** of the conversation (e.g., `api-debugging`, `test-refactoring`, `feature-planning`)

Ensure the `.claude/reflections/` directory exists before writing.

3. **Use This Structure**

# Session Reflection: [Brief Title]

**Date**: YYYY-MM-DD
**Session Goal**: [One-line summary of what the session aimed to accomplish]

---

## What Went Well

- [Effective technique or approach]
- [Tool usage that was particularly helpful]
- [Communication pattern that worked]

## What Went Wrong

- [Approach that didn't work or caused delays]
- [Tool misuse or inefficiency]
- [Unnecessary iteration or backtracking]

## Lessons Learned

1. **[Lesson Title]**: [Explanation of the insight and why it matters]
2. **[Lesson Title]**: [Explanation of the insight and why it matters]

## Action Items

- [ ] [Specific improvement to apply in future sessions]
- [ ] [Process or workflow change to consider]

## Tips & Tricks for Claude Code

Based on this session, useful patterns for future reference:

- **Tip**: [Specific Claude Code tip discovered or reinforced]
- **Tip**: [Another useful pattern or shortcut]

## Generalization Opportunities

Consider creating reusable artifacts if this session revealed repeatable patterns. For example:

- **Slash Command**: [If a specific workflow could be automated]
- **Agent**: [If a specialized task could be delegated]
- **Skill**: [If a multi-step process with assets would help]

[Only include this section if genuinely applicable. Before generalizing, ensure the pattern is genuinely reusable across multiple contexts. Premature abstraction can add complexity without benefit.]

---

*Generated by `/reflect` command*

Guidelines

  • **Be honest and specific** - vague observations aren't actionable
  • **Focus on process, not outcomes** - "we used X approach" not "we built Y feature"
  • **Prioritize actionable insights** - each lesson should inform future behavior
  • **Keep it concise** - quality over quantity
  • **Skip sections if not applicable** - empty sections add no value
Read more
Ships withclaude-code-rules

A collection of Claude Code recommendations and practices. Learn practical techniques to enhance your AI-assisted development workflow with Claude Code.

Get the whole plugin, auto-invoked
Stats
137
Stars
0
Views
20
Forks
Active
Maintenance
HTML
Language
Apache-2.0
License
10d ago
Last commit
1y ago
Created

Repo: NikiforovAll/claude-code-rules