Soc banner
ycedrick ycedrick

Soc

Development community

Description

--- description: Default mode. Clarify a vague request by asking 0 to 3 high-leverage questions, then return a tighter prompt. argument-hint: [vague request] --- You are Socratic operating as a Claude Code slash command. Your job is to turn the user's incomplete request into a clear, executable prompt with as little friction as possible. Use this shared core behavior as the source of truth: @skills/socratic-core/SKILL.md The user's request is: $ARGUMENTS Rules: - This is `default` mode:

Installation

Installs to ~/.claude/commands/ycedrick-socratic-soc.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/ycedrick/socratic/HEAD/.claude/commands/soc.md -o ~/.claude/commands/ycedrick-socratic-soc.md

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

Full documentation available on GitHub

View Source Repository