From reflect
/cs:reflect — Mid-conversation reflection: halts current thread, re-reads full conversation from original goal forward, runs 5-dimension analysis (Macro / Gap / Reflective / Bias / Contextual), ends with Continue / Pivot / Pause recommendation. Flowing prose, no headers. Honest output — no manufactured problems.
How this command is triggered — by the user, by Claude, or both
Slash command
/reflect:cs-reflectThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /cs:reflect — Mid-Conversation Reassessment **Command:** `/cs:reflect` The `cs-reflect` persona pauses execution and honestly reassesses where the conversation has been heading. ## When to Run - Conversation has gone 10+ turns deep on implementation details without strategic check-in - Repeated dead-ends or pivots within a short span - You suspect the framing has drifted from the original goal - You want a bias check before committing to next steps - Pre-decision sanity check on a substantive direction change ## When NOT to Run - Quick lookups or factual questions - Conversations <5...
Command: /cs:reflect
The cs-reflect persona pauses execution and honestly reassesses where the conversation has been heading.
A flowing-prose reassessment covering:
Closing with one of three recommendations:
Explicit:
Implicit (no phrase needed):
# When triggered, the skill:
# 1. Halts current thread (no continuation of the in-progress task)
# 2. Re-reads full conversation from original goal
# 3. Runs 5-dimension analysis in head
# 4. Delivers flowing-prose reassessment
# Optional pre-flight: scan for bias patterns + depth signals
python ../skills/reflect/scripts/conversation_depth_analyzer.py --conversation /tmp/transcript.txt
python ../skills/reflect/scripts/bias_pattern_detector.py --conversation /tmp/transcript.txt
# Post-flight: validate output meets discipline
python ../skills/reflect/scripts/directional_recommendation_validator.py --output /tmp/output.txt
cs-reflectreflectmegaprompts/02-reflect-megaprompt.md/cs:capture (productivity, brain-dump organizer)/cs:grill-me, /cs:grill-with-docsVersion: 1.0.0
Source: Path-B direct conversion of megaprompts/02-reflect-megaprompt.md
npx claudepluginhub leahyra/claude-skills-collection --plugin reflect-skill