Help us improve
Share bugs, ideas, or general feedback.
From devstefancho-skills
Creates and manages an agent team (planner + implementer) for worktree sessions. Automates team lifecycle: create, cleanup, expand. Use when user requests a team-based workflow.
npx claudepluginhub devstefancho/skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/devstefancho-skills:create-teamThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Spin up a planner + implementer agent team for the current worktree session.
commands/cleanup-team.mdcommands/expand-team.mdtemplates/architect-prompt.mdtemplates/devops-prompt.mdtemplates/implementer-prompt.mdtemplates/planner-prompt.mdtemplates/researcher-prompt.mdtemplates/reviewer-prompt.mdtemplates/security-auditor-prompt.mdtemplates/tester-prompt.mdtemplates/ui-designer-prompt.mdtemplates/work-guide.mdCreate 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.
Orchestrates Claude Code agent teams: spawn teammates, assign tasks with dependencies, manage communication via messages or broadcasts, configure modes, and set quality gate hooks.
Creates a multi-agent team composition file with purpose definition, member selection, coordination patterns, and registry integration. Use when formalizing recurring collaborative workflows.
Share bugs, ideas, or general feedback.
Spin up a planner + implementer agent team for the current worktree session.
This skill owns the full team lifecycle (folded from the former agent-team slash commands):
Run git branch --show-current, then convert to kebab-case:
worktree- prefix+ with -worktree-feat+electron-app → feat-electron-appCall TeamCreate with team_name = derived name, description = "Planner + Implementer team".
One message, two Agent tool calls. Both with the team name and run_in_background: true.
Send via SendMessage:
/writing-specs skill is available: "Run /loop 10m /writing-specs update spec to periodically check and update specs." Otherwise skip./loop 10m check TaskList for unassigned tasks and report to team-lead to automate this."Read templates/work-guide.md and display it to the user.
If the Agent tool fails with a team_name or other internal error in the current session (known issue anthropics/claude-code#40270):
claude in each with the planner/implementer prompts, coordinate via SendMessage.Never claim the Agent tool is globally unavailable unless the session explicitly shows the tool missing.
/writing-specs, /loop) available./loop is session-scoped and expires after 7 days.