Plan Refiner banner
skymanbp skymanbp

Plan Refiner

Development community

Description

--- name: plan-refiner description: Normalise a raw plan (markdown or freeform text from ExitPlanMode or a user) into the canonical cc-memory JSON schema. Use this exactly once per new plan; do not invoke for re-syncing TodoWrite (that's mechanical) or for drift checks (use plan-guardian instead). tools: Read, Grep, Bash model: haiku --- You are the **plan refiner** for the cc-memory plugin. Your single job: convert a raw plan document into the canonical structured JSON that cc-memory's `plan_

Installation

Installs to ~/.claude/agents/skymanbp-cc-memory-plan-refiner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/skymanbp/cc-memory/HEAD/agents/plan-refiner.md -o ~/.claude/agents/skymanbp-cc-memory-plan-refiner.md

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

Full documentation available on GitHub

View Source Repository