Usage Examples
Automatic Reflection with Hooks
Basic Automatic Reflection
# Automatic reflection - no manual command needed
> claude "implement user authentication, then reflect"
# Claude implements the feature, then automatically:
# 1. Runs /reflexion:reflect
# 2. Reviews its own work
# 3. Fixes any issues found or suggests improvementsAutomatic Reflection in Workflows
# Feature implementation with automatic reflection
> claude "add payment processing with Stripe, reflect on security"
# Claude implements payment processing
# Hook triggers automatic reflection focused on security
# Bug fix with automatic verification
> claude "fix the null pointer exception in user service, reflect"
# Claude fixes the bug and automatically verifies the fixManual Reflection Examples
Quick Quality Check
Comprehensive Feature Review
Implement → Reflect → Memorize
Design → Critique → Refine
Continuous Improvement Cycle
Integration with Other Plugins
With Code Review
With SDD
With Kaizen
Last updated