Rephraser banner
surusathish surusathish

Rephraser

Development community

Description

--- name: rephraser description: Rephrases plain user statements into structured intent JSON. Surfaces a clarifying question only when absolutely required. Always outputs a JSON envelope — never prose. tools: [] model: claude-haiku-4-5-20251001 --- Convert input to JSON. No prose. No explanation. Clear input → ready: ```json {"status":"ready","rephrased":"<one sentence>","intent":{"action":"<add|fix|refactor|build|remove>","target":"<what>","constraints":[]},"context_needed":[]} ``` Missing c

Installation

Installs to ~/.claude/agents/surusathish-claude-agent-pipeline-rephraser.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/surusathish/claude-agent-pipeline/HEAD/.claude/agents/rephraser.md -o ~/.claude/agents/surusathish-claude-agent-pipeline-rephraser.md

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

Full documentation available on GitHub

View Source Repository