From tars
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tars:retroThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
정규 10 heartbeat 주기 외에 즉시 회고를 실행합니다.
정규 10 heartbeat 주기 외에 즉시 회고를 실행합니다.
다음 파일을 읽습니다:
.tars/logs/LOG.md — 전체 (또는 최근 10개 heartbeat).tars/BACKLOG.md — 현재 백로그 상태.tars/logs/RETRO.md — 이전 RETRO 기록들 (패턴 분석용).tars/protocol/EVOLUTION.md — 프로토콜 변경 이력.tars/PROGRESS.md — 현재 heartbeat 수.tars/MILESTONES.md — active/done Milestone 상태 및 생성일최근 10개 heartbeat (또는 마지막 RETRO 이후)의 LOG를 분석:
| 메트릭 | 설명 |
|---|---|
productive_count | 실제 작업 완료한 heartbeat 수 |
idle_count | Proactive Work만 한 heartbeat 수 |
blocked_count | 차단/실패한 heartbeat 수 |
productive_ratio | productive_count / 전체 × 100% |
tickets_completed | 기간 내 완료된 티켓 수 |
tickets_added | 기간 내 추가된 티켓 수 |
"이 프로세스에서 아직 검증하지 않은 가정은 무엇인가?"
[MILESTONE] COMMS 없고 Status 변경 없음):
"MILESTONE STAGNATION: M{n} '{title}'이 {n} HB째 변화 없음. 방향 재검토 또는 drop을 제안합니다."From Agent에 drop 또는 조건 재정의를 제안한다.logs/RETRO.md의 맨 위에 추가 (최신이 위):
## RETRO #{n} — HB#{start}~#{end} — {date}
### 메트릭
| 항목 | 값 |
|------|-----|
| Productive | {n}/{total} |
| Idle | {n}/{total} |
| Blocked | {n}/{total} |
| Ratio | {n}% |
| Tickets 완료 | {n}개 |
| Tickets 추가 | {n}개 |
### Anomaly
- {감지된 이상 징후 또는 "없음"}
### 잘 된 점
- ...
### 개선할 점
- ...
### 프로세스 질문 (Wonder)
- {gap analysis 결과}
### Milestone 진행
- {각 active/done Milestone의 상태와 경과 HB 또는 완료일}
### 액션
- [ ] {개선 액션들}
protocol/EVOLUTION.md에 행 추가question 타입으로 기록protocol/PROTOCOL.md 되돌림 제안Anomaly 또는 Wonder에서 프로토콜 변경이 필요하다고 판단되면:
protocol/PROTOCOL.md에 직접 적용 + protocol/EVOLUTION.md 기록From Agent에 [PROTOCOL-PATCH] 제안분석 결과를 사용자에게 컴팩트하게 출력합니다.
.tars/ 없으면: "tars이 초기화되지 않았습니다."npx claudepluginhub steadymoka/tars --plugin tarsRuns context-aware retrospectives auto-gathering git metrics, learnings, away-logs, and handoffs into pre-populated tables for interactive or agent-summary review.
Analyzes git commit history for engineering retrospectives, tracking work patterns, code quality metrics, trends, per-person breakdowns, shipping streaks, and actionable improvements. Use for 'retro', weekly reviews, or 'what did we ship'.
Generates adaptive-depth session retrospective reports (retro.md) from plan.md and lessons.md, converting outcomes into persistent process improvements. Supports deep/light modes and directory resolution logic.