From agent-team-plugin
Create an agent team with planner and implementer teammates for spec-driven development. Use when user says "create team", "팀 생성", "팀 만들어줘", "agent team", or wants to set up a planner+implementer workflow in a worktree session.
npx claudepluginhub devstefancho/claude-plugins --plugin agent-team-pluginThis skill is limited to using the following tools:
Creates a planner + implementer agent team for the current worktree session.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Creates a planner + implementer agent team for the current worktree session.
Run git branch --show-current to get the current branch name. Convert to kebab-case team name:
worktree- prefix if present+ with -worktree-feat+electron-app → feat-electron-appCall TeamCreate with:
team_name: the derived team namedescription: "Planner + Implementer team"Spawn both teammates in parallel using the Agent tool in a single message with two tool calls:
Planner:
team_name: the team namename: "planner"description: "Planner - brainstorm and spec writing"prompt: Read the full content of templates/planner-prompt.md and pass it as the promptrun_in_background: trueImplementer:
team_name: the team namename: "implementer"description: "Implementer - code and test writing"prompt: Read the full content of templates/implementer-prompt.md and pass it as the promptrun_in_background: trueSend loop configuration via SendMessage:
/writing-specs skill is available, "Run /loop 10m /writing-specs update spec to periodically check and update specs." Otherwise skip this loop setup./loop 10m check TaskList for unassigned tasks and report to team-lead to automate this."Read templates/work-guide.md and display the content to the user. Teammate colors are auto-assigned from a hardcoded palette and cannot be configured programmatically.
If Agent tool + team_name parameter fails with internal error (known issue anthropics/claude-code#40270):
claude in each with the planner/implementer prompts/writing-specs, /loop/loop is session-scoped and expires after 7 daysexport ANTHROPIC_DEFAULT_OPUS_MODEL='claude-opus-4-6[1m]'