Agent skill · AI & Agents

reflect

Mid-conversation reflection skill that pauses execution and zooms out from detail-mode to honestly reassess direction, assumptions, and bias. Use when the user says 'reflect', 'take a step back', 'step back', 'zoom out', 'are we missing something', 'bigger picture', 'sanity check this', 'are we on track', 'are we overthinking this', 'forest for the trees', or any variation signaling intent to break out of detail-mode and reassess. Also trigger when the conversation has gone deep on implementation details without strategic check-in, or when the user shows signs of being stuck — that's often a s

Infrasity-Labsgithub.com/Infrasity-LabsGitHub ↗
claude-codeships scriptsMIT
Install
npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill reflect --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 7
SKILL.md size: 9 KB
Bundled scripts: yes
Path: .claude/skills/reflect/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 97
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Reflect — Mid-Conversation Reassessment > **Portability:** Pure-reasoning skill. No external tools required. Works in Claude Code CLI + Claude.ai web natively. Most portable in the v2 collection. When invoked mid-conversation, this skill **pauses execution** and produces a frank reassessment of where the conversation has been heading. Output is **flowing analysis (no headers, conversational tone)** covering macro perspective, gap analysis, reflective inquiry, bias check, and contextual alignment. The skill ends with a clear directional recommendation: **continue, pivot, or pause to answer a specific question**. ## Invocation Triggers **Explicit phrases:** - "reflect" - "take a step back" / "step back" - "zoom out" - "are we missing something" - "bigger picture" - "what are we missing" - "let's pause" - "sanity check this" - "are we on track" - "are we overthinking this" - "forest for the trees" **Implicit signals (no phrase needed):** - Conversation has gone 10+ turns deep on implementation details without strategic check-in - User shows signs of frustration or stuck-ness - Repeated dead-ends or pivots within a short span When you detect an implicit trigger, **don't auto-invoke**

What's inside
Steps it walks through
  1. Invocation Triggers
  2. Stop Directive (Before Reassessing)
  3. Grill-Me Optional Clarifier
  4. Q1 (optional, asked only when context is too thin to reassess)
  5. The 5-Dimension Analysis Framework
  6. 1. Macro Perspective
  7. 2. Gap Analysis
  8. 3. Reflective Inquiry
  9. 4. Bias Check
  10. 5. Contextual Alignment
  11. Tone and Format Rules
  12. Closing Recommendation (Mandatory)
  13. Error Handling
  14. Tooling
Ships with 6 files
  • references/cognitive_bias_canon.md
  • references/conversation_reflection_practice.md
  • references/honest_output_discipline.md
  • scripts/bias_pattern_detector.py
  • scripts/conversation_depth_analyzer.py
  • scripts/directional_recommendation_validator.py
More from dev-gtm-claude-skills
All skills →
About this skill
What does the reflect skill do?

Mid-conversation reflection skill that pauses execution and zooms out from detail-mode to honestly reassess direction, assumptions, and bias. Use when the user says 'reflect', 'take a step back', 'step back', 'zoom out', 'are we missing something', 'bigger picture', 'sanity check this', 'are we on track', 'are we overthinking this', 'forest for the trees', or any variation signaling intent to break out of detail-mode and reassess. Also trigger when the conversation has gone deep on implementation details without strategic check-in, or when the user shows signs of being stuck — that's often a s

How do I install it?

Run `npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill reflect --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From Infrasity-Labs/dev-gtm-claude-skills, a repository with 97 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going