How 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 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)
npx claudepluginhub vvkmnn/claude-emporium-beta --plugin claude-gladiator/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.
/reflectReflects on the current session to surface workflow friction worth tuning — big wins and big fails. Also audits memo entries and deduplicates captured patterns for proposed memory persistence.
/compoundReflects on the current session to extract key learnings, heuristics, friction points, and tacit knowledge for improving future interactions. States if none found.
/retroAnalyzes a session for improvements — identifies time waste, user feedback, project knowledge, workflow bugs, and tool issues. Generates a structured retro report and suggests actionable changes.