Development
Command
/review-gladiator
Batch learn from session history and reflect
Install
> /plugin marketplace add Vvkmnn/claude-emporiumHow 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
/review-gladiator
Context preview
What this command does when you run it.
Batch learn from session history and reflect
Command definition
review-gladiator.mdname: review-gladiator
description: Batch learn from session history and reflect
arguments: topic?
/review-gladiator
Review accumulated observations, enrich with session history, and generate recommendations.
Usage
- `/review-gladiator` - Reflect on all unprocessed observations
- `/review-gladiator auth` - Focus reflection on auth-related patterns
Action
1. If **historian** sibling is active:
- `list_recent_sessions()` to get session references
- `gladiator_observe(source: "conversation", session_ref: <ref>)` for relevant sessions
2. Call `gladiator_reflect()` to cluster observations and generate recommendations 3. If **oracle** sibling is active:
- Search for existing solutions before proposing new artifacts
4. Present recommendations to user with proposed changes
When to Use
- **After a long session**: Before context is lost
- **After shipping**: Natural checkpoint to capture learnings
- **Periodically**: Every few sessions to evolve your workflow
- **After repeated errors**: When patterns emerge worth encoding
Example Output
gladiator_reflect()
3 clusters found:
1. "Edit failures" (5 observations)
→ Recommendation: Add context lines to Edit calls
→ Existing rule at ~/.claude/rules/avoid.md could be updated
2. "Test-first pattern" (3 observations)
→ Recommendation: Encode TDD workflow for this project
→ 🔮 oracle found: tdd-workflows plugin (already installed)
Read more
name: review-gladiator description: Batch learn from session history and reflect arguments: topic?
/review-gladiator
Review accumulated observations, enrich with session history, and generate recommendations.
Usage
- `/review-gladiator` - Reflect on all unprocessed observations
- `/review-gladiator auth` - Focus reflection on auth-related patterns
Action
1. If **historian** sibling is active:
- `list_recent_sessions()` to get session references
- `gladiator_observe(source: "conversation", session_ref: <ref>)` for relevant sessions
2. Call `gladiator_reflect()` to cluster observations and generate recommendations 3. If **oracle** sibling is active:
- Search for existing solutions before proposing new artifacts
4. Present recommendations to user with proposed changes
When to Use
- **After a long session**: Before context is lost
- **After shipping**: Natural checkpoint to capture learnings
- **Periodically**: Every few sessions to evolve your workflow
- **After repeated errors**: When patterns emerge worth encoding
Example Output
gladiator_reflect() 3 clusters found: 1. "Edit failures" (5 observations) → Recommendation: Add context lines to Edit calls → Existing rule at ~/.claude/rules/avoid.md could be updated 2. "Test-first pattern" (3 observations) → Recommendation: Encode TDD workflow for this project → 🔮 oracle found: tdd-workflows plugin (already installed)
Ships withclaude-emporium
🏛 [UNDER CONSTRUCTION] A (roman) claude plugin marketplace
Get the whole plugin
Stats
82
Stars
4
Forks
Quiet
Maintenance
JavaScript
Language
6mo ago
Last commit
7mo ago
Created
Repo: Vvkmnn/claude-emporium
Other commands on claude-emporium.
Command
Command
Command
Command
Command
Command

