원클릭으로
team-monitor
Auto-spawn agent team and create Windows Terminal split-panes to monitor each subagent. Trigger with /team-monitor <description>.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Auto-spawn agent team and create Windows Terminal split-panes to monitor each subagent. Trigger with /team-monitor <description>.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when x4-e2e-test-doc-details needs fixture patch rules or helper guidance for X4 E2E test data.
Use when refining X4 `e2e_tests.md` into detailed E2E task, fixture, and implementation knowledge documents before Playwright implementation.
Use when creating or updating only the high-level X4 E2E test plan `e2e_tests.md` before detail expansion.
Review X4 E2E test documentation draft and gate x4-e2e-test-doc completion. Must run in a dedicated isolated subagent. Trigger with /x4:e2e-test-doc-viewer <change-name>.
Implement Playwright E2E tests for X4 changes from `e2e_test_tasks.md` and validate task-to-test mapping. Trigger with /x4:e2e-test-impl <change-name>.
Run change-scoped X4 Playwright E2E tests and validate implementation coverage against `e2e_test_tasks.md`. Trigger with /x4:e2e-test-run <change-name>.
| name | team-monitor |
| description | Auto-spawn agent team and create Windows Terminal split-panes to monitor each subagent. Trigger with /team-monitor <description>. |
Use this skill for /team-monitor when user wants to spawn agent team and monitor in split panes.
TeamCreate: agent_type="general-purpose", team_name="<unique-name>"
# Single agent
wt.exe -w 0 split-pane -V wsl.exe -e bash -ic "cd \$(pwd) && claude --agent-id <name>@<team> --agent-name <name> --team-name <team>"
# Multiple agents (chain with \;)
wt.exe -w 0 split-pane -V wsl.exe -e bash -ic "cd \$(pwd) && claude --agent-id a1@<team> --agent-name a1 --team-name <team>" \; split-pane -H wsl.exe -e bash -ic "cd \$(pwd) && claude --agent-id a2@<team> --agent-name a2 --team-name <team>"
SendMessage: recipient="<name>", content="<task>。完成后通知主 agent"<name> 完成""
"Agent 已开始工作,请查看 pane"
--agent-id, --agent-name, --team-namecd \$(pwd) for working directory\; for multiple agentsidle_notification when idleIf an agent refuses due to CLAUDE.md "no unnecessary md files" rule:
idle_notification before re-sending