Set up a complete agent team with file-based planning for complex multi-agent projects. Use when: (1) user asks to start a new complex project with a team/swarm, (2) user says "set up team", "create team", "build a team for X", "start project X", (3) user invokes /CCteam-creator-cn with a project name, (4) user wants to organize a multi-phase project with parallel agent workers and persistent progress tracking. Creates TeamCreate, planning files (.plans/project/), per-agent work directories, and spawns configured teammates. TRIGGER on: "team", "swarm", "start project", "set up project", "create team for", "build team", "organize project", "multi-agent project". IMPORTANT: You (team-lead) MUST read all reference files directly — do NOT delegate to subagents. NOTE: After initial setup, you can add new teammates at any time — just spawn a new Agent with the team_name and follow the same onboarding pattern. The team is not locked after creation.
$npx -y skills add jessepwj/ccteam-creator --skill CCteam-creator-cnInstalls into the current project.
Run `npx skills use "https://github.com/jessepwj/ccteam-creator" --skill "jessepwj/ccteam-creator/ccteam-creator-cn"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/jessepwj/ccteam-creator" that are relevant to the current task. Run `npx skills add "https://github.com/jessepwj/ccteam-creator"` and select the relevant skills, then follow their instructions.