Skip to main content

agent-communication

Update Agent Communication Board with task status, completion messages, and blocker tracking. Use after completing tasks or when blocked. Use when this capability is needed.

설치로 이동

소스 정보

저장소
tomevault-io/skills-registry
최근 소스 활동
2026년 4월 28일 22:53
감지된 SKILL.md 언어
영어
스타
0
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
2 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
agent-communication
description
Update Agent Communication Board with task status, completion messages, and blocker tracking. Use after completing tasks or when blocked. Use when this capability is needed.
metadata
{"author":"ak-eyther"}
# Agent Communication Protocol ## Task Status Updates ### When Starting Task ```markdown ## 📋 In Progress - **[TASK-001]** Description – @agent-name 🔄 (timestamp - status) ``` ### When Completing Task ```markdown ## ✅ Completed Today - **[TASK-001]** Description – @agent-name ✅ (timestamp - result summary) ``` ### When Blocked ```markdown ## 🚨 Blockers - **[TASK-001]** Description – @agent-name ⚠️ (Needs: [what's needed]) ``` ## Completion Message Format ``` ✅ [Agent Name] completed [task]! Key results: - [Result 1] - [Result 2] Next step: [What happens next] ``` ## Blocker Message Format ``` ⚠️ BLOCKER: [Agent Name] stuck on [issue] Issue: [One sentence] Needs: [Who/what is needed] Impact: [Why this matters] Action taken: [What you did] ``` ## Rules 1. Lead with status emoji (✅ ⚠️ ❌) 2. Keep under 10 lines 3. State blocker FIRST 4. Say what you did to unblock --- > Converted and distributed by [TomeVault](https://tomevault.io/claim/ak-eyther) — claim your Tome and manage your conversions. <!-- tomevault:4.0:skill_md:2026-04-13 -->
GitHub에서 보기