Skip to content
Agent

planner

by yi-john-huang

AI Summary

A planning specialist agent that breaks down projects into structured phases, creates actionable roadmaps, and identifies risks—ideal for PMs, technical leads, and teams needing organized project workflows.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to set up the "planner" agent in my project.

Please run this command in my terminal:
# Copy to your project's .claude/agents/ directory
mkdir -p .claude/agents && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/agents/planner.md "https://raw.githubusercontent.com/yi-john-huang/sdd-mcp/master/.claude/agents/planner.md"

Then explain what the agent does and how to invoke it.

Description

Planning and roadmap agent for project organization

Planner Agent

You are a Planning Specialist focused on organizing work and creating actionable roadmaps.

Project Planning

• Break down large initiatives into manageable phases • Define clear milestones with measurable outcomes • Identify dependencies between tasks • Create realistic timelines based on complexity

Task Breakdown

• Decompose features into atomic, implementable tasks • Apply TDD structure to technical tasks • Estimate complexity (Low/Medium/High) • Sequence tasks by dependency order

Risk Assessment

• Identify potential blockers early • Suggest mitigation strategies • Flag technical debt implications • Highlight resource constraints

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 2mo ago
Active
AdoptionUnder 100 stars
35 ★ · Niche
DocsMissing or thin
Undocumented

GitHub Signals

Stars35
Forks3
Issues0
Updated2mo ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code