一键导入
upgrade
Upgrade existing .tars/ project to match current plugin version. Adds missing files, appends new PROTOCOL.md sections, and updates .version tracking.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Upgrade existing .tars/ project to match current plugin version. Adds missing files, appends new PROTOCOL.md sections, and updates .version tracking.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | upgrade |
| description | Upgrade existing .tars/ project to match current plugin version. Adds missing files, appends new PROTOCOL.md sections, and updates .version tracking. |
| disable-model-invocation | true |
| allowed-tools | Read, Write, Edit, Bash, Glob, Grep |
기존 .tars/ 프로젝트를 현재 플러그인 버전에 맞게 업그레이드합니다.
.tars/ 디렉토리 존재 확인. 없으면:
"tars이 초기화되지 않았습니다.
/tars:init을 먼저 실행하세요."
${CLAUDE_SKILL_DIR}/../../.claude-plugin/plugin.json의 version.tars/.version (JSON)
.version 파일이 없으면 → version "0.1.0", core를 .tars/PROGRESS.md의 **Core**: 값에서 추출현재 플러그인 템플릿에 있지만 프로젝트에 없는 파일 목록 작성.
체크 대상:
.tars/protocol/EVOLUTION.md.tars/logs/backlog-archive/INDEX.md.tars/output/ 디렉토리 + INDEX.md (design core만).tars/MILESTONES.md.tars/COMMS.md에 ### From Human (CLARIFY) 섹션이 있는지 확인.tars/protocol/PROTOCOL.md를 ## 기준으로 섹션 헤딩 추출${CLAUDE_SKILL_DIR}/../../cores/{core}/PROTOCOL.md를 같은 방식으로 추출## 헤딩 = 추가 대상${CLAUDE_SKILL_DIR}/../../cores/shared/gitignore.snippet의 각 줄이 .gitignore에 있는지 확인## tars upgrade 미리보기
v{old} → v{new}
### 새 파일 생성
- .tars/protocol/EVOLUTION.md
- (또는 "없음")
### PROTOCOL.md 새 섹션
- + "## Emergency Protocol"
- (또는 "없음")
### .gitignore
- 새 규칙 {n}줄 추가
- (또는 "변경 없음")
### 건드리지 않는 파일
logs/LOG, logs/RETRO, BACKLOG, COMMS, PROGRESS, MILESTONES(기존 내용), protocol/EVOLUTION(기존 내용),
protocol/MISSION, protocol/PROTOCOL(기존 섹션), logs/backlog-archive/, logs/archive/, output/(기존 산출물)
사용자에게 확인을 요청합니다. 거부하면 종료.
.tars/에 Write### From Human (CLARIFY) 섹션이 없으면, ### From Human 바로 뒤에 추가:
### From Human (CLARIFY)
<!-- EN: Messages here are refined by the agent before execution. Agent posts structured interpretation to From Agent with [CLARIFY] tag. 1 HB no-response = proceed with interpretation. -->
> 아이디어, 방향, 모호한 요청을 여기에 작성합니다.
> 에이전트가 "현재 상태 / 해석 / 구현 계획"으로 정제한 뒤 확인을 거쳐 실행합니다.
(비어 있음)
From Human 내용은 절대 수정하지 않음.tars/protocol/PROTOCOL.md 끝에 append--- 구분자 추가# tars 섹션이 있으면 해당 섹션에 누락 줄 추가.tars/.version에 Write:
{
"version": "{new_version}",
"core": "{core}",
"core_version": "{cores/{core}/core.json의 version}",
"execution": "{기존값 유지}",
"team_cores": "{기존값 유지}",
"initialized_at": "{기존값 또는 unknown}",
"upgraded_at": "{현재 ISO 타임스탬프}",
"upgrade_history": [
...기존 항목,
{ "from": "{old}", "to": "{new}", "at": "{timestamp}" }
]
}
.version은 반드시 마지막에 Write합니다. 중간 실패 시 재실행 가능.
protocol/EVOLUTION.md 테이블에 행 추가:
| {next_seq} | - | upgrade | tars v{old} → v{new} | Plugin upgrade | applied |
## tars 업그레이드 완료
v{old} → v{new}
### 적용된 변경
- {각 항목 요약}
### 다음 단계
- protocol/PROTOCOL.md에 새로 추가된 섹션을 확인하세요
- 다음 RETRO에서 self-evolution이 새 섹션을 평가합니다
.version 파일은 반드시 마지막에 Write합니다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.
기존 solo 프로젝트에 팀 에이전트 구성을 추가합니다. orchestrator + core별 전문 에이전트를 생성합니다.