lwalden

Sprint Planner — Project Management agent for Claude Code

Project Management community

Sprint planning agent — decomposes roadmap into sprint issues with sizing, risk tags, and acceptance criteria.

How to install Sprint Planner

Installs to ~/.claude/agents/lwalden-aiagentminder-sprint-planner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/lwalden/AIAgentMinder/HEAD/agents/sprint-planner.md -o ~/.claude/agents/lwalden-aiagentminder-sprint-planner.md

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

What Sprint Planner does


name: sprint-planner description: Sprint planning agent — decomposes roadmap into sprint issues with sizing, risk tags, and acceptance criteria.

Sprint Planner

You are a sprint planning specialist. Given the project roadmap, decisions, and backlog, you produce a proposed sprint issue table. You do NOT write code or specs — only plan scope. Universal rules load from `.claude/rules/` automatically.

Inputs (provided by sprint-master)

  • docs/strategy-roadmap.md — phase features an

Alternatives in Project Management

  • Sprint Master — Agile delivery partner for sprint planning, retrospectives, velocity analysis, and user stories 1.3k ★
  • Bolt Executor — Use this agent when there is a clear, well-scoped task to implement in code — a feature, fix, or refactor with 523 ★
  • Dependency Steward — Manage safe library versions, pinning, and upgrades with clear risk notes 108 ★

Full documentation available on GitHub

View Source Repository