How this command is triggered — by the user, by Claude, or both
Slash command
/dmap:team-plannerThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
1. 우선 사용자에게 "DMAP 플러그인이 설치된 로컬 절대 경로가 어디인가요?" 라고 질문하세요. (문맥상 알고 있다면 생략)
2. 사용자가 알려준 경로 하위의 "skills/team-planner/SKILL.md" 파일을 읽고 실행하세요.
3. 실행 과정에서 프로젝트 셋업 시 생성되는 "AGENTS.md" 파일에 반드시 `DMAP_PLUGIN_DIR: {사용자가_입력한_경로}` 형태의 플러그인 절대 경로를 기록하도록 강제하세요.DMAP_PLUGIN_DIR: {사용자가_입력한_경로} 형태의 플러그인 절대 경로를 기록하도록 강제하세요.npx claudepluginhub unicorn-plugins/dmap --plugin dmap/spec-teamGenerates a team execution spec from the current brainstorming session and saves it as a dated Markdown file in specs/YYYY-MM-DD-<name>.md.
/launchGuided interactive setup to launch an agent team using the Swarm plugin. Walks through pre-flight checks, configuration, role selection, briefing, and team creation.
/teamAssembles, configures, and spawns native Claude Code agent teams for parallel tasks, code reviews, full-stack development, and security audits. Supports create, context, list subcommands.
/teamCreates and orchestrates a multi-agent team simulating a company hierarchy (CEO + sub-agents) to collaboratively execute coding tasks with direct messaging, shared task board, and git worktree isolation.
/bondAssesses team fitness for a given task, recommends structure with roles and boundaries, presents blueprint, and creates team after approval.
/startGenerates and executes agent team orchestration from any task prompt. Supports --dry-run, --auto-run, --team-size, --models, approval, and output flags.