Show reflection configuration and learning statistics. Activates for reflect status, reflection status, memory status, learnings status.
View your AI's learning statistics and reflection configuration. Shows what categories it's learning from, how many learnings it has captured, and recent activity.
/plugin marketplace add anton-abyzov/specweave/plugin install sw@specweaveShow reflection configuration and learning statistics.
/sw:reflect-status
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🧠 REFLECT: Status Dashboard
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📊 CONFIGURATION
Reflection: ✅ Enabled
Auto-reflect: ✅ On (stop hook active)
Enabled since: 2026-01-03T10:30:00Z
Confidence: medium
Max/session: 10
Git commit: ❌ disabled
Git push: ❌ disabled
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🎯 LEARNING FOCUS - What Reflection Learns
Project Skills (.specweave/memory/):
• general.md 12 learnings ■■■■■■□□□□ 40%
└─ Project conventions, file organization, tooling preferences
• testing.md 8 learnings ■■■■□□□□□□ 27%
└─ Test patterns, mocking, framework usage (Vitest, Playwright)
• api-patterns.md 5 learnings ■■□□□□□□□□ 17%
└─ API design, endpoint patterns, REST/GraphQL conventions
• database.md 3 learnings ■□□□□□□□□□ 10%
└─ Query patterns, schema design, ORM usage, migrations
• git.md 2 learnings ■□□□□□□□□□ 6%
└─ Commit messages, branching, Git workflows
Global Skills (~/.specweave/memory/):
• No global memories found (project-specific learnings only)
Total: 30 learnings across 5 categories
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📈 RECENT ACTIVITY
Last modified: 2026-01-05T09:15:00Z (general.md)
Recent learnings:
• [HIGH] Button component usage → general
• [HIGH] API error handling → api-patterns
• [MED] Query optimization → database
• [MED] Test fixture pattern → testing
• [LOW] Commit message format → git
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🔧 COMMANDS
/sw:reflect Manual reflection now
/sw:reflect-on Enable auto-reflect (already on)
/sw:reflect-off Disable auto-reflect
/sw:reflect-clear Clear specific learnings
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
The reflection system is actively learning from your corrections. Auto-reflection
is enabled, so learnings will be automatically captured when you end sessions.
You have 30 learnings across 5 categories with recent activity in general
project rules and API patterns.
| Section | Contents |
|---|---|
| Configuration | Enable status, auto-reflect status, confidence threshold, limits |
| Learning Focus | Visual breakdown of what each category learns (with bar charts and descriptions) |
| Recent Activity | Last modified file, recent learnings with confidence levels |
| Commands | Quick reference for reflect commands with context-aware hints |
"What Reflection Learns" clarity - Each category shows:
Visual distribution - Simple ASCII bar charts make it immediately clear where most learnings are concentrated
Context-aware hints - Commands section adapts (e.g., "already on" when auto-reflect is enabled)
Summary paragraph - Plain English explanation at bottom for quick understanding
| Command | Purpose |
|---|---|
/sw:reflect | Manual reflection |
/sw:reflect-on | Enable auto-reflect |
/sw:reflect-off | Disable auto-reflect |
When this command is invoked:
.specweave/state/reflect-config.json.specweave/memory/*.md~/.specweave/memory/*.md- or - ✗→✓)general.md → "Project conventions, file organization, tooling preferences"testing.md → "Test patterns, mocking, framework usage (Vitest, Playwright)"api-patterns.md → "API design, endpoint patterns, REST/GraphQL conventions"database.md → "Query patterns, schema design, ORM usage, migrations"git.md → "Commit messages, branching, Git workflows"logging.md → "Logger usage, log levels, structured logging"component-usage.md → "UI component patterns, styling, component composition"deployment.md → "Deploy commands, CI/CD, service configuration"security.md → "Auth patterns, validation, secrets management"structure.md → "File/module organization, import patterns"| Category File | Description Template |
|---|---|
general.md | Project conventions, file organization, tooling preferences |
testing.md | Test patterns, mocking, framework usage (Vitest, Playwright) |
api-patterns.md | API design, endpoint patterns, REST/GraphQL conventions |
database.md | Query patterns, schema design, ORM usage, migrations |
git.md | Commit messages, branching, Git workflows |
logging.md | Logger usage, log levels, structured logging |
component-usage.md | UI component patterns, styling, component composition |
deployment.md | Deploy commands, CI/CD, service configuration |
security.md | Auth patterns, validation, secrets management |
structure.md | File/module organization, import patterns |