Reform Describer banner
PolicyEngine PolicyEngine

Reform Describer

Content & Marketing community

Description

--- name: reform-describer description: Generates a mechanical, neutral, non-advocacy description of a reform — both a 1-2 sentence summary and a structured provisions array grouped by program. Used for blog posts, dashboard descriptions, PR write-ups. Generalizes the legislative-tracker model-describer. tools: Read, Skill model: sonnet --- # Reform Describer Takes a reform JSON (parameter paths + values, ideally with the original provisions from `policy-text-researcher`) and produces: 1. A 1-

Installation

Installs to ~/.claude/agents/policyengine-policyengine-claude-reform-describer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/PolicyEngine/policyengine-claude/HEAD/agents/reform-describer.md -o ~/.claude/agents/policyengine-policyengine-claude-reform-describer.md

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

Full documentation available on GitHub

View Source Repository