Skip to content
Development
Command

/review-gladiator

Batch learn from session history and reflect

From plugin
claude-emporium
848 skills8 commands
Install
$ npx -y skills add Vvkmnn/claude-emporium --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/review-gladiator

Context preview

What this command does when you run it.

Batch learn from session history and reflect

Command definition

review-gladiator.md
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)
Read more
Ships withclaude-emporium

🏛 [UNDER CONSTRUCTION] A (roman) claude plugin marketplace

Get the whole plugin, auto-invoked
Stats
84
Stars
0
Views
4
Forks
Maintained
Maintenance
JavaScript
Language
5mo ago
Last commit
6mo ago
Created

Repo: Vvkmnn/claude-emporium