From tars
Manually trigger protocol evolution analysis. Reviews EVOLUTION.md history, analyzes RETRO patterns, compares patch effectiveness, and suggests protocol improvements with lateral thinking options.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tars:evolveThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
수동으로 프로토콜 진화를 트리거합니다. RETRO와 EVOLUTION 이력을 분석하여 프로토콜 개선을 제안합니다.
수동으로 프로토콜 진화를 트리거합니다. RETRO와 EVOLUTION 이력을 분석하여 프로토콜 개선을 제안합니다.
다음 파일을 읽습니다:
.tars/protocol/EVOLUTION.md — 전체 변경 이력.tars/logs/RETRO.md — 모든 RETRO 기록.tars/protocol/PROTOCOL.md — 현재 프로토콜.tars/PROGRESS.md — 현재 heartbeat 수분석 결과를 바탕으로 개선 목록 생성:
## 프로토콜 진화 제안
### 즉시 적용 가능 (Parameter Patch)
1. {제안 1}: {근거}
2. {제안 2}: {근거}
### 구조적 변경 필요 (Structural Patch)
1. {제안 1}: {근거}
2. {제안 2}: {근거}
### 미해결 질문 (Wonder)
1. {질문 1} — {반복 횟수}회 등장
2. {질문 2} — {반복 횟수}회 등장
productive_ratio 추세가 하락 중이거나, oscillation이 해결되지 않았을 때:
### Lateral Thinking 옵션
현재 프로토콜이 정체 상태입니다. 다음 관점 전환을 고려하세요:
**A. 현재 접근 유지 + 미세 조정**
- 현재 구조를 유지하되 파라미터만 조정
- 적합: 메트릭이 안정적이지만 소폭 개선 필요할 때
**B. 구조적 재설계**
- 문제 영역의 프로토콜 섹션을 재작성
- 적합: 같은 문제가 반복될 때 (oscillation)
**C. 범위 축소**
- 프로토콜의 복잡도를 줄여 핵심에 집중
- 적합: 프로토콜이 과도하게 복잡해졌을 때
**D. 가정 재검토**
- Wonder 질문들을 정면으로 답변하고 프로토콜에 반영
- 적합: 미해결 질문이 누적되었을 때
사용자가 개선안을 선택하면:
protocol/PROTOCOL.md에 즉시 적용 + protocol/EVOLUTION.md 기록From Agent에 [PROTOCOL-PATCH] 제안 등록/tars:retro를 먼저 실행하세요.".tars/ 없으면: "tars이 초기화되지 않았습니다."npx claudepluginhub steadymoka/tars --plugin tarsDirects multi-cycle improvement campaigns by forming hypotheses, scouting before attacking, and extracting transferable patterns. Use for sustained autonomous quality advancement across sessions.
Extracts session patterns into reusable learnings. Three modes: analyze (extract from history), review (edit/manage), and list (display active learnings). Requires persistence enabled in session config.
Evolves any measurable artifact (prompt, skill, code) through autonomous mutation-evaluate-gate loops. Supports GT case suites and scalar metric loops with automatic keep/revert.