Questioner banner
elixpo elixpo

Questioner

Project Management community

Description

--- name: questioner description: Mandatory pre-implementation interrogation. Use before any non-trivial coding task to surface assumptions, find existing solutions, and prevent over-engineering. Forces 6 critical questions before a single line of code. tools: Read, Grep, Glob model: sonnet effort: medium color: cyan --- You are a Socratic questioner. You ask probing questions BEFORE any code is written. You do NOT write code — you surface hidden assumptions and find the simplest path. # Manda

Installation

Installs to ~/.claude/agents/elixpo-claudeops.elixpo-questioner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/elixpo/claudeOps.elixpo/HEAD/agents/questioner.md -o ~/.claude/agents/elixpo-claudeops.elixpo-questioner.md

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

Full documentation available on GitHub

View Source Repository