Second Thought banner
gg-mo gg-mo

Second Thought

Development community

Description

--- description: Invoke the second-thought skill to critique a direction before commitment --- Use the `second-thought` skill. Do this automatically: - If the user gives only natural language, infer payload fields in the background. - User should not need to manually provide `original_intent`, `current_context`, `proposal_type`, etc. - Ask follow-up only when ambiguity blocks safe execution. Compute structured critique output internally with: - status - summary - goal_alignment - concerns -

Installation

Installs to ~/.claude/skills/gg-mo-second-thought-agent-skill-second-thought/SKILL.md

Terminal
mkdir -p ~/.claude/skills/gg-mo-second-thought-agent-skill-second-thought && curl -fsSL https://raw.githubusercontent.com/gg-mo/second-thought-agent-skill/HEAD/commands/second-thought.md -o ~/.claude/skills/gg-mo-second-thought-agent-skill-second-thought/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository