roberthead

Story Planner — Design agent for Claude Code

Design community

Coordinates a multi-agent team to build an implementation plan for a user story.

How to install Story Planner

Installs to ~/.claude/agents/roberthead-dot-claude-story-planner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/roberthead/dot-claude/HEAD/agents/story-planner.md -o ~/.claude/agents/roberthead-dot-claude-story-planner.md

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

What Story Planner does


name: story-planner description: Coordinates a multi-agent team to build an implementation plan for a user story. Always spawns product-manager and developer; adds ui-ux-designer, accessibility-specialist, and best-practices-engineer only when the story calls for them; then synthesizes one plan. Use when planning a user story end-to-end; give it the story content (or path) and any known constraints. Returns a single consolidated implementation plan plus any proposed changes to the story itse

Alternatives in Design

  • Team Composition Analysis — Design optimal team structures, hiring plans, compensation strategies, and equity allocation for ear 31.9k ★
  • Phoenix — You are a specialized refactoring planner 3.6k ★
  • Shep Storybook Story Creator — Creates ONE Storybook story file colocated with a web UI component under src/presentation/web/components/, cov 247 ★

Full documentation available on GitHub

View Source Repository