Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub vvkmnn/claude-emporium-beta --plugin claude-gladiatorHow this command is triggered — by the user, by Claude, or both
Slash command
/claude-gladiator:review-gladiatorThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /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: - `search(scope="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 exi...
/review-gladiatorReviews session history observations, clusters patterns, generates workflow recommendations, and suggests changes or existing solutions.
/evolveAnalyzes session history to extract patterns and reusable learnings. Also supports reviewing existing learnings, listing intelligence, and deriving peer-card updates via dialectic mode.
/retrospectiveReviews AgentDB learnings across sessions: clusters themes, merges duplicates, resolves contradictions, archives stale entries, promotes high-confidence insights. Outputs formatted retrospective report.
/compoundReflects on the current session to extract key learnings, heuristics, friction points, and tacit knowledge for improving future interactions. States if none found.
/reflectAnalyzes conversation history and session ledger to suggest specific, actionable improvements to AGENTS.md based on patterns and feedback.
Share bugs, ideas, or general feedback.
Review accumulated observations, enrich with session history, and generate recommendations.
/review-gladiator - Reflect on all unprocessed observations/review-gladiator auth - Focus reflection on auth-related patternssearch(scope="sessions") to get session referencesgladiator_observe(source: "conversation", session_ref: <ref>) for relevant sessionsgladiator_reflect() to cluster observations and generate recommendationsgladiator_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)