一键导入
status
Display compact dashboard of current autonomous operation state. Shows progress, backlog depth, heartbeat count, latest retro metrics, and anomaly flags.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Display compact dashboard of current autonomous operation state. Shows progress, backlog depth, heartbeat count, latest retro metrics, and anomaly flags.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | status |
| description | Display compact dashboard of current autonomous operation state. Shows progress, backlog depth, heartbeat count, latest retro metrics, and anomaly flags. |
| allowed-tools | Read, Glob |
다음 파일을 읽습니다:
.tars/PROGRESS.md — 현재 heartbeat, 현재 작업, core.tars/BACKLOG.md — 백로그 깊이 (미완료 티켓 수).tars/logs/LOG.md — 최근 3개 heartbeat 기록.tars/logs/RETRO.md — 최신 RETRO (있으면).tars/COMMS.md — From Human / From Agent 메시지 수.tars/protocol/EVOLUTION.md — 최근 프로토콜 변경 (있으면).tars/MILESTONES.md — Milestone 상태 (active/done/dropped 수)## tars status
| 항목 | 값 |
|------|-----|
| Core | {dev/design/...} |
| Heartbeat | #{n} |
| Current Task | {task or 없음} |
| Phase | {phase} |
| Backlog | {n}개 (P0: {n}, P1: {n}, P2: {n}, P3: {n}) |
| Milestones | active: {n}개, done: {n}개 |
| COMMS | From Human: {n}개, From Agent: {n}개 |
| Last RETRO | #{n} (ratio: {n}%) |
| Protocol Patches | {n}개 (applied: {n}, reverted: {n}) |
### 최근 활동 (3 heartbeats)
- HB#{n}: {요약}
- HB#{n}: {요약}
- HB#{n}: {요약}
다음 조건에서 경고를 표시합니다:
[PROTOCOL-PATCH]가 1 heartbeat 이상 대기 → "프로토콜 패치 대기 중"[MILESTONE] COMMS가 없고 BACKLOG 태스크 완료도 없음 → "Milestone 정체: 진전 없이 10 HB 경과".tars/ 디렉토리가 없으면: "tars이 초기화되지 않았습니다. /tars:init을 먼저 실행하세요."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.
기존 solo 프로젝트에 팀 에이전트 구성을 추가합니다. orchestrator + core별 전문 에이전트를 생성합니다.
Upgrade existing .tars/ project to match current plugin version. Adds missing files, appends new PROTOCOL.md sections, and updates .version tracking.