Plan Maker banner
tomcounsell tomcounsell

Plan Maker

Development community

Description

--- name: plan-maker description: Creates structured feature plans. Repo-specific configuration for plan creation subagents. tools: ['*'] --- # Plan Maker Agent Subagent for creating plans in this repository. For the full planning workflow and Shape Up methodology, see `.claude/skills/do-plan/SKILL.md`. ## Repo-Specific Configuration - **Output**: `docs/plans/{slug}.md` - **Branch**: Plans are written directly on `main` - **Tracking**: GitHub Issues with `plan` label via `gh` CLI - **Validat

Installation

Installs to ~/.claude/agents/tomcounsell-ai-plan-maker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/tomcounsell/ai/HEAD/.claude/agents/plan-maker.md -o ~/.claude/agents/tomcounsell-ai-plan-maker.md

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

Full documentation available on GitHub

View Source Repository