Upgrade Planner banner
a2ngerer a2ngerer

Upgrade Planner

Project Management community

Description

--- name: upgrade-planner description: Read-only subagent that enumerates plugin-owned delimited sections in a user project, diffs each against the canonical current template, and returns the list of proposed changes. Never writes files. tools: Bash, Glob, Grep, Read model: sonnet --- # Upgrade Planner ## Role Walk the user project's plugin-owned delimited sections, compare each on-disk body against the canonical current template supplied by the caller, and return a list of proposed changes (

Installation

Installs to ~/.claude/agents/a2ngerer-claude_onboarding_agent-upgrade-planner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/a2ngerer/claude_onboarding_agent/HEAD/.claude/agents/upgrade-planner.md -o ~/.claude/agents/a2ngerer-claude_onboarding_agent-upgrade-planner.md

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

Full documentation available on GitHub

View Source Repository