一键导入
team
기존 solo 프로젝트에 팀 에이전트 구성을 추가합니다. orchestrator + core별 전문 에이전트를 생성합니다.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
기존 solo 프로젝트에 팀 에이전트 구성을 추가합니다. orchestrator + core별 전문 에이전트를 생성합니다.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | team |
| description | 기존 solo 프로젝트에 팀 에이전트 구성을 추가합니다. orchestrator + core별 전문 에이전트를 생성합니다. |
기존 solo 프로젝트에 팀 에이전트 구성을 추가합니다.
.tars/ 디렉토리가 존재해야 합니다 (/tars:init으로 초기화된 상태).tars/.version 파일이 존재해야 합니다.tars/.version 읽기execution: "team"이면 → 안내 메시지 출력 후 종료${CLAUDE_SKILL_DIR}/../../cores/ 하위 디렉토리를 스캔합니다 (shared, team 제외).
각 디렉토리의 core.json을 읽어서 유효한 core 목록을 구성합니다:
core.json 필수 필드: name, label, descriptionPROTOCOL.md 존재 확인MISSION.md 존재 확인AskUserQuestion으로 팀에 포함할 core를 복수 선택 받습니다:
label과 description을 선택지에 표시.claude/agents/ 디렉토리 생성프로젝트의 .claude/agents/ 디렉토리가 없으면 생성합니다.
선택된 각 core에 대해:
${CLAUDE_SKILL_DIR}/../../cores/team/core-agent.md 템플릿 읽기{CORE_LABEL} → core.json의 label{CORE_DESCRIPTION} → core.json의 description.claude/agents/{core_name}-agent.md에 저장${CLAUDE_SKILL_DIR}/../../cores/team/orchestrator-agent.md 템플릿 읽기{AGENT_LIST} → 선택된 에이전트 목록으로 치환:
- **dev-agent**: 개발 — 빌드 검증, 코드 패트롤
- **design-agent**: 기획 — 디자인 이터레이션, 산출물 관리
.claude/agents/orchestrator.md에 저장${CLAUDE_SKILL_DIR}/../../cores/team/ORCHESTRATOR_PROTOCOL.md 읽기.tars/protocol/PROTOCOL.md를 orchestrator 프로토콜로 교체
.tars/protocol/PROTOCOL_solo_backup.md로 백업.tars/_workspace/ 디렉토리를 생성합니다.
.tars/.version 파일을 수정합니다:
execution → "team"team_cores → 선택된 core 이름 배열 (예: ["dev", "design"])✅ 팀 에이전트 구성이 완료되었습니다.
생성된 에이전트:
- .claude/agents/orchestrator.md (팀 조율자)
- .claude/agents/dev-agent.md (개발 전문)
- .claude/agents/design-agent.md (기획 전문)
실행 방법:
/tars:heartbeat 으로 orchestrator가 팀을 조율합니다.
Manually trigger protocol evolution analysis. Reviews EVOLUTION.md history, analyzes RETRO patterns, compares patch effectiveness, and suggests protocol improvements with lateral thinking options.
Execute one autonomous heartbeat cycle. Reads .tars/protocol/PROTOCOL.md and follows it exactly. Use with /loop for continuous operation.
Initialize autonomous agent protocol in current project. Scaffolds .tars/ directory with core-based templates, creates heartbeat command, guard hook, and configures permissions. Supports solo and team execution modes.
Run immediate retrospective outside the regular 10-heartbeat cycle. Analyzes LOG for metrics, detects stagnation/oscillation/regression patterns, generates Wonder questions, and records to RETRO.md and EVOLUTION.md.
Display compact dashboard of current autonomous operation state. Shows progress, backlog depth, heartbeat count, latest retro metrics, and anomaly flags.
Upgrade existing .tars/ project to match current plugin version. Adds missing files, appends new PROTOCOL.md sections, and updates .version tracking.